var/cache/dev_h566465a63b35a62ac1d86d97313f5abd/twig/2e/2edd769e2dfa5db62d7de4a665441eaaf1b41309de36200478b1bc330d76d919.php line 94

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