var/cache/dev_hb20adcc116cac57cb0563ce07d309ac5/twig/2d/2dc066238810c4ff4edddf93e1ab5e3f5c8ac5bcbdf962f50cfc627b992bcb43.php line 607

  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @Storefront/storefront/base.html.twig */
  16. class __TwigTemplate_226e14aa9c34f2042a91b77b76435bbd extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->parent false;
  25.         $this->blocks = [
  26.             'base_doctype' => [$this'block_base_doctype'],
  27.             'base_html' => [$this'block_base_html'],
  28.             'base_head' => [$this'block_base_head'],
  29.             'base_body' => [$this'block_base_body'],
  30.             'base_body_classes' => [$this'block_base_body_classes'],
  31.             'base_body_inner' => [$this'block_base_body_inner'],
  32.             'base_noscript' => [$this'block_base_noscript'],
  33.             'base_header' => [$this'block_base_header'],
  34.             'base_header_inner' => [$this'block_base_header_inner'],
  35.             'base_navigation' => [$this'block_base_navigation'],
  36.             'base_navigation_inner' => [$this'block_base_navigation_inner'],
  37.             'base_offcanvas_navigation' => [$this'block_base_offcanvas_navigation'],
  38.             'base_offcanvas_navigation_inner' => [$this'block_base_offcanvas_navigation_inner'],
  39.             'base_main' => [$this'block_base_main'],
  40.             'base_flashbags' => [$this'block_base_flashbags'],
  41.             'base_main_inner' => [$this'block_base_main_inner'],
  42.             'base_main_container' => [$this'block_base_main_container'],
  43.             'base_breadcrumb' => [$this'block_base_breadcrumb'],
  44.             'base_content' => [$this'block_base_content'],
  45.             'base_footer' => [$this'block_base_footer'],
  46.             'base_footer_inner' => [$this'block_base_footer_inner'],
  47.             'base_scroll_up' => [$this'block_base_scroll_up'],
  48.             'base_cookie_permission' => [$this'block_base_cookie_permission'],
  49.             'base_pseudo_modal' => [$this'block_base_pseudo_modal'],
  50.             'base_body_script' => [$this'block_base_body_script'],
  51.         ];
  52.     }
  53.     protected function doDisplay(array $context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Storefront/storefront/base.html.twig"));
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Storefront/storefront/base.html.twig"));
  60.         // line 2
  61.         $context["isHMRMode"] = (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse2), "headers", [], "any"falsefalsefalse2), "get", [=> "hot-reload-mode"], "method"falsefalsefalse2) && (sw_get_attribute($this->env$this->source, ($context["app"] ?? null), "environment", [], "any"falsefalsefalse2) == "dev"));
  62.         // line 3
  63.         echo "
  64. ";
  65.         // line 4
  66.         $this->displayBlock('base_doctype'$context$blocks);
  67.         // line 7
  68.         echo "
  69. ";
  70.         // line 8
  71.         $this->displayBlock('base_html'$context$blocks);
  72.         // line 13
  73.         echo "
  74. ";
  75.         // line 14
  76.         $this->displayBlock('base_head'$context$blocks);
  77.         // line 17
  78.         echo "
  79. ";
  80.         // line 18
  81.         $this->displayBlock('base_body'$context$blocks);
  82.         // line 114
  83.         echo "</html>
  84. ";
  85.         
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  87.         
  88.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  89.     }
  90.     // line 4
  91.     public function block_base_doctype($context, array $blocks = [])
  92.     {
  93.         $macros $this->macros;
  94.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  95.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_doctype"));
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  97.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_doctype"));
  98.         // line 5
  99.         echo "<!DOCTYPE html>
  100. ";
  101.         
  102.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  103.         
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  105.     }
  106.     // line 8
  107.     public function block_base_html($context, array $blocks = [])
  108.     {
  109.         $macros $this->macros;
  110.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  111.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_html"));
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  113.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_html"));
  114.         // line 9
  115.         echo "<html lang=\"";
  116.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse9), "activeLanguage", [], "any"falsefalsefalse9), "translationCode", [], "any"falsefalsefalse9), "code", [], "any"falsefalsefalse9), "html"nulltrue);
  117.         echo "\"
  118.       itemscope=\"itemscope\"
  119.       itemtype=\"https://schema.org/WebPage\">
  120. ";
  121.         
  122.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  123.         
  124.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  125.     }
  126.     // line 14
  127.     public function block_base_head($context, array $blocks = [])
  128.     {
  129.         $macros $this->macros;
  130.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  131.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_head"));
  132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  133.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_head"));
  134.         // line 15
  135.         echo "    ";
  136.         $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig""@Storefront/storefront/base.html.twig"15)->display($context);
  137.         
  138.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  139.         
  140.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  141.     }
  142.     // line 18
  143.     public function block_base_body($context, array $blocks = [])
  144.     {
  145.         $macros $this->macros;
  146.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  147.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body"));
  148.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  149.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body"));
  150.         // line 19
  151.         echo "    <body class=\"";
  152.         $this->displayBlock('base_body_classes'$context$blocks);
  153.         echo "\">
  154.     ";
  155.         // line 21
  156.         $this->displayBlock('base_body_inner'$context$blocks);
  157.         // line 97
  158.         echo "
  159.     ";
  160.         // line 98
  161.         $this->displayBlock('base_scroll_up'$context$blocks);
  162.         // line 101
  163.         echo "
  164.     ";
  165.         // line 102
  166.         $this->displayBlock('base_cookie_permission'$context$blocks);
  167.         // line 105
  168.         echo "
  169.     ";
  170.         // line 106
  171.         $this->displayBlock('base_pseudo_modal'$context$blocks);
  172.         // line 109
  173.         echo "
  174.     ";
  175.         // line 110
  176.         $this->displayBlock('base_body_script'$context$blocks);
  177.         // line 112
  178.         echo "    </body>
  179. ";
  180.         
  181.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  182.         
  183.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  184.     }
  185.     // line 19
  186.     public function block_base_body_classes($context, array $blocks = [])
  187.     {
  188.         $macros $this->macros;
  189.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  190.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_classes"));
  191.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_classes"));
  193.         echo "is-ctl-";
  194.         if ( !twig_test_empty(($context["controllerName"] ?? null))) {
  195.             echo sw_escape_filter($this->envtwig_lower_filter($this->env, ($context["controllerName"] ?? null)), "html"nulltrue);
  196.         }
  197.         echo " is-act-";
  198.         if ( !twig_test_empty(($context["controllerAction"] ?? null))) {
  199.             echo sw_escape_filter($this->envtwig_lower_filter($this->env, ($context["controllerAction"] ?? null)), "html"nulltrue);
  200.         }
  201.         
  202.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  203.         
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  205.     }
  206.     // line 21
  207.     public function block_base_body_inner($context, array $blocks = [])
  208.     {
  209.         $macros $this->macros;
  210.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  211.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_inner"));
  212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  213.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_inner"));
  214.         // line 22
  215.         echo "        ";
  216.         $this->displayBlock('base_noscript'$context$blocks);
  217.         // line 31
  218.         echo "
  219.         ";
  220.         // line 32
  221.         $this->displayBlock('base_header'$context$blocks);
  222.         // line 41
  223.         echo "
  224.         ";
  225.         // line 42
  226.         $this->displayBlock('base_navigation'$context$blocks);
  227.         // line 49
  228.         echo "
  229.         ";
  230.         // line 50
  231.         $this->displayBlock('base_offcanvas_navigation'$context$blocks);
  232.         // line 59
  233.         echo "
  234.         ";
  235.         // line 60
  236.         $this->displayBlock('base_main'$context$blocks);
  237.         // line 88
  238.         echo "
  239.         ";
  240.         // line 89
  241.         $this->displayBlock('base_footer'$context$blocks);
  242.         // line 96
  243.         echo "    ";
  244.         
  245.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  246.         
  247.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  248.     }
  249.     // line 22
  250.     public function block_base_noscript($context, array $blocks = [])
  251.     {
  252.         $macros $this->macros;
  253.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  254.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_noscript"));
  255.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  256.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_noscript"));
  257.         // line 23
  258.         echo "            <noscript class=\"noscript-main\">
  259.                 ";
  260.         // line 24
  261.         $this->loadTemplate("@Storefront/storefront/utilities/alert.html.twig""@Storefront/storefront/base.html.twig"24)->display(twig_array_merge($context, ["type" => "info""content" => $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.noscriptNotice")), "iconCache" => false]));
  262.         // line 29
  263.         echo "            </noscript>
  264.         ";
  265.         
  266.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  267.         
  268.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  269.     }
  270.     // line 32
  271.     public function block_base_header($context, array $blocks = [])
  272.     {
  273.         $macros $this->macros;
  274.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  275.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header"));
  276.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  277.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header"));
  278.         // line 33
  279.         echo "            <header class=\"header-main\">
  280.                 ";
  281.         // line 34
  282.         $this->displayBlock('base_header_inner'$context$blocks);
  283.         // line 39
  284.         echo "            </header>
  285.         ";
  286.         
  287.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  288.         
  289.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  290.     }
  291.     // line 34
  292.     public function block_base_header_inner($context, array $blocks = [])
  293.     {
  294.         $macros $this->macros;
  295.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  296.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header_inner"));
  297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  298.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header_inner"));
  299.         // line 35
  300.         echo "                    <div class=\"container\">
  301.                         ";
  302.         // line 36
  303.         $this->loadTemplate("@Storefront/storefront/layout/header/header.html.twig""@Storefront/storefront/base.html.twig"36)->display($context);
  304.         // line 37
  305.         echo "                    </div>
  306.                 ";
  307.         
  308.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  309.         
  310.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  311.     }
  312.     // line 42
  313.     public function block_base_navigation($context, array $blocks = [])
  314.     {
  315.         $macros $this->macros;
  316.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  317.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation"));
  318.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  319.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation"));
  320.         // line 43
  321.         echo "            <div class=\"nav-main\">
  322.                 ";
  323.         // line 44
  324.         $this->displayBlock('base_navigation_inner'$context$blocks);
  325.         // line 47
  326.         echo "            </div>
  327.         ";
  328.         
  329.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  330.         
  331.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  332.     }
  333.     // line 44
  334.     public function block_base_navigation_inner($context, array $blocks = [])
  335.     {
  336.         $macros $this->macros;
  337.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  338.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation_inner"));
  339.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  340.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation_inner"));
  341.         // line 45
  342.         echo "                    ";
  343.         $this->loadTemplate("@Storefront/storefront/layout/navigation/navigation.html.twig""@Storefront/storefront/base.html.twig"45)->display($context);
  344.         // line 46
  345.         echo "                ";
  346.         
  347.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  348.         
  349.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  350.     }
  351.     // line 50
  352.     public function block_base_offcanvas_navigation($context, array $blocks = [])
  353.     {
  354.         $macros $this->macros;
  355.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  356.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation"));
  357.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  358.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation"));
  359.         // line 51
  360.         echo "            ";
  361.         if (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse51), "navigation", [], "any"falsefalsefalse51)) {
  362.             // line 52
  363.             echo "                <div class=\"d-none js-navigation-offcanvas-initial-content";
  364.             if ((sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["context"] ?? null), "salesChannel", [], "any"falsefalsefalse52), "navigationCategoryId", [], "any"falsefalsefalse52) == sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse52), "navigation", [], "any"falsefalsefalse52), "active", [], "any"falsefalsefalse52), "id", [], "any"falsefalsefalse52))) {
  365.                 echo " is-root";
  366.             }
  367.             echo "\">
  368.                     ";
  369.             // line 53
  370.             $this->displayBlock('base_offcanvas_navigation_inner'$context$blocks);
  371.             // line 56
  372.             echo "                </div>
  373.             ";
  374.         }
  375.         // line 58
  376.         echo "        ";
  377.         
  378.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  379.         
  380.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  381.     }
  382.     // line 53
  383.     public function block_base_offcanvas_navigation_inner($context, array $blocks = [])
  384.     {
  385.         $macros $this->macros;
  386.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  387.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation_inner"));
  388.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  389.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation_inner"));
  390.         // line 54
  391.         echo "                        ";
  392.         $this->loadTemplate("@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig""@Storefront/storefront/base.html.twig"54)->display(twig_array_merge($context, ["navigation" => sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse54), "navigation", [], "any"falsefalsefalse54)]));
  393.         // line 55
  394.         echo "                    ";
  395.         
  396.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  397.         
  398.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  399.     }
  400.     // line 60
  401.     public function block_base_main($context, array $blocks = [])
  402.     {
  403.         $macros $this->macros;
  404.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  405.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main"));
  406.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  407.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main"));
  408.         // line 61
  409.         echo "            <main class=\"content-main\">
  410.                 ";
  411.         // line 62
  412.         $this->displayBlock('base_flashbags'$context$blocks);
  413.         // line 69
  414.         echo "
  415.                 ";
  416.         // line 70
  417.         $this->displayBlock('base_main_inner'$context$blocks);
  418.         // line 86
  419.         echo "            </main>
  420.         ";
  421.         
  422.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  423.         
  424.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  425.     }
  426.     // line 62
  427.     public function block_base_flashbags($context, array $blocks = [])
  428.     {
  429.         $macros $this->macros;
  430.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  431.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags"));
  432.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  433.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags"));
  434.         // line 63
  435.         echo "                    <div class=\"flashbags container\">
  436.                         ";
  437.         // line 64
  438.         $context['_parent'] = $context;
  439.         $context['_seq'] = twig_ensure_traversable(sw_get_attribute($this->env$this->source, ($context["app"] ?? null), "flashes", [], "any"falsefalsefalse64));
  440.         $context['loop'] = [
  441.           'parent' => $context['_parent'],
  442.           'index0' => 0,
  443.           'index'  => 1,
  444.           'first'  => true,
  445.         ];
  446.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  447.             $length count($context['_seq']);
  448.             $context['loop']['revindex0'] = $length 1;
  449.             $context['loop']['revindex'] = $length;
  450.             $context['loop']['length'] = $length;
  451.             $context['loop']['last'] = === $length;
  452.         }
  453.         foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
  454.             // line 65
  455.             echo "                            ";
  456.             $this->loadTemplate("@Storefront/storefront/utilities/alert.html.twig""@Storefront/storefront/base.html.twig"65)->display(twig_array_merge($context, ["type" => $context["type"], "list" => $context["messages"]]));
  457.             // line 66
  458.             echo "                        ";
  459.             ++$context['loop']['index0'];
  460.             ++$context['loop']['index'];
  461.             $context['loop']['first'] = false;
  462.             if (isset($context['loop']['length'])) {
  463.                 --$context['loop']['revindex0'];
  464.                 --$context['loop']['revindex'];
  465.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  466.             }
  467.         }
  468.         $_parent $context['_parent'];
  469.         unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
  470.         $context array_intersect_key($context$_parent) + $_parent;
  471.         // line 67
  472.         echo "                    </div>
  473.                 ";
  474.         
  475.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  476.         
  477.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  478.     }
  479.     // line 70
  480.     public function block_base_main_inner($context, array $blocks = [])
  481.     {
  482.         $macros $this->macros;
  483.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  484.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_inner"));
  485.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  486.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_inner"));
  487.         // line 71
  488.         echo "                    <div class=\"container\">
  489.                         ";
  490.         // line 72
  491.         $this->displayBlock('base_main_container'$context$blocks);
  492.         // line 84
  493.         echo "                    </div>
  494.                 ";
  495.         
  496.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  497.         
  498.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  499.     }
  500.     // line 72
  501.     public function block_base_main_container($context, array $blocks = [])
  502.     {
  503.         $macros $this->macros;
  504.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  505.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_container"));
  506.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  507.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_container"));
  508.         // line 73
  509.         echo "                            <div class=\"container-main\">
  510.                                 ";
  511.         // line 74
  512.         $this->displayBlock('base_breadcrumb'$context$blocks);
  513.         // line 80
  514.         echo "
  515.                                 ";
  516.         // line 81
  517.         $this->displayBlock('base_content'$context$blocks);
  518.         // line 82
  519.         echo "                            </div>
  520.                         ";
  521.         
  522.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  523.         
  524.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  525.     }
  526.     // line 74
  527.     public function block_base_breadcrumb($context, array $blocks = [])
  528.     {
  529.         $macros $this->macros;
  530.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  531.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_breadcrumb"));
  532.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  533.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_breadcrumb"));
  534.         // line 75
  535.         echo "                                    ";
  536.         $this->loadTemplate("@Storefront/storefront/layout/breadcrumb.html.twig""@Storefront/storefront/base.html.twig"75)->display(twig_to_array(["context" =>         // line 76
  537. ($context["context"] ?? null), "category" => sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source,         // line 77
  538. ($context["page"] ?? null), "product", [], "any"falsefalsefalse77), "seoCategory", [], "any"falsefalsefalse77)]));
  539.         // line 79
  540.         echo "                                ";
  541.         
  542.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  543.         
  544.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  545.     }
  546.     // line 81
  547.     public function block_base_content($context, array $blocks = [])
  548.     {
  549.         $macros $this->macros;
  550.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  551.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  552.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  553.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  554.         
  555.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  556.         
  557.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  558.     }
  559.     // line 89
  560.     public function block_base_footer($context, array $blocks = [])
  561.     {
  562.         $macros $this->macros;
  563.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  564.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer"));
  565.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  566.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer"));
  567.         // line 90
  568.         echo "            <footer class=\"footer-main\">
  569.                 ";
  570.         // line 91
  571.         $this->displayBlock('base_footer_inner'$context$blocks);
  572.         // line 94
  573.         echo "            </footer>
  574.         ";
  575.         
  576.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  577.         
  578.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  579.     }
  580.     // line 91
  581.     public function block_base_footer_inner($context, array $blocks = [])
  582.     {
  583.         $macros $this->macros;
  584.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  585.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer_inner"));
  586.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  587.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer_inner"));
  588.         // line 92
  589.         echo "                    ";
  590.         $this->loadTemplate("@Storefront/storefront/layout/footer/footer.html.twig""@Storefront/storefront/base.html.twig"92)->display($context);
  591.         // line 93
  592.         echo "                ";
  593.         
  594.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  595.         
  596.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  597.     }
  598.     // line 98
  599.     public function block_base_scroll_up($context, array $blocks = [])
  600.     {
  601.         $macros $this->macros;
  602.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  603.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_scroll_up"));
  604.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  605.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_scroll_up"));
  606.         // line 99
  607.         echo "        ";
  608.         $this->loadTemplate("@Storefront/storefront/layout/scroll-up.html.twig""@Storefront/storefront/base.html.twig"99)->display($context);
  609.         // line 100
  610.         echo "    ";
  611.         
  612.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  613.         
  614.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  615.     }
  616.     // line 102
  617.     public function block_base_cookie_permission($context, array $blocks = [])
  618.     {
  619.         $macros $this->macros;
  620.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  621.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_cookie_permission"));
  622.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  623.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_cookie_permission"));
  624.         // line 103
  625.         echo "        ";
  626.         $this->loadTemplate("@Storefront/storefront/layout/cookie/cookie-permission.html.twig""@Storefront/storefront/base.html.twig"103)->display($context);
  627.         // line 104
  628.         echo "    ";
  629.         
  630.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  631.         
  632.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  633.     }
  634.     // line 106
  635.     public function block_base_pseudo_modal($context, array $blocks = [])
  636.     {
  637.         $macros $this->macros;
  638.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  639.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_pseudo_modal"));
  640.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  641.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_pseudo_modal"));
  642.         // line 107
  643.         echo "        ";
  644.         $this->loadTemplate("@Storefront/storefront/component/pseudo-modal.html.twig""@Storefront/storefront/base.html.twig"107)->display($context);
  645.         // line 108
  646.         echo "    ";
  647.         
  648.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  649.         
  650.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  651.     }
  652.     // line 110
  653.     public function block_base_body_script($context, array $blocks = [])
  654.     {
  655.         $macros $this->macros;
  656.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  657.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_script"));
  658.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  659.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_script"));
  660.         // line 111
  661.         echo "    ";
  662.         
  663.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  664.         
  665.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  666.     }
  667.     public function getTemplateName()
  668.     {
  669.         return "@Storefront/storefront/base.html.twig";
  670.     }
  671.     public function isTraitable()
  672.     {
  673.         return false;
  674.     }
  675.     public function getDebugInfo()
  676.     {
  677.         return array (  794 => 111,  784 => 110,  774 => 108,  771 => 107,  761 => 106,  751 => 104,  748 => 103,  738 => 102,  728 => 100,  725 => 99,  715 => 98,  705 => 93,  702 => 92,  692 => 91,  681 => 94,  679 => 91,  676 => 90,  666 => 89,  648 => 81,  638 => 79,  636 => 77,  635 => 76,  633 => 75,  623 => 74,  612 => 82,  610 => 81,  607 => 80,  605 => 74,  602 => 73,  592 => 72,  581 => 84,  579 => 72,  576 => 71,  566 => 70,  555 => 67,  541 => 66,  538 => 65,  521 => 64,  518 => 63,  508 => 62,  497 => 86,  495 => 70,  492 => 69,  490 => 62,  487 => 61,  477 => 60,  467 => 55,  464 => 54,  454 => 53,  444 => 58,  440 => 56,  438 => 53,  431 => 52,  428 => 51,  418 => 50,  408 => 46,  405 => 45,  395 => 44,  384 => 47,  382 => 44,  379 => 43,  369 => 42,  358 => 37,  356 => 36,  353 => 35,  343 => 34,  332 => 39,  330 => 34,  327 => 33,  317 => 32,  306 => 29,  304 => 24,  301 => 23,  291 => 22,  281 => 96,  279 => 89,  276 => 88,  274 => 60,  271 => 59,  269 => 50,  266 => 49,  264 => 42,  261 => 41,  259 => 32,  256 => 31,  253 => 22,  243 => 21,  217 => 19,  206 => 112,  204 => 110,  201 => 109,  199 => 106,  196 => 105,  194 => 102,  191 => 101,  189 => 98,  186 => 97,  184 => 21,  178 => 19,  168 => 18,  157 => 15,  147 => 14,  132 => 9,  122 => 8,  111 => 5,  101 => 4,  90 => 114,  88 => 18,  85 => 17,  83 => 14,  80 => 13,  78 => 8,  75 => 7,  73 => 4,  70 => 3,  68 => 2,);
  678.     }
  679.     public function getSourceContext()
  680.     {
  681.         return new Source("{# Set variable to \"true\" to enable HMR (hot page reloading) mode #}
  682. {% set isHMRMode = app.request.headers.get('hot-reload-mode') and app.environment == 'dev' %}
  683. {% block base_doctype %}
  684. <!DOCTYPE html>
  685. {% endblock %}
  686. {% block base_html %}
  687. <html lang=\"{{ page.header.activeLanguage.translationCode.code }}\"
  688.       itemscope=\"itemscope\"
  689.       itemtype=\"https://schema.org/WebPage\">
  690. {% endblock %}
  691. {% block base_head %}
  692.     {% sw_include '@Storefront/storefront/layout/meta.html.twig' %}
  693. {% endblock %}
  694. {% block base_body %}
  695.     <body class=\"{% block base_body_classes %}is-ctl-{% if controllerName is not empty %}{{ controllerName|lower }}{% endif %} is-act-{% if controllerAction is not empty %}{{ controllerAction|lower }}{% endif %}{% endblock %}\">
  696.     {% block base_body_inner %}
  697.         {% block base_noscript %}
  698.             <noscript class=\"noscript-main\">
  699.                 {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  700.                     type: 'info',
  701.                     content: 'general.noscriptNotice'|trans|sw_sanitize,
  702.                     iconCache: false
  703.                 } %}
  704.             </noscript>
  705.         {% endblock %}
  706.         {% block base_header %}
  707.             <header class=\"header-main\">
  708.                 {% block base_header_inner %}
  709.                     <div class=\"container\">
  710.                         {% sw_include '@Storefront/storefront/layout/header/header.html.twig' %}
  711.                     </div>
  712.                 {% endblock %}
  713.             </header>
  714.         {% endblock %}
  715.         {% block base_navigation %}
  716.             <div class=\"nav-main\">
  717.                 {% block base_navigation_inner %}
  718.                     {% sw_include '@Storefront/storefront/layout/navigation/navigation.html.twig' %}
  719.                 {% endblock %}
  720.             </div>
  721.         {% endblock %}
  722.         {% block base_offcanvas_navigation %}
  723.             {% if page.header.navigation %}
  724.                 <div class=\"d-none js-navigation-offcanvas-initial-content{% if context.salesChannel.navigationCategoryId == page.header.navigation.active.id %} is-root{% endif %}\">
  725.                     {% block base_offcanvas_navigation_inner %}
  726.                         {% sw_include '@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig' with { navigation: page.header.navigation } %}
  727.                     {% endblock %}
  728.                 </div>
  729.             {% endif %}
  730.         {% endblock %}
  731.         {% block base_main %}
  732.             <main class=\"content-main\">
  733.                 {% block base_flashbags %}
  734.                     <div class=\"flashbags container\">
  735.                         {% for type, messages in app.flashes %}
  736.                             {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %}
  737.                         {% endfor %}
  738.                     </div>
  739.                 {% endblock %}
  740.                 {% block base_main_inner %}
  741.                     <div class=\"container\">
  742.                         {% block base_main_container %}
  743.                             <div class=\"container-main\">
  744.                                 {% block base_breadcrumb %}
  745.                                     {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  746.                                         context: context,
  747.                                         category: page.product.seoCategory
  748.                                     } only %}
  749.                                 {% endblock %}
  750.                                 {% block base_content %}{% endblock %}
  751.                             </div>
  752.                         {% endblock %}
  753.                     </div>
  754.                 {% endblock %}
  755.             </main>
  756.         {% endblock %}
  757.         {% block base_footer %}
  758.             <footer class=\"footer-main\">
  759.                 {% block base_footer_inner %}
  760.                     {% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}
  761.                 {% endblock %}
  762.             </footer>
  763.         {% endblock %}
  764.     {% endblock %}
  765.     {% block base_scroll_up %}
  766.         {% sw_include '@Storefront/storefront/layout/scroll-up.html.twig' %}
  767.     {% endblock %}
  768.     {% block base_cookie_permission %}
  769.         {% sw_include '@Storefront/storefront/layout/cookie/cookie-permission.html.twig' %}
  770.     {% endblock %}
  771.     {% block base_pseudo_modal %}
  772.         {% sw_include '@Storefront/storefront/component/pseudo-modal.html.twig' %}
  773.     {% endblock %}
  774.     {% block base_body_script %}
  775.     {% endblock %}
  776.     </body>
  777. {% endblock %}
  778. </html>
  779. ""@Storefront/storefront/base.html.twig""/usr/www/users/showcase/shopware6/vendor/shopware/storefront/Resources/views/storefront/base.html.twig");
  780.     }
  781. }