var/cache/dev/twig/97/97137dd51db5e435924f0c61ff96d2d5fff41f9d43efc8bfc686f009b2ab1120.php line 136

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @SyliusShop/layout.html.twig */
  14. class __TwigTemplate_4aa52d2f2eb0bc6ffdd86e19a04e5043c49752955b008aafa25344dc188fc894 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'metatags' => [$this'block_metatags'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'top' => [$this'block_top'],
  28.             'header' => [$this'block_header'],
  29.             'content' => [$this'block_content'],
  30.             'footer' => [$this'block_footer'],
  31.             'javascripts' => [$this'block_javascripts'],
  32.         ];
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/layout.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/layout.html.twig"));
  41.         // line 1
  42.         echo "<!DOCTYPE html>
  43. <html lang=\"";
  44.         // line 2
  45.         echo twig_escape_filter($this->envtwig_slice($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2$this->source); })()), "request", [], "any"falsefalsefalse2), "locale", [], "any"falsefalsefalse2), 02), "html"nulltrue);
  46.         echo "\">
  47.     <head>
  48.         <!-- Google Tag Manager -->
  49.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  50.                     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  51.                 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  52.                 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  53.             })(window,document,'script','dataLayer','GTM-MMQ4VXFV');</script>
  54.         <!-- End Google Tag Manager -->
  55.         <meta charset=\"utf-8\">
  56.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  57.         ";
  58.         // line 14
  59.         $context["_title_no_tag"] = ((        $this->hasBlock("title_no_tag"$context$blocks)) ? (        $this->renderBlock("title_no_tag"$context$blocks)) : (""));
  60.         // line 15
  61.         echo "
  62.         ";
  63.         // line 16
  64.         if ( !twig_test_empty((isset($context["_title_no_tag"]) || array_key_exists("_title_no_tag"$context) ? $context["_title_no_tag"] : (function () { throw new RuntimeError('Variable "_title_no_tag" does not exist.'16$this->source); })()))) {
  65.             // line 17
  66.             echo "            ";
  67.             echo (isset($context["_title_no_tag"]) || array_key_exists("_title_no_tag"$context) ? $context["_title_no_tag"] : (function () { throw new RuntimeError('Variable "_title_no_tag" does not exist.'17$this->source); })());
  68.             echo "
  69.         ";
  70.         } else {
  71.             // line 19
  72.             echo "            <title>";
  73.             $this->displayBlock('title'$context$blocks);
  74.             echo "</title>
  75.         ";
  76.         }
  77.         // line 21
  78.         echo "
  79.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  80.     ";
  81.         // line 24
  82.         echo $this->extensions['App\Twig\Extensions\GoogleTagManager\GoogleTagManagerExtension']->getGoogleTagManagerDatalayer();
  83.         echo "
  84.     ";
  85.         // line 26
  86.         $this->displayBlock('metatags'$context$blocks);
  87.         // line 35
  88.         echo "    ";
  89.         $context["canonicalList"] = $this->extensions['App\Twig\Extensions\Canonical\CanonicalExtension']->getCanonicalLink(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'35$this->source); })()), "request", [], "any"falsefalsefalse35));
  90.         // line 36
  91.         echo "    ";
  92.         if ( !(null === (isset($context["canonicalList"]) || array_key_exists("canonicalList"$context) ? $context["canonicalList"] : (function () { throw new RuntimeError('Variable "canonicalList" does not exist.'36$this->source); })()))) {
  93.             // line 37
  94.             echo "        <link rel=\"canonical\" href=\"";
  95.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["canonicalList"]) || array_key_exists("canonicalList"$context) ? $context["canonicalList"] : (function () { throw new RuntimeError('Variable "canonicalList" does not exist.'37$this->source); })()), twig_get_attribute($this->env$this->source, (isset($context["sylius"]) || array_key_exists("sylius"$context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.'37$this->source); })()), "localeCode", [], "any"falsefalsefalse37), [], "array"falsefalsefalse37), "html"nulltrue);
  96.             echo "\" />
  97.     ";
  98.         }
  99.         // line 39
  100.         echo "    ";
  101.         $context['_parent'] = $context;
  102.         $context['_seq'] = twig_ensure_traversable((isset($context["canonicalList"]) || array_key_exists("canonicalList"$context) ? $context["canonicalList"] : (function () { throw new RuntimeError('Variable "canonicalList" does not exist.'39$this->source); })()));
  103.         foreach ($context['_seq'] as $context["key"] => $context["value"]) {
  104.             // line 40
  105.             echo "        <link rel=\"alternate\" href=\"";
  106.             echo twig_escape_filter($this->env$context["value"], "html"nulltrue);
  107.             echo "\" hreflang=\"";
  108.             echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  109.             echo "\" />
  110.     ";
  111.         }
  112.         $_parent $context['_parent'];
  113.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
  114.         $context array_intersect_key($context$_parent) + $_parent;
  115.         // line 42
  116.         echo "        <link rel=\"stylesheet\" href=\"https://use.typekit.net/icm3oad.css\">
  117.         ";
  118.         // line 43
  119.         $this->displayBlock('stylesheets'$context$blocks);
  120.         // line 46
  121.         echo "
  122.         ";
  123.         // line 47
  124.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.head");
  125.         echo "
  126.     </head>
  127.     <body class=\"body-";
  128.         // line 50
  129.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'50$this->source); })()), "request", [], "any"falsefalsefalse50), "attributes", [], "any"falsefalsefalse50), "get", [=> "_route"], "method"falsefalsefalse50), "html"nulltrue);
  130.         echo "\">
  131.     <!-- Google Tag Manager (noscript) -->
  132.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-MMQ4VXFV\"
  133.                       height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  134.     <!-- End Google Tag Manager (noscript) -->
  135.         ";
  136.         // line 55
  137.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.before_body");
  138.         echo "
  139.         ";
  140.         // line 56
  141.         $this->loadTemplate("@SyliusShop/Product/_popupAddToCart.html.twig""@SyliusShop/layout.html.twig"56)->display($context);
  142.         // line 57
  143.         echo "
  144.         <section class=\"big-wrapper\">
  145.             ";
  146.         // line 60
  147.         $this->displayBlock('top'$context$blocks);
  148.         // line 62
  149.         echo "
  150.             ";
  151.         // line 63
  152.         $this->displayBlock('header'$context$blocks);
  153.         // line 70
  154.         echo "
  155.             <section class=\"main-content page-content\">
  156.                 <div class=\"container p-lg-0 my-0\">";
  157.         // line 72
  158.         $this->loadTemplate("@SyliusShop/_flashes.html.twig""@SyliusShop/layout.html.twig"72)->display($context);
  159.         echo "</div>
  160.                 <div class=\"fixed-devis\">
  161.                     <a href=\"";
  162.         // line 74
  163.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_shop_project_simulation");
  164.         echo "\" class=\"transition-bgcolor\" title=\"";
  165.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.project_simulation.simulate_my_project"), "html"nulltrue);
  166.         echo "\">
  167. ";
  168.         // line 76
  169.         echo "                        <span class=\"has-bg-devis d-block font-seize\">";
  170.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.project_simulation.simulate_my_project"), "html"nulltrue);
  171.         echo "</span>
  172.                         <em>";
  173.         // line 77
  174.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.common.in_time_minutes"), "html"nulltrue);
  175.         echo "</em>
  176.                         <i class=\"icon-right-open-big color-orange\"></i>
  177.                     </a>
  178.                 </div>
  179.                 ";
  180.         // line 81
  181.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.before_content");
  182.         echo "
  183.                 ";
  184.         // line 83
  185.         $this->displayBlock('content'$context$blocks);
  186.         // line 85
  187.         echo "
  188.                 ";
  189.         // line 86
  190.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.after_content");
  191.         echo "
  192.             </section>
  193.             ";
  194.         // line 90
  195.         $this->displayBlock('footer'$context$blocks);
  196.         // line 93
  197.         echo "
  198.             ";
  199.         // line 94
  200.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.after_body");
  201.         echo "
  202.             <div class=\"loading-overlay\" data-js-loading-overlay>
  203.                 <div class=\"spinner-border\" role=\"status\">
  204.                     <span class=\"sr-only\">Loading...</span>
  205.                 </div>
  206.             </div>
  207.         </section>
  208.         ";
  209.         // line 103
  210.         echo "        <div class=\"goToTop bg-gradient-orange bg-gradient-hover transition-bgcolor\"><img src=\"";
  211.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/top_go.png"), "html"nulltrue);
  212.         echo "\" alt=\"\" /></div>
  213.         ";
  214.         // line 106
  215.         $this->loadTemplate("@CHCookieConsent/cookie_consent_styling.html.twig""@SyliusShop/layout.html.twig"106)->display($context);
  216.         // line 107
  217.         echo "        ";
  218.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ch_cookie_consent.show", ["locale" => twig_get_attribute($this->env$this->source, (isset($context["sylius"]) || array_key_exists("sylius"$context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.'107$this->source); })()), "localeCode", [], "any"falsefalsefalse107)]));
  219.         echo "
  220.         ";
  221.         // line 109
  222.         $this->displayBlock('javascripts'$context$blocks);
  223.         // line 112
  224.         echo "
  225.     </body>
  226. </html>
  227. ";
  228.         
  229.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  230.         
  231.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  232.     }
  233.     // line 19
  234.     public function block_title($context, array $blocks = [])
  235.     {
  236.         $macros $this->macros;
  237.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  238.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  239.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  240.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  241.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sylius"]) || array_key_exists("sylius"$context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.'19$this->source); })()), "channel", [], "any"falsefalsefalse19), "name", [], "any"falsefalsefalse19), "html"nulltrue);
  242.         
  243.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  244.         
  245.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  246.     }
  247.     // line 26
  248.     public function block_metatags($context, array $blocks = [])
  249.     {
  250.         $macros $this->macros;
  251.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  252.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  253.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  254.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  255.         // line 27
  256.         echo "        ";
  257.         $context["metaDescription"] = $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("dedi_sylius_seo_plugin.metatags", ["resource" => (($context["product"]) ?? (twig_get_attribute($this->env$this->source, (isset($context["sylius"]) || array_key_exists("sylius"$context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.'27$this->source); })()), "channel", [], "any"falsefalsefalse27)))]);
  258.         // line 28
  259.         echo "        ";
  260.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("dedi_sylius_seo_plugin.rich_snippets");
  261.         echo "
  262.         ";
  263.         // line 29
  264.         if (twig_test_empty((isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'29$this->source); })()))) {
  265.             // line 30
  266.             echo "            <meta name=\"description\" content=\"";
  267.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sylius"]) || array_key_exists("sylius"$context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.'30$this->source); })()), "channel", [], "any"falsefalsefalse30), "description", [], "any"falsefalsefalse30), "html"nulltrue);
  268.             echo "\">
  269.         ";
  270.         } else {
  271.             // line 32
  272.             echo "            ";
  273.             echo (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'32$this->source); })());
  274.             echo "
  275.         ";
  276.         }
  277.         // line 34
  278.         echo "    ";
  279.         
  280.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  281.         
  282.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  283.     }
  284.     // line 43
  285.     public function block_stylesheets($context, array $blocks = [])
  286.     {
  287.         $macros $this->macros;
  288.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  289.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  290.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  291.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  292.         // line 44
  293.         echo "            ";
  294.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.stylesheets");
  295.         echo "
  296.         ";
  297.         
  298.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  299.         
  300.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  301.     }
  302.     // line 60
  303.     public function block_top($context, array $blocks = [])
  304.     {
  305.         $macros $this->macros;
  306.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  307.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""top"));
  308.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  309.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""top"));
  310.         // line 61
  311.         echo "            ";
  312.         
  313.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  314.         
  315.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  316.     }
  317.     // line 63
  318.     public function block_header($context, array $blocks = [])
  319.     {
  320.         $macros $this->macros;
  321.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  322.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  323.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  324.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  325.         // line 64
  326.         echo "                <div class=\"menu-mob-overlay\"></div>
  327.                 <header class=\"header-body\">
  328.                 ";
  329.         // line 66
  330.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.header");
  331.         echo "
  332.                 </header>
  333.             ";
  334.         
  335.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  336.         
  337.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  338.     }
  339.     // line 83
  340.     public function block_content($context, array $blocks = [])
  341.     {
  342.         $macros $this->macros;
  343.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  344.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  345.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  346.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  347.         // line 84
  348.         echo "                ";
  349.         
  350.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  351.         
  352.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  353.     }
  354.     // line 90
  355.     public function block_footer($context, array $blocks = [])
  356.     {
  357.         $macros $this->macros;
  358.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  359.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  360.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  361.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  362.         // line 91
  363.         echo "                ";
  364.         $this->loadTemplate("@SyliusShop/_footer.html.twig""@SyliusShop/layout.html.twig"91)->display($context);
  365.         // line 92
  366.         echo "            ";
  367.         
  368.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  369.         
  370.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  371.     }
  372.     // line 109
  373.     public function block_javascripts($context, array $blocks = [])
  374.     {
  375.         $macros $this->macros;
  376.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  377.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  378.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  379.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  380.         // line 110
  381.         echo "            ";
  382.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.javascripts");
  383.         echo "
  384.         ";
  385.         
  386.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  387.         
  388.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  389.     }
  390.     public function getTemplateName()
  391.     {
  392.         return "@SyliusShop/layout.html.twig";
  393.     }
  394.     public function isTraitable()
  395.     {
  396.         return false;
  397.     }
  398.     public function getDebugInfo()
  399.     {
  400.         return array (  443 => 110,  433 => 109,  423 => 92,  420 => 91,  410 => 90,  400 => 84,  390 => 83,  376 => 66,  372 => 64,  362 => 63,  352 => 61,  342 => 60,  329 => 44,  319 => 43,  309 => 34,  303 => 32,  297 => 30,  295 => 29,  290 => 28,  287 => 27,  277 => 26,  258 => 19,  245 => 112,  243 => 109,  237 => 107,  235 => 106,  228 => 103,  217 => 94,  214 => 93,  212 => 90,  205 => 86,  202 => 85,  200 => 83,  195 => 81,  188 => 77,  183 => 76,  177 => 74,  172 => 72,  168 => 70,  166 => 63,  163 => 62,  161 => 60,  156 => 57,  154 => 56,  150 => 55,  142 => 50,  136 => 47,  133 => 46,  131 => 43,  128 => 42,  117 => 40,  112 => 39,  106 => 37,  103 => 36,  100 => 35,  98 => 26,  93 => 24,  88 => 21,  82 => 19,  76 => 17,  74 => 16,  71 => 15,  69 => 14,  54 => 2,  51 => 1,);
  401.     }
  402.     public function getSourceContext()
  403.     {
  404.         return new Source("<!DOCTYPE html>
  405. <html lang=\"{{ app.request.locale|slice(0, 2) }}\">
  406.     <head>
  407.         <!-- Google Tag Manager -->
  408.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  409.                     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  410.                 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  411.                 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  412.             })(window,document,'script','dataLayer','GTM-MMQ4VXFV');</script>
  413.         <!-- End Google Tag Manager -->
  414.         <meta charset=\"utf-8\">
  415.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  416.         {% set _title_no_tag = block('title_no_tag') ?? '' %}
  417.         {% if _title_no_tag is not empty %}
  418.             {{ _title_no_tag|raw }}
  419.         {% else %}
  420.             <title>{% block title %}{{ sylius.channel.name }}{% endblock %}</title>
  421.         {% endif %}
  422.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  423.     {{ app_get_google_tag_manager_datalayer() }}
  424.     {% block metatags %}
  425.         {% set metaDescription = sylius_template_event('dedi_sylius_seo_plugin.metatags', { resource: product ?? sylius.channel }) %}
  426.         {{ sylius_template_event('dedi_sylius_seo_plugin.rich_snippets') }}
  427.         {% if metaDescription is empty %}
  428.             <meta name=\"description\" content=\"{{ sylius.channel.description}}\">
  429.         {% else %}
  430.             {{ metaDescription|raw }}
  431.         {% endif %}
  432.     {% endblock %}
  433.     {% set canonicalList = app_get_canonical_link(app.request) %}
  434.     {% if canonicalList is not null %}
  435.         <link rel=\"canonical\" href=\"{{ canonicalList[sylius.localeCode] }}\" />
  436.     {% endif %}
  437.     {% for key,value in canonicalList %}
  438.         <link rel=\"alternate\" href=\"{{ value }}\" hreflang=\"{{ key }}\" />
  439.     {% endfor %}
  440.         <link rel=\"stylesheet\" href=\"https://use.typekit.net/icm3oad.css\">
  441.         {% block stylesheets %}
  442.             {{ sylius_template_event('sylius.shop.layout.stylesheets') }}
  443.         {% endblock %}
  444.         {{ sylius_template_event('sylius.shop.layout.head') }}
  445.     </head>
  446.     <body class=\"body-{{app.request.attributes.get('_route')}}\">
  447.     <!-- Google Tag Manager (noscript) -->
  448.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-MMQ4VXFV\"
  449.                       height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  450.     <!-- End Google Tag Manager (noscript) -->
  451.         {{ sylius_template_event('sylius.shop.layout.before_body') }}
  452.         {% include '@SyliusShop/Product/_popupAddToCart.html.twig' %}
  453.         <section class=\"big-wrapper\">
  454.             {% block top %}
  455.             {% endblock %}
  456.             {% block header %}
  457.                 <div class=\"menu-mob-overlay\"></div>
  458.                 <header class=\"header-body\">
  459.                 {{ sylius_template_event('sylius.shop.layout.header') }}
  460.                 </header>
  461.             {% endblock %}
  462.             <section class=\"main-content page-content\">
  463.                 <div class=\"container p-lg-0 my-0\">{% include '@SyliusShop/_flashes.html.twig' %}</div>
  464.                 <div class=\"fixed-devis\">
  465.                     <a href=\"{{ path('app_shop_project_simulation') }}\" class=\"transition-bgcolor\" title=\"{{'app.project_simulation.simulate_my_project'|trans}}\">
  466. {#                        <strong class=\"icon-devis\"><img src=\"{{asset('images/ico_calculate.svg')}}\" alt=\"\"/></strong>#}
  467.                         <span class=\"has-bg-devis d-block font-seize\">{{'app.project_simulation.simulate_my_project'|trans}}</span>
  468.                         <em>{{'app.common.in_time_minutes'|trans}}</em>
  469.                         <i class=\"icon-right-open-big color-orange\"></i>
  470.                     </a>
  471.                 </div>
  472.                 {{ sylius_template_event('sylius.shop.layout.before_content') }}
  473.                 {% block content %}
  474.                 {% endblock %}
  475.                 {{ sylius_template_event('sylius.shop.layout.after_content') }}
  476.             </section>
  477.             {% block footer %}
  478.                 {% include '@SyliusShop/_footer.html.twig' %}
  479.             {% endblock %}
  480.             {{ sylius_template_event('sylius.shop.layout.after_body') }}
  481.             <div class=\"loading-overlay\" data-js-loading-overlay>
  482.                 <div class=\"spinner-border\" role=\"status\">
  483.                     <span class=\"sr-only\">Loading...</span>
  484.                 </div>
  485.             </div>
  486.         </section>
  487.         {#<div class=\"menu-overlay\"></div>#}
  488.         <div class=\"goToTop bg-gradient-orange bg-gradient-hover transition-bgcolor\"><img src=\"{{ asset('images/top_go.png')}}\" alt=\"\" /></div>
  489.         {% include \"@CHCookieConsent/cookie_consent_styling.html.twig\" %}
  490.         {{ render_esi(path('ch_cookie_consent.show', { 'locale' : sylius.localeCode })) }}
  491.         {% block javascripts %}
  492.             {{ sylius_template_event('sylius.shop.layout.javascripts') }}
  493.         {% endblock %}
  494.     </body>
  495. </html>
  496. ""@SyliusShop/layout.html.twig""/home/6nergiesboutique/www_preprod/themes/BootstrapTheme/templates/bundles/SyliusShopBundle/layout.html.twig");
  497.     }
  498. }