<?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_87eb14389302a1c042993f7a32af0920 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'], '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 yield "<!DOCTYPE html><html class=\"no-js\" lang=\""; // line 54 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.', 54, $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 58 yield from $this->unwrap()->yieldBlock('title', $context, $blocks); yield "</title> <meta name=\"language\" content=\""; // line 59 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.', 59, $this->source); })()), "html", null, true); yield "\" /> <meta name=\"copyright\" content=\""; // line 60 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.', 60, $this->source); })()), "html", null, true); yield "\" /> <meta name=\"robots\" content=\""; // line 61 yield from $this->unwrap()->yieldBlock('robots', $context, $blocks); yield "\" /> <meta name=\"description\" content=\""; // line 62 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 65 yield from $this->unwrap()->yieldBlock('meta_social', $context, $blocks); // line 66 yield " "; yield from $this->unwrap()->yieldBlock('meta', $context, $blocks); // line 67 yield " "; yield from $this->unwrap()->yieldBlock('head', $context, $blocks); // line 68 yield " "; yield from $this->unwrap()->yieldBlock('canonical', $context, $blocks); // line 69 yield " "; yield from $this->load("components/dns-prefetch.html.twig", 69)->unwrap()->yield($context); // line 70 yield " "; yield from $this->load("components/favicon.html.twig", 70)->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.', 70, $this->source); })())])); // line 71 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 78 yield from $this->unwrap()->yieldBlock('css', $context, $blocks); // line 79 yield " <script src=\"/bundles/fosjsrouting/js/router.min.js\"></script> <script src=\""; // line 81 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 86 yield from $this->unwrap()->yieldBlock('js', $context, $blocks); // line 87 yield " "; yield (isset($context["htmlTrack"]) || array_key_exists("htmlTrack", $context) ? $context["htmlTrack"] : (function () { throw new RuntimeError('Variable "htmlTrack" does not exist.', 87, $this->source); })()); yield "</head><body class=\"color-theme-purple mont-font\"><div class=\"preloader\"></div><div class=\"main-wrapper\"> "; // line 97 yield " <div class=\"nav-header bg-white shadow-xs border-0\"> <div class=\"nav-top\"> <a href=\""; // line 99 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.', 99, $this->source); })()), "request", [], "any", false, false, false, 99), "locale", [], "any", false, false, false, 99) == "en")) { yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("whileresume_homepage"); } else { yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locale_whileresume_homepage", ["_locale" => 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.', 99, $this->source); })()), "request", [], "any", false, false, false, 99), "locale", [], "any", false, false, false, 99)]), "html", null, true); } yield "\"> <img src=\"/uploads/logo.png\" style=\"width:180px;\" alt=\""; // line 100 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.', 100, $this->source); })()), "html", null, true); yield "\" /> </a> "; // line 102 if ((($tmp = (isset($context["connectUser"]) || array_key_exists("connectUser", $context) ? $context["connectUser"] : (function () { throw new RuntimeError('Variable "connectUser" does not exist.', 102, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 103 yield " <a href=\"#\" class=\"mob-menu ms-auto me-2 chat-active-btn\"> <i class=\"feather-message-circle text-grey-900 font-sm btn-round-md bg-greylight\"></i> </a> "; } // line 107 yield " <button class=\"nav-menu me-0 ms-2\"></button> </div> <a href=\""; // line 110 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.', 110, $this->source); })()), "request", [], "any", false, false, false, 110), "locale", [], "any", false, false, false, 110) == "en")) { yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("whileresume_homepage"); } else { yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locale_whileresume_homepage", ["_locale" => 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.', 110, $this->source); })()), "request", [], "any", false, false, false, 110), "locale", [], "any", false, false, false, 110)]), "html", null, true); } yield "\" class=\"p-2 text-center ms-3 menu-icon center-menu-icon\"> <i class=\"feather-home font-lg bg-greylight btn-round-lg theme-dark-bg text-grey-500\"></i> </a> <a href=\""; // line 113 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["ios"]) || array_key_exists("ios", $context) ? $context["ios"] : (function () { throw new RuntimeError('Variable "ios" does not exist.', 113, $this->source); })()), "html", null, true); yield "\" class=\"p-2 text-center menu-icon center-menu-icon\"> <i class=\"feather-ios font-lg bg-greylight btn-round-lg theme-dark-bg text-grey-500\"> <svg style=\"margin-top:-4px;\" fill=\"#adb5bc\" width=\"25px\" height=\"25px\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.09997 22C7.78997 22.05 6.79997 20.68 5.95997 19.47C4.24997 17 2.93997 12.45 4.69997 9.39C5.56997 7.87 7.12997 6.91 8.81997 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5ZM13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z\"/></svg> </i> </a> <a href=\""; // line 118 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["android"]) || array_key_exists("android", $context) ? $context["android"] : (function () { throw new RuntimeError('Variable "android" does not exist.', 118, $this->source); })()), "html", null, true); yield "\" class=\"p-2 text-center menu-icon center-menu-icon\"> <i class=\"feather-android font-lg bg-greylight btn-round-lg theme-dark-bg text-grey-500\"> <svg style=\"margin-top:-4px; margin-left:7px;\" height=\"20px\" width=\"20px\" viewBox=\"0 0 512 512\"><g><path style=\"fill:#3A9BC8;\" d=\"M225.656,256.052L14.016,485.451l-6.442,7.052c-4.005-5.919-6.704-12.972-7.313-20.806C0.087,470.305,0,468.91,0,467.518V44.499c0-9.488,2.873-18.02,7.574-24.987L225.656,256.052z\"/><path style=\"fill:#9BCD83;\" d=\"M320.811,152.8l-95.155,103.253L7.574,19.512C19.936,1.405,45.183-6.342,66.6,6.02L320.811,152.8z\"/><path style=\"fill:#EEB84C;\" d=\"M455.056,257.27c-0.348,14.453-7.748,28.904-22.113,37.174l-112.132,64.771l-95.155-103.163L320.811,152.8l70.518,40.745l41.614,24.026C448.178,226.366,455.579,241.861,455.056,257.27z\"/><path style=\"fill:#B43F70;\" d=\"M7.591,492.492c12.368,18.116,37.599,25.838,58.976,13.496L320.775,359.22l-95.156-103.209L7.591,492.492z\"/></g></svg> </i> </a> "; // line 125 yield " "; if ((($tmp = (isset($context["connectUser"]) || array_key_exists("connectUser", $context) ? $context["connectUser"] : (function () { throw new RuntimeError('Variable "connectUser" does not exist.', 125, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 126 yield " <a href=\"#\" class=\"p-2 text-center ms-auto menu-icon chat-active-btn\"> <i class=\"feather-message-square font-xl text-current\"></i> </a> "; // line 129 $context["profileRoute"] = (((($tmp = (isset($context["isCandidateUser"]) || array_key_exists("isCandidateUser", $context) ? $context["isCandidateUser"] : (function () { throw new RuntimeError('Variable "isCandidateUser" does not exist.', 129, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("cvs_gestion_candidates_dashboard") : ("cvs_gestion_enterprises_profile_profile")); // line 130 yield " "; $context["localeProfileRoute"] = (((($tmp = (isset($context["isCandidateUser"]) || array_key_exists("isCandidateUser", $context) ? $context["isCandidateUser"] : (function () { throw new RuntimeError('Variable "isCandidateUser" does not exist.', 130, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("locale_cvs_gestion_candidates_dashboard") : ("locale_cvs_gestion_enterprises_profile_profile")); // line 131 yield " <a href=\""; 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.', 131, $this->source); })()), "request", [], "any", false, false, false, 131), "locale", [], "any", false, false, false, 131) == "en")) { yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath((isset($context["profileRoute"]) || array_key_exists("profileRoute", $context) ? $context["profileRoute"] : (function () { throw new RuntimeError('Variable "profileRoute" does not exist.', 131, $this->source); })())); } else { yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath((isset($context["localeProfileRoute"]) || array_key_exists("localeProfileRoute", $context) ? $context["localeProfileRoute"] : (function () { throw new RuntimeError('Variable "localeProfileRoute" does not exist.', 131, $this->source); })()), ["_locale" => 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.', 131, $this->source); })()), "request", [], "any", false, false, false, 131), "locale", [], "any", false, false, false, 131)]), "html", null, true); } yield "\" class=\"p-0 ms-3 menu-icon\"> <img src=\"/uploads/no_avatar.png\" alt=\"user\" class=\"w40 mt--1\"> </a> "; } else { // line 135 yield " <a href=\""; 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.', 135, $this->source); })()), "request", [], "any", false, false, false, 135), "locale", [], "any", false, false, false, 135) == "en")) { yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login"); } else { yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("locale_app_login", ["_locale" => 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.', 135, $this->source); })()), "request", [], "any", false, false, false, 135), "locale", [], "any", false, false, false, 135)]), "html", null, true); } yield "\" class=\"ms-auto me-2 px-3 py-2 d-inline-flex align-items-center fw-600 font-xssss text-white\" style=\"background:#000;border-radius:10px;text-decoration:none;\"> <i class=\"feather-log-in me-2\"></i> <span class=\"d-none d-md-inline\">"; // line 139 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("layout.signin", [], "whr-public"), "html", null, true); yield "</span> </a> "; } // line 142 yield " </div> "; // line 147 yield " "; yield from $this->load("application/whileresume/application/jobs/sidebar.html.twig", 147)->unwrap()->yield($context); // line 148 yield " "; // line 153 yield " <div class=\"main-content right-chat-active\"> <div class=\"middle-sidebar-bottom\"> <div class=\"middle-sidebar-left\"> "; // line 156 yield from $this->unwrap()->yieldBlock('body', $context, $blocks); // line 157 yield " </div> </div> </div> "; // line 161 yield from $this->unwrap()->yieldBlock('right_sidebar', $context, $blocks); // line 162 yield " <div class=\"app-header-search\"> <form class=\"search-form\"> <div class=\"form-group searchbox mb-0 border-0 p-1\"> <input type=\"text\" class=\"form-control border-0\" placeholder=\""; // line 166 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("layout.search.placeholder", [], "whr-public"), "html", null, true); yield "\"> <i class=\"input-icon\"> <ion-icon name=\"search-outline\" role=\"img\" class=\"md hydrated\" aria-label=\"search outline\"></ion-icon> </i> <a href=\"#\" class=\"ms-1 mt-1 d-inline-block close searchbox-close\"> <i class=\"ti-close font-xs\"></i> </a> </div> </form> </div></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 181 yield from $this->load("components/flashmessage.html.twig", 181)->unwrap()->yield($context); // line 182 yield from $this->unwrap()->yieldBlock('footer_js', $context, $blocks); // line 183 yield from $this->unwrap()->yieldBlock('footerjs', $context, $blocks); // line 184 yield (isset($context["htmlTrack2"]) || array_key_exists("htmlTrack2", $context) ? $context["htmlTrack2"] : (function () { throw new RuntimeError('Variable "htmlTrack2" does not exist.', 184, $this->source); })()); yield "</body></html>"; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } // line 58 /** * @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 61 /** * @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 62 /** * @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 65 /** * @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 66 /** * @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 67 /** * @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 68 /** * @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", 68)->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.', 68, $this->source); })())])); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 78 /** * @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 86 /** * @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 156 /** * @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 161 /** * @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/right-sidebar.html.twig", 161)->unwrap()->yield($context); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 182 /** * @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 183 /** * @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 ( 690 => 183, 668 => 182, 645 => 161, 623 => 156, 601 => 86, 579 => 78, 556 => 68, 534 => 67, 512 => 66, 490 => 65, 468 => 62, 445 => 61, 423 => 58, 408 => 184, 406 => 183, 404 => 182, 402 => 181, 384 => 166, 378 => 162, 376 => 161, 370 => 157, 368 => 156, 363 => 153, 360 => 148, 357 => 147, 353 => 142, 347 => 139, 335 => 135, 323 => 131, 320 => 130, 318 => 129, 313 => 126, 310 => 125, 301 => 118, 293 => 113, 283 => 110, 278 => 107, 272 => 103, 270 => 102, 265 => 100, 257 => 99, 253 => 97, 242 => 87, 240 => 86, 232 => 81, 228 => 79, 226 => 78, 217 => 71, 214 => 70, 211 => 69, 208 => 68, 205 => 67, 202 => 66, 200 => 65, 194 => 62, 190 => 61, 186 => 60, 182 => 59, 178 => 58, 171 => 54, 167 => 52, 163 => 50, 160 => 49, 158 => 48, 156 => 47, 154 => 46, 152 => 45, 150 => 44, 148 => 43, 146 => 42, 144 => 41, 142 => 40, 139 => 39, 135 => 37, 132 => 36, 129 => 35, 126 => 34, 123 => 33, 119 => 31, 116 => 30, 113 => 29, 110 => 28, 107 => 27, 105 => 26, 102 => 25, 100 => 24, 98 => 23, 96 => 22, 94 => 21, 92 => 20, 90 => 19, 88 => 18, 86 => 17, 83 => 16, 79 => 14, 76 => 13, 73 => 12, 70 => 11, 68 => 10, 66 => 9, 64 => 8, 61 => 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 %}<!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\"> {# ═══════════════════════════════════════════════════════════════ NAV-HEADER — bandeau noir du haut (identique sociala) ═══════════════════════════════════════════════════════════════ #} <div class=\"nav-header bg-white shadow-xs border-0\"> <div class=\"nav-top\"> <a href=\"{% if app.request.locale == \"en\" %}{{ path('whileresume_homepage') }}{% else %}{{ path('locale_whileresume_homepage',{'_locale':app.request.locale}) }}{% endif %}\"> <img src=\"/uploads/logo.png\" style=\"width:180px;\" alt=\"{{ websitename }}\" /> </a> {% if connectUser %} <a href=\"#\" class=\"mob-menu ms-auto me-2 chat-active-btn\"> <i class=\"feather-message-circle text-grey-900 font-sm btn-round-md bg-greylight\"></i> </a> {% endif %} <button class=\"nav-menu me-0 ms-2\"></button> </div> <a href=\"{% if app.request.locale == \"en\" %}{{ path('whileresume_homepage') }}{% else %}{{ path('locale_whileresume_homepage',{'_locale':app.request.locale}) }}{% endif %}\" class=\"p-2 text-center ms-3 menu-icon center-menu-icon\"> <i class=\"feather-home font-lg bg-greylight btn-round-lg theme-dark-bg text-grey-500\"></i> </a> <a href=\"{{ ios }}\" class=\"p-2 text-center menu-icon center-menu-icon\"> <i class=\"feather-ios font-lg bg-greylight btn-round-lg theme-dark-bg text-grey-500\"> <svg style=\"margin-top:-4px;\" fill=\"#adb5bc\" width=\"25px\" height=\"25px\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.09997 22C7.78997 22.05 6.79997 20.68 5.95997 19.47C4.24997 17 2.93997 12.45 4.69997 9.39C5.56997 7.87 7.12997 6.91 8.81997 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5ZM13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z\"/></svg> </i> </a> <a href=\"{{ android }}\" class=\"p-2 text-center menu-icon center-menu-icon\"> <i class=\"feather-android font-lg bg-greylight btn-round-lg theme-dark-bg text-grey-500\"> <svg style=\"margin-top:-4px; margin-left:7px;\" height=\"20px\" width=\"20px\" viewBox=\"0 0 512 512\"><g><path style=\"fill:#3A9BC8;\" d=\"M225.656,256.052L14.016,485.451l-6.442,7.052c-4.005-5.919-6.704-12.972-7.313-20.806C0.087,470.305,0,468.91,0,467.518V44.499c0-9.488,2.873-18.02,7.574-24.987L225.656,256.052z\"/><path style=\"fill:#9BCD83;\" d=\"M320.811,152.8l-95.155,103.253L7.574,19.512C19.936,1.405,45.183-6.342,66.6,6.02L320.811,152.8z\"/><path style=\"fill:#EEB84C;\" d=\"M455.056,257.27c-0.348,14.453-7.748,28.904-22.113,37.174l-112.132,64.771l-95.155-103.163L320.811,152.8l70.518,40.745l41.614,24.026C448.178,226.366,455.579,241.861,455.056,257.27z\"/><path style=\"fill:#B43F70;\" d=\"M7.591,492.492c12.368,18.116,37.599,25.838,58.976,13.496L320.775,359.22l-95.156-103.209L7.591,492.492z\"/></g></svg> </i> </a> {# ── Bouton à droite : si connecté = chat icon + avatar, sinon = \"Se connecter\" ── #} {% if connectUser %} <a href=\"#\" class=\"p-2 text-center ms-auto menu-icon chat-active-btn\"> <i class=\"feather-message-square font-xl text-current\"></i> </a> {% set profileRoute = isCandidateUser ? 'cvs_gestion_candidates_dashboard' : 'cvs_gestion_enterprises_profile_profile' %} {% set localeProfileRoute = isCandidateUser ? 'locale_cvs_gestion_candidates_dashboard' : 'locale_cvs_gestion_enterprises_profile_profile' %} <a href=\"{% if app.request.locale == 'en' %}{{ path(profileRoute) }}{% else %}{{ path(localeProfileRoute,{'_locale':app.request.locale}) }}{% endif %}\" class=\"p-0 ms-3 menu-icon\"> <img src=\"/uploads/no_avatar.png\" alt=\"user\" class=\"w40 mt--1\"> </a> {% else %} <a href=\"{% if app.request.locale == 'en' %}{{ path('app_login') }}{% else %}{{ path('locale_app_login',{'_locale':app.request.locale}) }}{% endif %}\" class=\"ms-auto me-2 px-3 py-2 d-inline-flex align-items-center fw-600 font-xssss text-white\" style=\"background:#000;border-radius:10px;text-decoration:none;\"> <i class=\"feather-log-in me-2\"></i> <span class=\"d-none d-md-inline\">{{ 'layout.signin'|trans({}, 'whr-public') }}</span> </a> {% endif %} </div> {# ═══════════════════════════════════════════════════════════════ SIDEBAR GAUCHE NAV (sociala-style) — toujours présente ═══════════════════════════════════════════════════════════════ #} {% include \"application/whileresume/application/jobs/sidebar.html.twig\" %} {# ═══════════════════════════════════════════════════════════════ MAIN CONTENT — pleine largeur (right-chat-active = pas de padding-right) Comme ça la sidebar custom dans le block body peut prendre la place. ═══════════════════════════════════════════════════════════════ #} <div class=\"main-content right-chat-active\"> <div class=\"middle-sidebar-bottom\"> <div class=\"middle-sidebar-left\"> {% block body %}{% endblock body %} </div> </div> </div> {% block right_sidebar %}{% include \"application/whileresume/application/jobs/right-sidebar.html.twig\" %}{% endblock right_sidebar %} <div class=\"app-header-search\"> <form class=\"search-form\"> <div class=\"form-group searchbox mb-0 border-0 p-1\"> <input type=\"text\" class=\"form-control border-0\" placeholder=\"{{ 'layout.search.placeholder'|trans({}, 'whr-public') }}\"> <i class=\"input-icon\"> <ion-icon name=\"search-outline\" role=\"img\" class=\"md hydrated\" aria-label=\"search outline\"></ion-icon> </i> <a href=\"#\" class=\"ms-1 mt-1 d-inline-block close searchbox-close\"> <i class=\"ti-close font-xs\"></i> </a> </div> </form> </div></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"); }}