<?phpuse Twig\Environment;use Twig\Error\LoaderError;use Twig\Error\RuntimeError;use Twig\Extension\CoreExtension;use Twig\Extension\SandboxExtension;use Twig\Markup;use Twig\Sandbox\SecurityError;use Twig\Sandbox\SecurityNotAllowedTagError;use Twig\Sandbox\SecurityNotAllowedFilterError;use Twig\Sandbox\SecurityNotAllowedFunctionError;use Twig\Source;use Twig\Template;use Twig\TemplateWrapper;/* application/whileresume/application/jobs/layout-social.html.twig */class __TwigTemplate_0062b224e5643b9dde749492c3aec983 extends Template{ private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'title' => [$this, 'block_title'], 'robots' => [$this, 'block_robots'], 'description' => [$this, 'block_description'], 'meta_social' => [$this, 'block_meta_social'], 'meta' => [$this, 'block_meta'], 'head' => [$this, 'block_head'], 'canonical' => [$this, 'block_canonical'], 'css' => [$this, 'block_css'], 'js' => [$this, 'block_js'], 'body' => [$this, 'block_body'], 'footer' => [$this, 'block_footer'], 'right_sidebar' => [$this, 'block_right_sidebar'], 'footer_js' => [$this, 'block_footer_js'], 'footerjs' => [$this, 'block_footerjs'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "application/whileresume/application/jobs/layout-social.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "application/whileresume/application/jobs/layout-social.html.twig")); // line 7 yield ""; // line 8 $context["connectUser"] = false; // line 9 $context["isCandidateUser"] = false; // line 10 if ((($tmp = !(null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 10, $this->source); })()), "user", [], "any", false, false, false, 10))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 11 yield " "; $context["connectUser"] = true; // line 12 yield " "; if ((($tmp = !(null === CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 12, $this->source); })()), "user", [], "any", false, false, false, 12), "candidate", [], "any", false, false, false, 12))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 13 yield " "; $context["isCandidateUser"] = true; // line 14 yield " "; } } // line 16 yield ""; // line 17 $context["pathAbsolute"] = (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 17, $this->source); })()), "request", [], "any", false, false, false, 17), "schemeAndHttpHost", [], "any", false, false, false, 17) . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 17, $this->source); })()), "request", [], "any", false, false, false, 17), "requestUri", [], "any", false, false, false, 17)); // line 18 $context["paramTool"] = $this->extensions['App\Twig\ToolsExtension']->getCoreToolsList("blog"); // line 19 $context["logo"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 19, $this->source); })()), "logo", [], "array", false, false, false, 19); // line 20 $context["logo_width"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 20, $this->source); })()), "logo_width", [], "array", false, false, false, 20); // line 21 $context["logo_height"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 21, $this->source); })()), "logo_height", [], "array", false, false, false, 21); // line 22 $context["logoMobile"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 22, $this->source); })()), "logomobile", [], "array", false, false, false, 22); // line 23 $context["logoMobile_width"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 23, $this->source); })()), "logomobile_width", [], "array", false, false, false, 23); // line 24 $context["logoMobile_height"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 24, $this->source); })()), "logomobile_height", [], "array", false, false, false, 24); // line 25 yield ""; // line 26 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 26, $this->source); })()), "request", [], "any", false, false, false, 26), "locale", [], "any", false, false, false, 26) != "fr")) { // line 27 yield " "; $context["twitter"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 27, $this->source); })()), "twitter", [], "array", false, false, false, 27); // line 28 yield " "; $context["facebook"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 28, $this->source); })()), "facebook", [], "array", false, false, false, 28); // line 29 yield " "; $context["instagram"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 29, $this->source); })()), "instagram", [], "array", false, false, false, 29); // line 30 yield " "; $context["youtube"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 30, $this->source); })()), "youtube", [], "array", false, false, false, 30); // line 31 yield " "; $context["linkedin"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 31, $this->source); })()), "linkedin", [], "array", false, false, false, 31); } else { // line 33 yield " "; $context["twitter"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 33, $this->source); })()), "twitter_fr", [], "array", false, false, false, 33); // line 34 yield " "; $context["facebook"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 34, $this->source); })()), "facebook_fr", [], "array", false, false, false, 34); // line 35 yield " "; $context["instagram"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 35, $this->source); })()), "instagram_fr", [], "array", false, false, false, 35); // line 36 yield " "; $context["youtube"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 36, $this->source); })()), "youtube_fr", [], "array", false, false, false, 36); // line 37 yield " "; $context["linkedin"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 37, $this->source); })()), "linkedin_fr", [], "array", false, false, false, 37); } // line 39 yield ""; // line 40 $context["favicon"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 40, $this->source); })()), "favicon", [], "array", false, false, false, 40); // line 41 $context["websitename"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 41, $this->source); })()), "websitename", [], "array", false, false, false, 41); // line 42 $context["htmlTrack"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 42, $this->source); })()), "htmltrack", [], "array", false, false, false, 42); // line 43 $context["htmlTrack2"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 43, $this->source); })()), "htmltrack2", [], "array", false, false, false, 43); // line 44 $context["domain"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 44, $this->source); })()), "absolute_domain", [], "array", false, false, false, 44); // line 45 $context["lang"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 45, $this->source); })()), "lang_HTML", [], "array", false, false, false, 45); // line 46 $context["ios"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 46, $this->source); })()), "link_ios_fr", [], "array", false, false, false, 46); // line 47 $context["android"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 47, $this->source); })()), "link_android_fr", [], "array", false, false, false, 47); // line 48 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 48, $this->source); })()), "request", [], "any", false, false, false, 48), "locale", [], "any", false, false, false, 48) != "fr")) { // line 49 yield " "; $context["ios"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 49, $this->source); })()), "link_ios_us", [], "array", false, false, false, 49); // line 50 yield " "; $context["android"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 50, $this->source); })()), "link_android_us", [], "array", false, false, false, 50); } // line 52 $context["ios_fr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 52, $this->source); })()), "link_ios_fr", [], "array", false, false, false, 52); // line 53 $context["android_fr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 53, $this->source); })()), "link_android_fr", [], "array", false, false, false, 53); // line 54 $context["ios_us"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 54, $this->source); })()), "link_ios_us", [], "array", false, false, false, 54); // line 55 $context["android_us"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 55, $this->source); })()), "link_android_us", [], "array", false, false, false, 55); // line 56 yield "<!DOCTYPE html><html class=\"no-js\" lang=\""; // line 58 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 58, $this->source); })()), "html", null, true); yield "\"><head> <meta charset=\"utf-8\"> <!--[if IE]><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><![endif]--> <title>"; // line 62 yield from $this->unwrap()->yieldBlock('title', $context, $blocks); yield "</title> <meta name=\"language\" content=\""; // line 63 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 63, $this->source); })()), "html", null, true); yield "\" /> <meta name=\"copyright\" content=\""; // line 64 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["websitename"]) || array_key_exists("websitename", $context) ? $context["websitename"] : (function () { throw new RuntimeError('Variable "websitename" does not exist.', 64, $this->source); })()), "html", null, true); yield "\" /> <meta name=\"robots\" content=\""; // line 65 yield from $this->unwrap()->yieldBlock('robots', $context, $blocks); yield "\" /> <meta name=\"description\" content=\""; // line 66 yield from $this->unwrap()->yieldBlock('description', $context, $blocks); yield "\" /> <meta name=\"viewport\" content=\"initial-scale=1.0\" /> <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1, maximum-scale=6, minimum-scale=1, minimal-ui\" /> "; // line 69 yield from $this->unwrap()->yieldBlock('meta_social', $context, $blocks); // line 70 yield " "; yield from $this->unwrap()->yieldBlock('meta', $context, $blocks); // line 71 yield " "; yield from $this->unwrap()->yieldBlock('head', $context, $blocks); // line 72 yield " "; yield from $this->unwrap()->yieldBlock('canonical', $context, $blocks); // line 73 yield " "; yield from $this->load("components/dns-prefetch.html.twig", 73)->unwrap()->yield($context); // line 74 yield " "; yield from $this->load("components/favicon.html.twig", 74)->unwrap()->yield(CoreExtension::merge($context, ["favicon" => (isset($context["favicon"]) || array_key_exists("favicon", $context) ? $context["favicon"] : (function () { throw new RuntimeError('Variable "favicon" does not exist.', 74, $this->source); })())])); // line 75 yield " <link rel=\"stylesheet\" href=\"/assets/sociala/css/themify-icons.css\" /> <link rel=\"stylesheet\" href=\"/assets/sociala/css/feather.css\" /> <link rel=\"stylesheet\" href=\"/assets/sociala/css/style.css\" /> <link rel=\"stylesheet\" href=\"/assets/sociala/css/emoji.css\" /> <link rel=\"stylesheet\" href=\"/assets/sociala/css/lightbox.css\" /> "; // line 82 yield from $this->unwrap()->yieldBlock('css', $context, $blocks); // line 83 yield " <script src=\"/bundles/fosjsrouting/js/router.min.js\"></script> <script src=\""; // line 85 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]); yield "\"></script> <script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-17987523659\"></script> <script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-17987523659');</script> "; // line 90 yield from $this->unwrap()->yieldBlock('js', $context, $blocks); // line 91 yield " "; yield (isset($context["htmlTrack"]) || array_key_exists("htmlTrack", $context) ? $context["htmlTrack"] : (function () { throw new RuntimeError('Variable "htmlTrack" does not exist.', 91, $this->source); })()); yield "</head><body class=\"color-theme-purple mont-font\"><div class=\"preloader\"></div><div class=\"main-wrapper\"> "; // line 98 yield from $this->load("application/whileresume/application/jobs/components/header.html.twig", 98)->unwrap()->yield($context); // line 99 yield " "; yield from $this->load("application/whileresume/application/jobs/components/sidebar.html.twig", 99)->unwrap()->yield($context); // line 100 yield " <div class=\"main-content right-chat-active\"> <div class=\"middle-sidebar-bottom\"> <div class=\"middle-sidebar-left\"> "; // line 104 yield from $this->unwrap()->yieldBlock('body', $context, $blocks); // line 105 yield " </div> </div> "; // line 107 yield from $this->unwrap()->yieldBlock('footer', $context, $blocks); // line 108 yield " </div> "; // line 110 yield from $this->unwrap()->yieldBlock('right_sidebar', $context, $blocks); // line 111 yield "</div><script src=\"/assets/sociala/js/plugin.js\"></script><script src=\"/assets/sociala/js/lightbox.js\"></script><script src=\"/assets/sociala/js/scripts.js\"></script>"; // line 117 yield from $this->load("components/flashmessage.html.twig", 117)->unwrap()->yield($context); // line 118 yield from $this->unwrap()->yieldBlock('footer_js', $context, $blocks); // line 119 yield from $this->unwrap()->yieldBlock('footerjs', $context, $blocks); // line 120 yield (isset($context["htmlTrack2"]) || array_key_exists("htmlTrack2", $context) ? $context["htmlTrack2"] : (function () { throw new RuntimeError('Variable "htmlTrack2" does not exist.', 120, $this->source); })()); yield "</body></html>"; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } // line 62 /** * @return iterable<null|scalar|\Stringable> */ public function block_title(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 65 /** * @return iterable<null|scalar|\Stringable> */ public function block_robots(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots")); yield "index,follow"; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 66 /** * @return iterable<null|scalar|\Stringable> */ public function block_description(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 69 /** * @return iterable<null|scalar|\Stringable> */ public function block_meta_social(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 70 /** * @return iterable<null|scalar|\Stringable> */ public function block_meta(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 71 /** * @return iterable<null|scalar|\Stringable> */ public function block_head(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 72 /** * @return iterable<null|scalar|\Stringable> */ public function block_canonical(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical")); yield from $this->load("components/canonical.html.twig", 72)->unwrap()->yield(CoreExtension::merge($context, ["path" => (isset($context["pathAbsolute"]) || array_key_exists("pathAbsolute", $context) ? $context["pathAbsolute"] : (function () { throw new RuntimeError('Variable "pathAbsolute" does not exist.', 72, $this->source); })())])); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 82 /** * @return iterable<null|scalar|\Stringable> */ public function block_css(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 90 /** * @return iterable<null|scalar|\Stringable> */ public function block_js(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 104 /** * @return iterable<null|scalar|\Stringable> */ public function block_body(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 107 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer")); yield from $this->load("application/whileresume/website/components/footer.html.twig", 107)->unwrap()->yield($context); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 110 /** * @return iterable<null|scalar|\Stringable> */ public function block_right_sidebar(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "right_sidebar")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "right_sidebar")); yield from $this->load("application/whileresume/application/jobs/components/right-sidebar.html.twig", 110)->unwrap()->yield($context); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 118 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_js(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_js")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_js")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 119 /** * @return iterable<null|scalar|\Stringable> */ public function block_footerjs(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footerjs")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footerjs")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "application/whileresume/application/jobs/layout-social.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 606 => 119, 584 => 118, 561 => 110, 538 => 107, 516 => 104, 494 => 90, 472 => 82, 449 => 72, 427 => 71, 405 => 70, 383 => 69, 361 => 66, 338 => 65, 316 => 62, 301 => 120, 299 => 119, 297 => 118, 295 => 117, 287 => 111, 285 => 110, 281 => 108, 279 => 107, 275 => 105, 273 => 104, 267 => 100, 264 => 99, 262 => 98, 251 => 91, 249 => 90, 241 => 85, 237 => 83, 235 => 82, 226 => 75, 223 => 74, 220 => 73, 217 => 72, 214 => 71, 211 => 70, 209 => 69, 203 => 66, 199 => 65, 195 => 64, 191 => 63, 187 => 62, 180 => 58, 176 => 56, 174 => 55, 172 => 54, 170 => 53, 168 => 52, 164 => 50, 161 => 49, 159 => 48, 157 => 47, 155 => 46, 153 => 45, 151 => 44, 149 => 43, 147 => 42, 145 => 41, 143 => 40, 140 => 39, 136 => 37, 133 => 36, 130 => 35, 127 => 34, 124 => 33, 120 => 31, 117 => 30, 114 => 29, 111 => 28, 108 => 27, 106 => 26, 103 => 25, 101 => 24, 99 => 23, 97 => 22, 95 => 21, 93 => 20, 91 => 19, 89 => 18, 87 => 17, 84 => 16, 80 => 14, 77 => 13, 74 => 12, 71 => 11, 69 => 10, 67 => 9, 65 => 8, 62 => 7,); } public function getSourceContext(): Source { return new Source("{# ═══════════════════════════════════════════════════════════════════ LAYOUT SOCIAL — Pages d'offres (publiques + connectées) Reprend le layout sociala : header noir + sidebar gauche. - Right-chat retiré (vide par défaut, peut être overridé via block right_sidebar) - Sidebar nav remplacée par sidebar.html.twig (publique-friendly)═══════════════════════════════════════════════════════════════════ #}{% set connectUser = false %}{% set isCandidateUser = false %}{% if app.user is not null %} {% set connectUser = true %} {% if app.user.candidate is not null %} {% set isCandidateUser = true %} {% endif %}{% endif %}{% set pathAbsolute = app.request.schemeAndHttpHost ~ app.request.requestUri %}{% set paramTool = getCoreToolsList(\"blog\") %}{% set logo = paramTool['logo'] %}{% set logo_width = paramTool['logo_width'] %}{% set logo_height = paramTool['logo_height'] %}{% set logoMobile = paramTool['logomobile'] %}{% set logoMobile_width = paramTool['logomobile_width'] %}{% set logoMobile_height = paramTool['logomobile_height'] %}{% if app.request.locale != \"fr\" %} {% set twitter = paramTool['twitter'] %} {% set facebook = paramTool['facebook'] %} {% set instagram = paramTool['instagram'] %} {% set youtube = paramTool['youtube'] %} {% set linkedin = paramTool['linkedin'] %}{% else %} {% set twitter = paramTool['twitter_fr'] %} {% set facebook = paramTool['facebook_fr'] %} {% set instagram = paramTool['instagram_fr'] %} {% set youtube = paramTool['youtube_fr'] %} {% set linkedin = paramTool['linkedin_fr'] %}{% endif %}{% set favicon = paramTool['favicon'] %}{% set websitename = paramTool['websitename'] %}{% set htmlTrack = paramTool['htmltrack'] %}{% set htmlTrack2 = paramTool['htmltrack2'] %}{% set domain = paramTool['absolute_domain'] %}{% set lang = paramTool['lang_HTML'] %}{% set ios = paramTool['link_ios_fr'] %}{% set android = paramTool['link_android_fr'] %}{% if app.request.locale != \"fr\" %} {% set ios = paramTool['link_ios_us'] %} {% set android = paramTool['link_android_us'] %}{% endif %}{% set ios_fr = paramTool['link_ios_fr'] %}{% set android_fr = paramTool['link_android_fr'] %}{% set ios_us = paramTool['link_ios_us'] %}{% set android_us = paramTool['link_android_us'] %}<!DOCTYPE html><html class=\"no-js\" lang=\"{{ lang }}\"><head> <meta charset=\"utf-8\"> <!--[if IE]><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><![endif]--> <title>{% block title %}{% endblock title %}</title> <meta name=\"language\" content=\"{{ lang }}\" /> <meta name=\"copyright\" content=\"{{ websitename }}\" /> <meta name=\"robots\" content=\"{% block robots %}index,follow{% endblock robots %}\" /> <meta name=\"description\" content=\"{% block description %}{% endblock description %}\" /> <meta name=\"viewport\" content=\"initial-scale=1.0\" /> <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1, maximum-scale=6, minimum-scale=1, minimal-ui\" /> {% block meta_social %}{% endblock meta_social %} {% block meta %}{% endblock meta %} {% block head %}{% endblock head %} {% block canonical %}{% include \"components/canonical.html.twig\" with {'path':pathAbsolute} %}{% endblock canonical %} {% include \"components/dns-prefetch.html.twig\" %} {% include \"components/favicon.html.twig\" with {'favicon':favicon} %} <link rel=\"stylesheet\" href=\"/assets/sociala/css/themify-icons.css\" /> <link rel=\"stylesheet\" href=\"/assets/sociala/css/feather.css\" /> <link rel=\"stylesheet\" href=\"/assets/sociala/css/style.css\" /> <link rel=\"stylesheet\" href=\"/assets/sociala/css/emoji.css\" /> <link rel=\"stylesheet\" href=\"/assets/sociala/css/lightbox.css\" /> {% block css %}{% endblock css %} <script src=\"/bundles/fosjsrouting/js/router.min.js\"></script> <script src=\"{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}\"></script> <script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-17987523659\"></script> <script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-17987523659');</script> {% block js %}{% endblock js %} {{ htmlTrack|raw }}</head><body class=\"color-theme-purple mont-font\"><div class=\"preloader\"></div><div class=\"main-wrapper\"> {% include \"application/whileresume/application/jobs/components/header.html.twig\" %} {% include \"application/whileresume/application/jobs/components/sidebar.html.twig\" %} <div class=\"main-content right-chat-active\"> <div class=\"middle-sidebar-bottom\"> <div class=\"middle-sidebar-left\"> {% block body %}{% endblock body %} </div> </div> {% block footer %}{% include \"application/whileresume/website/components/footer.html.twig\" %}{% endblock footer %} </div> {% block right_sidebar %}{% include \"application/whileresume/application/jobs/components/right-sidebar.html.twig\" %}{% endblock right_sidebar %}</div><script src=\"/assets/sociala/js/plugin.js\"></script><script src=\"/assets/sociala/js/lightbox.js\"></script><script src=\"/assets/sociala/js/scripts.js\"></script>{% include \"components/flashmessage.html.twig\" %}{% block footer_js %}{% endblock footer_js %}{% block footerjs %}{% endblock footerjs %}{{ htmlTrack2|raw }}</body></html>", "application/whileresume/application/jobs/layout-social.html.twig", "/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/application/whileresume/application/jobs/layout-social.html.twig"); }}