var/cache/dev_ha61ef46992a3948952fe944d3fcb7240/twig/6f/6ff5a1cbac1d405647fc693863b1b321ef7f239b581a08b074f6d8520560d596.php line 66

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use Twig\Error\LoaderError;
  5. use Twig\Error\RuntimeError;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* @Storefront/storefront/base.html.twig */
  15. class __TwigTemplate_b15ab61ceba5da865ed85ce90c3cd1b4c01e735e0bff420ac7e4e1e60ffda36d extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->parent false;
  24.         $this->blocks = [
  25.             'base_doctype' => [$this'block_base_doctype'],
  26.             'base_html' => [$this'block_base_html'],
  27.             'base_head' => [$this'block_base_head'],
  28.             'base_body' => [$this'block_base_body'],
  29.             'base_body_classes' => [$this'block_base_body_classes'],
  30.             'base_body_inner' => [$this'block_base_body_inner'],
  31.             'base_noscript' => [$this'block_base_noscript'],
  32.             'base_header' => [$this'block_base_header'],
  33.             'base_header_inner' => [$this'block_base_header_inner'],
  34.             'base_navigation' => [$this'block_base_navigation'],
  35.             'base_navigation_inner' => [$this'block_base_navigation_inner'],
  36.             'base_offcanvas_navigation' => [$this'block_base_offcanvas_navigation'],
  37.             'base_offcanvas_navigation_inner' => [$this'block_base_offcanvas_navigation_inner'],
  38.             'base_main' => [$this'block_base_main'],
  39.             'base_flashbags' => [$this'block_base_flashbags'],
  40.             'base_main_inner' => [$this'block_base_main_inner'],
  41.             'base_main_container' => [$this'block_base_main_container'],
  42.             'base_breadcrumb' => [$this'block_base_breadcrumb'],
  43.             'base_content' => [$this'block_base_content'],
  44.             'base_footer' => [$this'block_base_footer'],
  45.             'base_footer_inner' => [$this'block_base_footer_inner'],
  46.             'base_scroll_up' => [$this'block_base_scroll_up'],
  47.             'base_cookie_permission' => [$this'block_base_cookie_permission'],
  48.             'base_pseudo_modal' => [$this'block_base_pseudo_modal'],
  49.             'base_body_script' => [$this'block_base_body_script'],
  50.             'base_script_token' => [$this'block_base_script_token'],
  51.             'base_script_router' => [$this'block_base_script_router'],
  52.             'base_script_breakpoints' => [$this'block_base_script_breakpoints'],
  53.             'base_script_csrf' => [$this'block_base_script_csrf'],
  54.             'base_script_wishlist_state' => [$this'block_base_script_wishlist_state'],
  55.             'base_script_jquery' => [$this'block_base_script_jquery'],
  56.             'base_script_hmr_mode' => [$this'block_base_script_hmr_mode'],
  57.         ];
  58.     }
  59.     protected function doDisplay(array $context, array $blocks = [])
  60.     {
  61.         $macros $this->macros;
  62.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  63.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Storefront/storefront/base.html.twig"));
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Storefront/storefront/base.html.twig"));
  66.         // line 2
  67.         $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) && (=== twig_compare(sw_get_attribute($this->env$this->source, ($context["app"] ?? null), "environment", [], "any"falsefalsefalse2), "dev")));
  68.         // line 3
  69.         echo "
  70. ";
  71.         // line 4
  72.         $this->displayBlock('base_doctype'$context$blocks);
  73.         // line 7
  74.         echo "
  75. ";
  76.         // line 8
  77.         $this->displayBlock('base_html'$context$blocks);
  78.         // line 13
  79.         echo "
  80. ";
  81.         // line 14
  82.         $this->displayBlock('base_head'$context$blocks);
  83.         // line 17
  84.         echo "
  85. ";
  86.         // line 18
  87.         $this->displayBlock('base_body'$context$blocks);
  88.         // line 206
  89.         echo "</html>
  90. ";
  91.         
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  93.         
  94.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  95.     }
  96.     // line 4
  97.     public function block_base_doctype($context, array $blocks = [])
  98.     {
  99.         $macros $this->macros;
  100.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  101.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_doctype"));
  102.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  103.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_doctype"));
  104.         // line 5
  105.         echo "<!DOCTYPE html>
  106. ";
  107.         
  108.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  109.         
  110.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  111.     }
  112.     // line 8
  113.     public function block_base_html($context, array $blocks = [])
  114.     {
  115.         $macros $this->macros;
  116.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  117.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_html"));
  118.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  119.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_html"));
  120.         // line 9
  121.         echo "<html lang=\"";
  122.         echo twig_escape_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse9), "locale", [], "any"falsefalsefalse9), "html"nulltrue);
  123.         echo "\"
  124.       itemscope=\"itemscope\"
  125.       itemtype=\"https://schema.org/WebPage\">
  126. ";
  127.         
  128.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  129.         
  130.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  131.     }
  132.     // line 14
  133.     public function block_base_head($context, array $blocks = [])
  134.     {
  135.         $macros $this->macros;
  136.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  137.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_head"));
  138.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  139.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_head"));
  140.         // line 15
  141.         echo "    ";
  142.         $this->loadTemplate("@SasBlogModule/storefront/layout/meta.html.twig""@Storefront/storefront/base.html.twig"15)->display($context);
  143.         
  144.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  145.         
  146.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  147.     }
  148.     // line 18
  149.     public function block_base_body($context, array $blocks = [])
  150.     {
  151.         $macros $this->macros;
  152.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  153.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body"));
  154.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  155.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body"));
  156.         // line 19
  157.         echo "    <body class=\"";
  158.         $this->displayBlock('base_body_classes'$context$blocks);
  159.         echo "\">
  160.     ";
  161.         // line 21
  162.         $this->displayBlock('base_body_inner'$context$blocks);
  163.         // line 96
  164.         echo "
  165.     ";
  166.         // line 97
  167.         $this->displayBlock('base_scroll_up'$context$blocks);
  168.         // line 100
  169.         echo "
  170.     ";
  171.         // line 101
  172.         $this->displayBlock('base_cookie_permission'$context$blocks);
  173.         // line 104
  174.         echo "
  175.     ";
  176.         // line 105
  177.         $this->displayBlock('base_pseudo_modal'$context$blocks);
  178.         // line 108
  179.         echo "
  180.     ";
  181.         // line 109
  182.         $this->displayBlock('base_body_script'$context$blocks);
  183.         // line 204
  184.         echo "    </body>
  185. ";
  186.         
  187.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  188.         
  189.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  190.     }
  191.     // line 19
  192.     public function block_base_body_classes($context, array $blocks = [])
  193.     {
  194.         $macros $this->macros;
  195.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  196.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_classes"));
  197.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  198.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_classes"));
  199.         echo "is-ctl-";
  200.         if ( !twig_test_empty(($context["controllerName"] ?? null))) {
  201.             echo twig_escape_filter($this->envtwig_lower_filter($this->env, ($context["controllerName"] ?? null)), "html"nulltrue);
  202.         }
  203.         echo " is-act-";
  204.         if ( !twig_test_empty(($context["controllerAction"] ?? null))) {
  205.             echo twig_escape_filter($this->envtwig_lower_filter($this->env, ($context["controllerAction"] ?? null)), "html"nulltrue);
  206.         }
  207.         
  208.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  209.         
  210.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  211.     }
  212.     // line 21
  213.     public function block_base_body_inner($context, array $blocks = [])
  214.     {
  215.         $macros $this->macros;
  216.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  217.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_inner"));
  218.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  219.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_inner"));
  220.         // line 22
  221.         echo "        ";
  222.         $this->displayBlock('base_noscript'$context$blocks);
  223.         // line 30
  224.         echo "
  225.         ";
  226.         // line 31
  227.         $this->displayBlock('base_header'$context$blocks);
  228.         // line 40
  229.         echo "
  230.         ";
  231.         // line 41
  232.         $this->displayBlock('base_navigation'$context$blocks);
  233.         // line 48
  234.         echo "
  235.         ";
  236.         // line 49
  237.         $this->displayBlock('base_offcanvas_navigation'$context$blocks);
  238.         // line 58
  239.         echo "
  240.         ";
  241.         // line 59
  242.         $this->displayBlock('base_main'$context$blocks);
  243.         // line 87
  244.         echo "
  245.         ";
  246.         // line 88
  247.         $this->displayBlock('base_footer'$context$blocks);
  248.         // line 95
  249.         echo "    ";
  250.         
  251.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  252.         
  253.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  254.     }
  255.     // line 22
  256.     public function block_base_noscript($context, array $blocks = [])
  257.     {
  258.         $macros $this->macros;
  259.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  260.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_noscript"));
  261.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  262.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_noscript"));
  263.         // line 23
  264.         echo "            <noscript class=\"noscript-main\">
  265.                 ";
  266.         // line 24
  267.         $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"))]));
  268.         // line 28
  269.         echo "            </noscript>
  270.         ";
  271.         
  272.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  273.         
  274.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  275.     }
  276.     // line 31
  277.     public function block_base_header($context, array $blocks = [])
  278.     {
  279.         $macros $this->macros;
  280.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  281.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header"));
  282.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  283.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header"));
  284.         // line 32
  285.         echo "            <header class=\"header-main\">
  286.                 ";
  287.         // line 33
  288.         $this->displayBlock('base_header_inner'$context$blocks);
  289.         // line 38
  290.         echo "            </header>
  291.         ";
  292.         
  293.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  294.         
  295.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  296.     }
  297.     // line 33
  298.     public function block_base_header_inner($context, array $blocks = [])
  299.     {
  300.         $macros $this->macros;
  301.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  302.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header_inner"));
  303.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  304.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header_inner"));
  305.         // line 34
  306.         echo "                    <div class=\"container\">
  307.                         ";
  308.         // line 35
  309.         $this->loadTemplate("@ATNTheme/storefront/layout/header/header.html.twig""@Storefront/storefront/base.html.twig"35)->display($context);
  310.         // line 36
  311.         echo "                    </div>
  312.                 ";
  313.         
  314.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  315.         
  316.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  317.     }
  318.     // line 41
  319.     public function block_base_navigation($context, array $blocks = [])
  320.     {
  321.         $macros $this->macros;
  322.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  323.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation"));
  324.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  325.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation"));
  326.         // line 42
  327.         echo "            <div class=\"nav-main\">
  328.                 ";
  329.         // line 43
  330.         $this->displayBlock('base_navigation_inner'$context$blocks);
  331.         // line 46
  332.         echo "            </div>
  333.         ";
  334.         
  335.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  336.         
  337.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  338.     }
  339.     // line 43
  340.     public function block_base_navigation_inner($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""base_navigation_inner"));
  345.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  346.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation_inner"));
  347.         // line 44
  348.         echo "                    ";
  349.         $this->loadTemplate("@ATNTheme/storefront/layout/navigation/navigation.html.twig""@Storefront/storefront/base.html.twig"44)->display($context);
  350.         // line 45
  351.         echo "                ";
  352.         
  353.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  354.         
  355.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  356.     }
  357.     // line 49
  358.     public function block_base_offcanvas_navigation($context, array $blocks = [])
  359.     {
  360.         $macros $this->macros;
  361.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  362.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation"));
  363.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  364.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation"));
  365.         // line 50
  366.         echo "            ";
  367.         if (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse50), "navigation", [], "any"falsefalsefalse50)) {
  368.             // line 51
  369.             echo "                <div class=\"d-none js-navigation-offcanvas-initial-content";
  370.             if ((=== twig_compare(sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["context"] ?? null), "salesChannel", [], "any"falsefalsefalse51), "navigationCategoryId", [], "any"falsefalsefalse51), 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"falsefalsefalse51), "navigation", [], "any"falsefalsefalse51), "active", [], "any"falsefalsefalse51), "id", [], "any"falsefalsefalse51)))) {
  371.                 echo " is-root";
  372.             }
  373.             echo "\">
  374.                     ";
  375.             // line 52
  376.             $this->displayBlock('base_offcanvas_navigation_inner'$context$blocks);
  377.             // line 55
  378.             echo "                </div>
  379.             ";
  380.         }
  381.         // line 57
  382.         echo "        ";
  383.         
  384.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  385.         
  386.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  387.     }
  388.     // line 52
  389.     public function block_base_offcanvas_navigation_inner($context, array $blocks = [])
  390.     {
  391.         $macros $this->macros;
  392.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  393.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation_inner"));
  394.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  395.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation_inner"));
  396.         // line 53
  397.         echo "                        ";
  398.         $this->loadTemplate("@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig""@Storefront/storefront/base.html.twig"53)->display(twig_array_merge($context, ["navigation" => sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse53), "navigation", [], "any"falsefalsefalse53)]));
  399.         // line 54
  400.         echo "                    ";
  401.         
  402.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  403.         
  404.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  405.     }
  406.     // line 59
  407.     public function block_base_main($context, array $blocks = [])
  408.     {
  409.         $macros $this->macros;
  410.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  411.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main"));
  412.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  413.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main"));
  414.         // line 60
  415.         echo "            <main class=\"content-main\">
  416.                 ";
  417.         // line 61
  418.         $this->displayBlock('base_flashbags'$context$blocks);
  419.         // line 68
  420.         echo "
  421.                 ";
  422.         // line 69
  423.         $this->displayBlock('base_main_inner'$context$blocks);
  424.         // line 85
  425.         echo "            </main>
  426.         ";
  427.         
  428.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  429.         
  430.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  431.     }
  432.     // line 61
  433.     public function block_base_flashbags($context, array $blocks = [])
  434.     {
  435.         $macros $this->macros;
  436.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  437.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags"));
  438.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  439.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags"));
  440.         // line 62
  441.         echo "                    <div class=\"flashbags container\">
  442.                         ";
  443.         // line 63
  444.         $context['_parent'] = $context;
  445.         $context['_seq'] = twig_ensure_traversable(sw_get_attribute($this->env$this->source, ($context["app"] ?? null), "flashes", [], "any"falsefalsefalse63));
  446.         $context['loop'] = [
  447.           'parent' => $context['_parent'],
  448.           'index0' => 0,
  449.           'index'  => 1,
  450.           'first'  => true,
  451.         ];
  452.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  453.             $length count($context['_seq']);
  454.             $context['loop']['revindex0'] = $length 1;
  455.             $context['loop']['revindex'] = $length;
  456.             $context['loop']['length'] = $length;
  457.             $context['loop']['last'] = === $length;
  458.         }
  459.         foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
  460.             // line 64
  461.             echo "                            ";
  462.             $this->loadTemplate("@Storefront/storefront/utilities/alert.html.twig""@Storefront/storefront/base.html.twig"64)->display(twig_array_merge($context, ["type" => $context["type"], "list" => $context["messages"]]));
  463.             // line 65
  464.             echo "                        ";
  465.             ++$context['loop']['index0'];
  466.             ++$context['loop']['index'];
  467.             $context['loop']['first'] = false;
  468.             if (isset($context['loop']['length'])) {
  469.                 --$context['loop']['revindex0'];
  470.                 --$context['loop']['revindex'];
  471.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  472.             }
  473.         }
  474.         $_parent $context['_parent'];
  475.         unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
  476.         $context array_intersect_key($context$_parent) + $_parent;
  477.         // line 66
  478.         echo "                    </div>
  479.                 ";
  480.         
  481.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  482.         
  483.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  484.     }
  485.     // line 69
  486.     public function block_base_main_inner($context, array $blocks = [])
  487.     {
  488.         $macros $this->macros;
  489.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  490.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_inner"));
  491.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  492.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_inner"));
  493.         // line 70
  494.         echo "                    <div class=\"container\">
  495.                         ";
  496.         // line 71
  497.         $this->displayBlock('base_main_container'$context$blocks);
  498.         // line 83
  499.         echo "                    </div>
  500.                 ";
  501.         
  502.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  503.         
  504.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  505.     }
  506.     // line 71
  507.     public function block_base_main_container($context, array $blocks = [])
  508.     {
  509.         $macros $this->macros;
  510.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  511.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_container"));
  512.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  513.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_container"));
  514.         // line 72
  515.         echo "                            <div class=\"container-main\">
  516.                                 ";
  517.         // line 73
  518.         $this->displayBlock('base_breadcrumb'$context$blocks);
  519.         // line 79
  520.         echo "
  521.                                 ";
  522.         // line 80
  523.         $this->displayBlock('base_content'$context$blocks);
  524.         // line 81
  525.         echo "                            </div>
  526.                         ";
  527.         
  528.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  529.         
  530.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  531.     }
  532.     // line 73
  533.     public function block_base_breadcrumb($context, array $blocks = [])
  534.     {
  535.         $macros $this->macros;
  536.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  537.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_breadcrumb"));
  538.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  539.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_breadcrumb"));
  540.         // line 74
  541.         echo "                                    ";
  542.         $this->loadTemplate("@ATNTheme/storefront/layout/breadcrumb.html.twig""@Storefront/storefront/base.html.twig"74)->display(twig_to_array(["context" =>         // line 75
  543. ($context["context"] ?? null), "category" => sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source,         // line 76
  544. ($context["page"] ?? null), "product", [], "any"falsefalsefalse76), "seoCategory", [], "any"falsefalsefalse76)]));
  545.         // line 78
  546.         echo "                                ";
  547.         
  548.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  549.         
  550.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  551.     }
  552.     // line 80
  553.     public function block_base_content($context, array $blocks = [])
  554.     {
  555.         $macros $this->macros;
  556.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  557.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  558.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  559.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  560.         
  561.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  562.         
  563.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  564.     }
  565.     // line 88
  566.     public function block_base_footer($context, array $blocks = [])
  567.     {
  568.         $macros $this->macros;
  569.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  570.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer"));
  571.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  572.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer"));
  573.         // line 89
  574.         echo "            <footer class=\"footer-main\">
  575.                 ";
  576.         // line 90
  577.         $this->displayBlock('base_footer_inner'$context$blocks);
  578.         // line 93
  579.         echo "            </footer>
  580.         ";
  581.         
  582.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  583.         
  584.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  585.     }
  586.     // line 90
  587.     public function block_base_footer_inner($context, array $blocks = [])
  588.     {
  589.         $macros $this->macros;
  590.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  591.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer_inner"));
  592.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  593.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer_inner"));
  594.         // line 91
  595.         echo "                    ";
  596.         $this->loadTemplate("@ATNTheme/storefront/layout/footer/footer.html.twig""@Storefront/storefront/base.html.twig"91)->display($context);
  597.         // line 92
  598.         echo "                ";
  599.         
  600.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  601.         
  602.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  603.     }
  604.     // line 97
  605.     public function block_base_scroll_up($context, array $blocks = [])
  606.     {
  607.         $macros $this->macros;
  608.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  609.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_scroll_up"));
  610.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  611.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_scroll_up"));
  612.         // line 98
  613.         echo "        ";
  614.         $this->loadTemplate("@ATNTheme/storefront/layout/scroll-up.html.twig""@Storefront/storefront/base.html.twig"98)->display($context);
  615.         // line 99
  616.         echo "    ";
  617.         
  618.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  619.         
  620.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  621.     }
  622.     // line 101
  623.     public function block_base_cookie_permission($context, array $blocks = [])
  624.     {
  625.         $macros $this->macros;
  626.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  627.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_cookie_permission"));
  628.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  629.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_cookie_permission"));
  630.         // line 102
  631.         echo "        ";
  632.         $this->loadTemplate("@AkuCmsFactory/storefront/layout/cookie/cookie-permission.html.twig""@Storefront/storefront/base.html.twig"102)->display($context);
  633.         // line 103
  634.         echo "    ";
  635.         
  636.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  637.         
  638.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  639.     }
  640.     // line 105
  641.     public function block_base_pseudo_modal($context, array $blocks = [])
  642.     {
  643.         $macros $this->macros;
  644.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  645.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_pseudo_modal"));
  646.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  647.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_pseudo_modal"));
  648.         // line 106
  649.         echo "        ";
  650.         $this->loadTemplate("@Storefront/storefront/component/pseudo-modal.html.twig""@Storefront/storefront/base.html.twig"106)->display($context);
  651.         // line 107
  652.         echo "    ";
  653.         
  654.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  655.         
  656.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  657.     }
  658.     // line 109
  659.     public function block_base_body_script($context, array $blocks = [])
  660.     {
  661.         $macros $this->macros;
  662.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  663.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_script"));
  664.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  665.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_script"));
  666.         // line 110
  667.         echo "        ";
  668.         if ( !$this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("FEATURE_NEXT_15917")) {
  669.             // line 111
  670.             echo "
  671.             ";
  672.             // line 113
  673.             echo "            ";
  674.             $this->displayBlock('base_script_token'$context$blocks);
  675.             // line 115
  676.             echo "
  677.             ";
  678.             // line 117
  679.             echo "            ";
  680.             $this->displayBlock('base_script_router'$context$blocks);
  681.             // line 138
  682.             echo "
  683.             ";
  684.             // line 140
  685.             echo "            ";
  686.             $this->displayBlock('base_script_breakpoints'$context$blocks);
  687.             // line 161
  688.             echo "
  689.             ";
  690.             // line 163
  691.             echo "            ";
  692.             $this->displayBlock('base_script_csrf'$context$blocks);
  693.             // line 171
  694.             echo "
  695.             ";
  696.             // line 172
  697.             if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"core.cart.wishlistEnabled")) {
  698.                 // line 173
  699.                 echo "                ";
  700.                 // line 174
  701.                 echo "                ";
  702.                 $this->displayBlock('base_script_wishlist_state'$context$blocks);
  703.                 // line 181
  704.                 echo "            ";
  705.             }
  706.             // line 182
  707.             echo "
  708.             ";
  709.             // line 184
  710.             echo "            ";
  711.             $this->displayBlock('base_script_jquery'$context$blocks);
  712.             // line 186
  713.             echo "
  714.             ";
  715.             // line 188
  716.             echo "            ";
  717.             $this->displayBlock('base_script_hmr_mode'$context$blocks);
  718.             // line 202
  719.             echo "        ";
  720.         }
  721.         // line 203
  722.         echo "    ";
  723.         
  724.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  725.         
  726.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  727.     }
  728.     // line 113
  729.     public function block_base_script_token($context, array $blocks = [])
  730.     {
  731.         $macros $this->macros;
  732.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  733.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_token"));
  734.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  735.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_token"));
  736.         // line 114
  737.         echo "            ";
  738.         
  739.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  740.         
  741.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  742.     }
  743.     // line 117
  744.     public function block_base_script_router($context, array $blocks = [])
  745.     {
  746.         $macros $this->macros;
  747.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  748.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_router"));
  749.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  750.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_router"));
  751.         // line 118
  752.         echo "                ";
  753.         // line 119
  754.         echo "                <script>
  755.                     window.activeNavigationId = '";
  756.         // line 120
  757.         echo twig_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"falsefalsefalse120), "navigation", [], "any"falsefalsefalse120), "active", [], "any"falsefalsefalse120), "id", [], "any"falsefalsefalse120), "html"nulltrue);
  758.         echo "';
  759.                     window.router = {
  760.                         'frontend.cart.offcanvas': '";
  761.         // line 122
  762.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cart.offcanvas");
  763.         echo "',
  764.                         'frontend.cookie.offcanvas': '";
  765.         // line 123
  766.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cookie.offcanvas");
  767.         echo "',
  768.                         'frontend.checkout.finish.page': '";
  769.         // line 124
  770.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.finish.page");
  771.         echo "',
  772.                         'frontend.checkout.info': '";
  773.         // line 125
  774.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.info");
  775.         echo "',
  776.                         'frontend.menu.offcanvas': '";
  777.         // line 126
  778.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.menu.offcanvas");
  779.         echo "',
  780.                         'frontend.cms.page': '";
  781.         // line 127
  782.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cms.page");
  783.         echo "',
  784.                         'frontend.cms.navigation.page': '";
  785.         // line 128
  786.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cms.navigation.page");
  787.         echo "',
  788.                         'frontend.account.addressbook': '";
  789.         // line 129
  790.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.account.addressbook");
  791.         echo "',
  792.                         'frontend.csrf.generateToken': '";
  793.         // line 130
  794.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.csrf.generateToken");
  795.         echo "',
  796.                         'frontend.country.country-data': '";
  797.         // line 131
  798.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.country.country.data");
  799.         echo "',
  800.                         'frontend.store-api.proxy': '";
  801.         // line 132
  802.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.store-api.proxy");
  803.         echo "',
  804.                     };
  805.                     window.storeApiProxyToken = '";
  806.         // line 134
  807.         echo $this->extensions['Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension']->createCsrfPlaceholder("frontend.store-api.proxy", ["mode" => "token"]);
  808.         echo "';
  809.                     window.salesChannelId = '";
  810.         // line 135
  811.         echo twig_escape_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse135), "attributes", [], "any"falsefalsefalse135), "get", [=> "sw-sales-channel-id"], "method"falsefalsefalse135), "html"nulltrue);
  812.         echo "';
  813.                 </script>
  814.             ";
  815.         
  816.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  817.         
  818.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  819.     }
  820.     // line 140
  821.     public function block_base_script_breakpoints($context, array $blocks = [])
  822.     {
  823.         $macros $this->macros;
  824.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  825.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_breakpoints"));
  826.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  827.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_breakpoints"));
  828.         // line 141
  829.         echo "                ";
  830.         // line 142
  831.         echo "                <script>
  832.                     ";
  833.         // line 143
  834.         $context["breakpoint"] = ["xs" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.xs"), "sm" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.sm"), "md" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.md"), "lg" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.lg"), "xl" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.xl")];
  835.         // line 150
  836.         echo "
  837.                     ";
  838.         // line 152
  839.         echo "                    ";
  840.         if ($this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("v6.5.0.0")) {
  841.             // line 153
  842.             echo "                        ";
  843.             $context["breakpoint"] = twig_array_merge(($context["breakpoint"] ?? null), ["xxl" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.xxl")]);
  844.             // line 156
  845.             echo "                    ";
  846.         }
  847.         // line 157
  848.         echo "
  849.                     window.breakpoints = ";
  850.         // line 158
  851.         echo call_user_func_array($this->env->getFilter('json_encode')->getCallable(), [($context["breakpoint"] ?? null)]);
  852.         echo ";
  853.                 </script>
  854.             ";
  855.         
  856.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  857.         
  858.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  859.     }
  860.     // line 163
  861.     public function block_base_script_csrf($context, array $blocks = [])
  862.     {
  863.         $macros $this->macros;
  864.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  865.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_csrf"));
  866.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  867.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_csrf"));
  868.         // line 164
  869.         echo "                <script>
  870.                     window.csrf = {
  871.                         'enabled': '";
  872.         // line 166
  873.         echo twig_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["shopware"] ?? null), "csrfEnabled", [], "any"falsefalsefalse166), "html"nulltrue);
  874.         echo "',
  875.                         'mode': '";
  876.         // line 167
  877.         echo twig_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["shopware"] ?? null), "csrfMode", [], "any"falsefalsefalse167), "html"nulltrue);
  878.         echo "'
  879.                     }
  880.                 </script>
  881.             ";
  882.         
  883.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  884.         
  885.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  886.     }
  887.     // line 174
  888.     public function block_base_script_wishlist_state($context, array $blocks = [])
  889.     {
  890.         $macros $this->macros;
  891.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  892.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_wishlist_state"));
  893.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  894.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_wishlist_state"));
  895.         // line 175
  896.         echo "                    <script>
  897.                         window.customerLoggedInState = ";
  898.         // line 176
  899.         echo ((( !(null === sw_get_attribute($this->env$this->source, ($context["context"] ?? null), "customer", [], "any"falsefalsefalse176)) &&  !sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["context"] ?? null), "customer", [], "any"falsefalsefalse176), "guest", [], "any"falsefalsefalse176))) ? (1) : (0));
  900.         echo ";
  901.                         window.wishlistEnabled = ";
  902.         // line 178
  903.         echo twig_escape_filter($this->env$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"core.cart.wishlistEnabled"), "html"nulltrue);
  904.         echo ";
  905.                     </script>
  906.                 ";
  907.         
  908.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  909.         
  910.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  911.     }
  912.     // line 184
  913.     public function block_base_script_jquery($context, array $blocks = [])
  914.     {
  915.         $macros $this->macros;
  916.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  917.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_jquery"));
  918.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  919.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_jquery"));
  920.         // line 185
  921.         echo "            ";
  922.         
  923.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  924.         
  925.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  926.     }
  927.     // line 188
  928.     public function block_base_script_hmr_mode($context, array $blocks = [])
  929.     {
  930.         $macros $this->macros;
  931.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  932.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_hmr_mode"));
  933.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  934.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_hmr_mode"));
  935.         // line 189
  936.         echo "                ";
  937.         if (($context["isHMRMode"] ?? null)) {
  938.             // line 190
  939.             echo "                    <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-node.js\"></script>
  940.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-shared.js\"></script>
  941.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/runtime.js\"></script>
  942.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/app.js\"></script>
  943.                     ";
  944.             // line 195
  945.             echo "                    <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/storefront.js\"></script>
  946.                 ";
  947.         } else {
  948.             // line 197
  949.             echo "                    ";
  950.             $context['_parent'] = $context;
  951.             $context['_seq'] = twig_ensure_traversable($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"assets.js"));
  952.             foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  953.                 // line 198
  954.                 echo "                        <script type=\"text/javascript\" src=\"";
  955.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["file"], "theme"), "html"nulltrue);
  956.                 echo "\"></script>
  957.                     ";
  958.             }
  959.             $_parent $context['_parent'];
  960.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
  961.             $context array_intersect_key($context$_parent) + $_parent;
  962.             // line 200
  963.             echo "                ";
  964.         }
  965.         // line 201
  966.         echo "            ";
  967.         
  968.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  969.         
  970.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  971.     }
  972.     public function getTemplateName()
  973.     {
  974.         return "@Storefront/storefront/base.html.twig";
  975.     }
  976.     public function isTraitable()
  977.     {
  978.         return false;
  979.     }
  980.     public function getDebugInfo()
  981.     {
  982.         return array (  1136 => 201,  1133 => 200,  1124 => 198,  1119 => 197,  1115 => 195,  1109 => 190,  1106 => 189,  1096 => 188,  1086 => 185,  1076 => 184,  1063 => 178,  1058 => 176,  1055 => 175,  1045 => 174,  1031 => 167,  1027 => 166,  1023 => 164,  1013 => 163,  1000 => 158,  997 => 157,  994 => 156,  991 => 153,  988 => 152,  985 => 150,  983 => 143,  980 => 142,  978 => 141,  968 => 140,  955 => 135,  951 => 134,  946 => 132,  942 => 131,  938 => 130,  934 => 129,  930 => 128,  926 => 127,  922 => 126,  918 => 125,  914 => 124,  910 => 123,  906 => 122,  901 => 120,  898 => 119,  896 => 118,  886 => 117,  876 => 114,  866 => 113,  856 => 203,  853 => 202,  850 => 188,  847 => 186,  844 => 184,  841 => 182,  838 => 181,  835 => 174,  833 => 173,  831 => 172,  828 => 171,  825 => 163,  822 => 161,  819 => 140,  816 => 138,  813 => 117,  810 => 115,  807 => 113,  804 => 111,  801 => 110,  791 => 109,  781 => 107,  778 => 106,  768 => 105,  758 => 103,  755 => 102,  745 => 101,  735 => 99,  732 => 98,  722 => 97,  712 => 92,  709 => 91,  699 => 90,  688 => 93,  686 => 90,  683 => 89,  673 => 88,  655 => 80,  645 => 78,  643 => 76,  642 => 75,  640 => 74,  630 => 73,  619 => 81,  617 => 80,  614 => 79,  612 => 73,  609 => 72,  599 => 71,  588 => 83,  586 => 71,  583 => 70,  573 => 69,  562 => 66,  548 => 65,  545 => 64,  528 => 63,  525 => 62,  515 => 61,  504 => 85,  502 => 69,  499 => 68,  497 => 61,  494 => 60,  484 => 59,  474 => 54,  471 => 53,  461 => 52,  451 => 57,  447 => 55,  445 => 52,  438 => 51,  435 => 50,  425 => 49,  415 => 45,  412 => 44,  402 => 43,  391 => 46,  389 => 43,  386 => 42,  376 => 41,  365 => 36,  363 => 35,  360 => 34,  350 => 33,  339 => 38,  337 => 33,  334 => 32,  324 => 31,  313 => 28,  311 => 24,  308 => 23,  298 => 22,  288 => 95,  286 => 88,  283 => 87,  281 => 59,  278 => 58,  276 => 49,  273 => 48,  271 => 41,  268 => 40,  266 => 31,  263 => 30,  260 => 22,  250 => 21,  224 => 19,  213 => 204,  211 => 109,  208 => 108,  206 => 105,  203 => 104,  201 => 101,  198 => 100,  196 => 97,  193 => 96,  191 => 21,  185 => 19,  175 => 18,  164 => 15,  154 => 14,  139 => 9,  129 => 8,  118 => 5,  108 => 4,  97 => 206,  95 => 18,  92 => 17,  90 => 14,  87 => 13,  85 => 8,  82 => 7,  80 => 4,  77 => 3,  75 => 2,);
  983.     }
  984.     public function getSourceContext()
  985.     {
  986.         return new Source("{# Set variable to \"true\" to enable HMR (hot page reloading) mode #}
  987. {% set isHMRMode = app.request.headers.get('hot-reload-mode') and app.environment == 'dev' %}
  988. {% block base_doctype %}
  989. <!DOCTYPE html>
  990. {% endblock %}
  991. {% block base_html %}
  992. <html lang=\"{{ app.request.locale }}\"
  993.       itemscope=\"itemscope\"
  994.       itemtype=\"https://schema.org/WebPage\">
  995. {% endblock %}
  996. {% block base_head %}
  997.     {% sw_include '@Storefront/storefront/layout/meta.html.twig' %}
  998. {% endblock %}
  999. {% block base_body %}
  1000.     <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 %}\">
  1001.     {% block base_body_inner %}
  1002.         {% block base_noscript %}
  1003.             <noscript class=\"noscript-main\">
  1004.                 {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  1005.                     type: 'info',
  1006.                     content: 'general.noscriptNotice'|trans|sw_sanitize
  1007.                 } %}
  1008.             </noscript>
  1009.         {% endblock %}
  1010.         {% block base_header %}
  1011.             <header class=\"header-main\">
  1012.                 {% block base_header_inner %}
  1013.                     <div class=\"container\">
  1014.                         {% sw_include '@Storefront/storefront/layout/header/header.html.twig' %}
  1015.                     </div>
  1016.                 {% endblock %}
  1017.             </header>
  1018.         {% endblock %}
  1019.         {% block base_navigation %}
  1020.             <div class=\"nav-main\">
  1021.                 {% block base_navigation_inner %}
  1022.                     {% sw_include '@Storefront/storefront/layout/navigation/navigation.html.twig' %}
  1023.                 {% endblock %}
  1024.             </div>
  1025.         {% endblock %}
  1026.         {% block base_offcanvas_navigation %}
  1027.             {% if page.header.navigation %}
  1028.                 <div class=\"d-none js-navigation-offcanvas-initial-content{% if context.salesChannel.navigationCategoryId == page.header.navigation.active.id %} is-root{% endif %}\">
  1029.                     {% block base_offcanvas_navigation_inner %}
  1030.                         {% sw_include '@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig' with { navigation: page.header.navigation } %}
  1031.                     {% endblock %}
  1032.                 </div>
  1033.             {% endif %}
  1034.         {% endblock %}
  1035.         {% block base_main %}
  1036.             <main class=\"content-main\">
  1037.                 {% block base_flashbags %}
  1038.                     <div class=\"flashbags container\">
  1039.                         {% for type, messages in app.flashes %}
  1040.                             {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %}
  1041.                         {% endfor %}
  1042.                     </div>
  1043.                 {% endblock %}
  1044.                 {% block base_main_inner %}
  1045.                     <div class=\"container\">
  1046.                         {% block base_main_container %}
  1047.                             <div class=\"container-main\">
  1048.                                 {% block base_breadcrumb %}
  1049.                                     {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  1050.                                         context: context,
  1051.                                         category: page.product.seoCategory
  1052.                                     } only %}
  1053.                                 {% endblock %}
  1054.                                 {% block base_content %}{% endblock %}
  1055.                             </div>
  1056.                         {% endblock %}
  1057.                     </div>
  1058.                 {% endblock %}
  1059.             </main>
  1060.         {% endblock %}
  1061.         {% block base_footer %}
  1062.             <footer class=\"footer-main\">
  1063.                 {% block base_footer_inner %}
  1064.                     {% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}
  1065.                 {% endblock %}
  1066.             </footer>
  1067.         {% endblock %}
  1068.     {% endblock %}
  1069.     {% block base_scroll_up %}
  1070.         {% sw_include '@Storefront/storefront/layout/scroll-up.html.twig' %}
  1071.     {% endblock %}
  1072.     {% block base_cookie_permission %}
  1073.         {% sw_include '@Storefront/storefront/layout/cookie/cookie-permission.html.twig' %}
  1074.     {% endblock %}
  1075.     {% block base_pseudo_modal %}
  1076.         {% sw_include '@Storefront/storefront/component/pseudo-modal.html.twig' %}
  1077.     {% endblock %}
  1078.     {% block base_body_script %}
  1079.         {% if not feature('FEATURE_NEXT_15917') %}
  1080.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_token` instead #}
  1081.             {% block base_script_token %}
  1082.             {% endblock %}
  1083.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_router` instead #}
  1084.             {% block base_script_router %}
  1085.                 {# Register all routes that will be needed in JavaScript to the window.router object #}
  1086.                 <script>
  1087.                     window.activeNavigationId = '{{ page.header.navigation.active.id }}';
  1088.                     window.router = {
  1089.                         'frontend.cart.offcanvas': '{{ path('frontend.cart.offcanvas') }}',
  1090.                         'frontend.cookie.offcanvas': '{{ path('frontend.cookie.offcanvas') }}',
  1091.                         'frontend.checkout.finish.page': '{{ path('frontend.checkout.finish.page') }}',
  1092.                         'frontend.checkout.info': '{{ path('frontend.checkout.info') }}',
  1093.                         'frontend.menu.offcanvas': '{{ path('frontend.menu.offcanvas') }}',
  1094.                         'frontend.cms.page': '{{ path('frontend.cms.page') }}',
  1095.                         'frontend.cms.navigation.page': '{{ path('frontend.cms.navigation.page') }}',
  1096.                         'frontend.account.addressbook': '{{ path('frontend.account.addressbook') }}',
  1097.                         'frontend.csrf.generateToken': '{{ path('frontend.csrf.generateToken') }}',
  1098.                         'frontend.country.country-data': '{{ path('frontend.country.country.data') }}',
  1099.                         'frontend.store-api.proxy': '{{ path('frontend.store-api.proxy') }}',
  1100.                     };
  1101.                     window.storeApiProxyToken = '{{ sw_csrf(\"frontend.store-api.proxy\", {\"mode\": \"token\"}) }}';
  1102.                     window.salesChannelId = '{{ app.request.attributes.get('sw-sales-channel-id') }}';
  1103.                 </script>
  1104.             {% endblock %}
  1105.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_breakpoints` instead #}
  1106.             {% block base_script_breakpoints %}
  1107.                 {# Register the available viewport breakpoints the window.breakpoints object #}
  1108.                 <script>
  1109.                     {% set breakpoint = {
  1110.                         'xs': theme_config('breakpoint.xs'),
  1111.                         'sm': theme_config('breakpoint.sm'),
  1112.                         'md': theme_config('breakpoint.md'),
  1113.                         'lg': theme_config('breakpoint.lg'),
  1114.                         'xl': theme_config('breakpoint.xl')
  1115.                     } %}
  1116.                     {# @deprecated tag:v6.5.0 - Bootstrap v5 adds xxl breakpoint #}
  1117.                     {% if feature('v6.5.0.0') %}
  1118.                         {% set breakpoint = breakpoint|merge({
  1119.                             'xxl': theme_config('breakpoint.xxl')
  1120.                         }) %}
  1121.                     {% endif %}
  1122.                     window.breakpoints = {{ breakpoint|json_encode()|raw }};
  1123.                 </script>
  1124.             {% endblock %}
  1125.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_csrf` instead #}
  1126.             {% block base_script_csrf %}
  1127.                 <script>
  1128.                     window.csrf = {
  1129.                         'enabled': '{{ shopware.csrfEnabled }}',
  1130.                         'mode': '{{ shopware.csrfMode }}'
  1131.                     }
  1132.                 </script>
  1133.             {% endblock %}
  1134.             {% if config('core.cart.wishlistEnabled') %}
  1135.                 {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_wishlist_state` instead #}
  1136.                 {% block base_script_wishlist_state %}
  1137.                     <script>
  1138.                         window.customerLoggedInState = {{ context.customer is not null and not context.customer.guest ? 1 : 0 }};
  1139.                         window.wishlistEnabled = {{ config('core.cart.wishlistEnabled') }};
  1140.                     </script>
  1141.                 {% endblock %}
  1142.             {% endif %}
  1143.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_jquery` instead #}
  1144.             {% block base_script_jquery %}
  1145.             {% endblock %}
  1146.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_hmr_mode` instead #}
  1147.             {% block base_script_hmr_mode %}
  1148.                 {% if isHMRMode %}
  1149.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-node.js\"></script>
  1150.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-shared.js\"></script>
  1151.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/runtime.js\"></script>
  1152.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/app.js\"></script>
  1153.                     {# The storefront entry is a combined entry point which contains all plugins & themes #}
  1154.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/storefront.js\"></script>
  1155.                 {% else %}
  1156.                     {% for file in theme_config('assets.js') %}
  1157.                         <script type=\"text/javascript\" src=\"{{ asset(file, 'theme') }}\"></script>
  1158.                     {% endfor %}
  1159.                 {% endif %}
  1160.             {% endblock %}
  1161.         {% endif %}
  1162.     {% endblock %}
  1163.     </body>
  1164. {% endblock %}
  1165. </html>
  1166. ""@Storefront/storefront/base.html.twig""/www/htdocs/w01c128a/atngmbh.webneo-demo.de/www/vendor/shopware/storefront/Resources/views/storefront/base.html.twig");
  1167.     }
  1168. }