var/cache/dev_h964aaf7676cbd186c58c2ecce1205bb0/twig/d5/d59233fb008b09935cf0184081895d9cd260b64956636dfaf9c4d17f0f17f549.php line 57

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @SMTheme/storefront/base.html.twig */
  16. class __TwigTemplate_9a307f744e0cee3b4ea50ac57a48eae7 extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->blocks = [
  25.             'base_body_inner' => [$this'block_base_body_inner'],
  26.             'base_noscript' => [$this'block_base_noscript'],
  27.             'base_info' => [$this'block_base_info'],
  28.             'base_info_inner' => [$this'block_base_info_inner'],
  29.             'base_navigation' => [$this'block_base_navigation'],
  30.             'base_navigation_inner' => [$this'block_base_navigation_inner'],
  31.             'base_offcanvas_navigation' => [$this'block_base_offcanvas_navigation'],
  32.             'base_offcanvas_navigation_inner' => [$this'block_base_offcanvas_navigation_inner'],
  33.             'base_header' => [$this'block_base_header'],
  34.             'base_header_inner' => [$this'block_base_header_inner'],
  35.             'base_main' => [$this'block_base_main'],
  36.             'base_flashbags' => [$this'block_base_flashbags'],
  37.             'base_main_inner' => [$this'block_base_main_inner'],
  38.             'base_main_container' => [$this'block_base_main_container'],
  39.             'base_breadcrumb' => [$this'block_base_breadcrumb'],
  40.             'base_content' => [$this'block_base_content'],
  41.             'base_footer' => [$this'block_base_footer'],
  42.             'base_footer_inner' => [$this'block_base_footer_inner'],
  43.         ];
  44.     }
  45.     protected function doGetParent(array $context)
  46.     {
  47.         // line 2
  48.         return "@MoorlFoundation/storefront/base.html.twig";
  49.     }
  50.     protected function doDisplay(array $context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SMTheme/storefront/base.html.twig"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SMTheme/storefront/base.html.twig"));
  57.         // line 3
  58.         $context["isHMRMode"] = true;
  59.         // line 2
  60.         $this->parent $this->loadTemplate("@MoorlFoundation/storefront/base.html.twig""@SMTheme/storefront/base.html.twig"2);
  61.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  62.         
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  64.         
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  66.     }
  67.     // line 6
  68.     public function block_base_body_inner($context, array $blocks = [])
  69.     {
  70.         $macros $this->macros;
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_inner"));
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_inner"));
  75.         // line 7
  76.         echo "        ";
  77.         $this->displayBlock('base_noscript'$context$blocks);
  78.         // line 15
  79.         echo "
  80.         ";
  81.         // line 16
  82.         $this->displayBlock('base_info'$context$blocks);
  83.         // line 25
  84.         echo "
  85.         ";
  86.         // line 27
  87.         $this->displayBlock('base_navigation'$context$blocks);
  88.         // line 36
  89.         echo "        ";
  90.         $this->displayBlock('base_offcanvas_navigation'$context$blocks);
  91.         // line 45
  92.         echo "
  93.         <div class=\"hintergrund\">
  94.         ";
  95.         // line 47
  96.         $this->displayBlock('base_header'$context$blocks);
  97.         // line 56
  98.         echo "
  99.         ";
  100.         // line 58
  101.         $this->displayBlock('base_main'$context$blocks);
  102.         // line 85
  103.         echo "        </div>
  104.         ";
  105.         // line 87
  106.         $this->displayBlock('base_footer'$context$blocks);
  107.         // line 94
  108.         echo "    ";
  109.         
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  111.         
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  113.     }
  114.     // line 7
  115.     public function block_base_noscript($context, array $blocks = [])
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_noscript"));
  120.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_noscript"));
  122.         // line 8
  123.         echo "            <noscript class=\"noscript-main\">
  124.                 ";
  125.         // line 9
  126.         $this->loadTemplate("@Storefront/storefront/utilities/alert.html.twig""@SMTheme/storefront/base.html.twig"9)->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"))]));
  127.         // line 13
  128.         echo "            </noscript>
  129.         ";
  130.         
  131.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  132.         
  133.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  134.     }
  135.     // line 16
  136.     public function block_base_info($context, array $blocks = [])
  137.     {
  138.         $macros $this->macros;
  139.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  140.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_info"));
  141.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  142.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_info"));
  143.         // line 17
  144.         echo "            <div class=\"info-main\">
  145.                 <div class=\"container\">
  146.                 ";
  147.         // line 19
  148.         $this->displayBlock('base_info_inner'$context$blocks);
  149.         // line 22
  150.         echo "                </div>
  151.             </div>
  152.         ";
  153.         
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  155.         
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  157.     }
  158.     // line 19
  159.     public function block_base_info_inner($context, array $blocks = [])
  160.     {
  161.         $macros $this->macros;
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  163.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_info_inner"));
  164.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  165.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_info_inner"));
  166.         // line 20
  167.         echo "                    ";
  168.         $this->loadTemplate("@SMTheme/storefront/layout/info/info.html.twig""@SMTheme/storefront/base.html.twig"20)->display($context);
  169.         // line 21
  170.         echo "                ";
  171.         
  172.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  173.         
  174.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  175.     }
  176.     // line 27
  177.     public function block_base_navigation($context, array $blocks = [])
  178.     {
  179.         $macros $this->macros;
  180.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  181.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation"));
  182.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  183.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation"));
  184.         // line 28
  185.         echo "            <div class=\"nav-main\">
  186.                 <div class=\"container d-flex\">
  187.                 ";
  188.         // line 30
  189.         $this->displayBlock('base_navigation_inner'$context$blocks);
  190.         // line 33
  191.         echo "                </div>
  192.             </div>
  193.         ";
  194.         
  195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  196.         
  197.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  198.     }
  199.     // line 30
  200.     public function block_base_navigation_inner($context, array $blocks = [])
  201.     {
  202.         $macros $this->macros;
  203.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation_inner"));
  205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_navigation_inner"));
  207.         // line 31
  208.         echo "                    ";
  209.         $this->loadTemplate("@SMTheme/storefront/layout/navigation/navigation.html.twig""@SMTheme/storefront/base.html.twig"31)->display($context);
  210.         // line 32
  211.         echo "                ";
  212.         
  213.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  214.         
  215.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  216.     }
  217.     // line 36
  218.     public function block_base_offcanvas_navigation($context, array $blocks = [])
  219.     {
  220.         $macros $this->macros;
  221.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  222.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation"));
  223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  224.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation"));
  225.         // line 37
  226.         echo "            ";
  227.         if (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse37), "navigation", [], "any"falsefalsefalse37)) {
  228.             // line 38
  229.             echo "                <div class=\"d-none js-navigation-offcanvas-initial-content";
  230.             if ((sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["context"] ?? null), "salesChannel", [], "any"falsefalsefalse38), "navigationCategoryId", [], "any"falsefalsefalse38) == 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"falsefalsefalse38), "navigation", [], "any"falsefalsefalse38), "active", [], "any"falsefalsefalse38), "id", [], "any"falsefalsefalse38))) {
  231.                 echo " is-root";
  232.             }
  233.             echo "\">
  234.                     ";
  235.             // line 39
  236.             $this->displayBlock('base_offcanvas_navigation_inner'$context$blocks);
  237.             // line 42
  238.             echo "                </div>
  239.             ";
  240.         }
  241.         // line 44
  242.         echo "        ";
  243.         
  244.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  245.         
  246.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  247.     }
  248.     // line 39
  249.     public function block_base_offcanvas_navigation_inner($context, array $blocks = [])
  250.     {
  251.         $macros $this->macros;
  252.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  253.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation_inner"));
  254.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  255.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation_inner"));
  256.         // line 40
  257.         echo "                        ";
  258.         $this->loadTemplate("@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig""@SMTheme/storefront/base.html.twig"40)->display(twig_array_merge($context, ["navigation" => sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse40), "navigation", [], "any"falsefalsefalse40)]));
  259.         // line 41
  260.         echo "                    ";
  261.         
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  263.         
  264.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  265.     }
  266.     // line 47
  267.     public function block_base_header($context, array $blocks = [])
  268.     {
  269.         $macros $this->macros;
  270.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  271.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header"));
  272.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header"));
  274.         // line 48
  275.         echo "            <header class=\"header-main\">
  276.                 ";
  277.         // line 49
  278.         $this->displayBlock('base_header_inner'$context$blocks);
  279.         // line 54
  280.         echo "            </header>
  281.         ";
  282.         
  283.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  284.         
  285.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  286.     }
  287.     // line 49
  288.     public function block_base_header_inner($context, array $blocks = [])
  289.     {
  290.         $macros $this->macros;
  291.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  292.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header_inner"));
  293.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  294.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header_inner"));
  295.         // line 50
  296.         echo "                    <div class=\"container\">
  297.                         ";
  298.         // line 51
  299.         $this->loadTemplate("@SMTheme/storefront/layout/header/header.html.twig""@SMTheme/storefront/base.html.twig"51)->display($context);
  300.         // line 52
  301.         echo "                    </div>
  302.                 ";
  303.         
  304.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  305.         
  306.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  307.     }
  308.     // line 58
  309.     public function block_base_main($context, array $blocks = [])
  310.     {
  311.         $macros $this->macros;
  312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  313.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main"));
  314.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  315.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main"));
  316.         // line 59
  317.         echo "            <main class=\"content-main\">
  318.                 ";
  319.         // line 60
  320.         $this->displayBlock('base_flashbags'$context$blocks);
  321.         // line 67
  322.         echo "                <div class=\"container\">
  323.                 ";
  324.         // line 68
  325.         $this->displayBlock('base_main_inner'$context$blocks);
  326.         // line 82
  327.         echo "                </div>
  328.             </main>
  329.         ";
  330.         
  331.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  332.         
  333.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  334.     }
  335.     // line 60
  336.     public function block_base_flashbags($context, array $blocks = [])
  337.     {
  338.         $macros $this->macros;
  339.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  340.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags"));
  341.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  342.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags"));
  343.         // line 61
  344.         echo "                    <div class=\"flashbags container\">
  345.                         ";
  346.         // line 62
  347.         $context['_parent'] = $context;
  348.         $context['_seq'] = twig_ensure_traversable(sw_get_attribute($this->env$this->source, ($context["app"] ?? null), "flashes", [], "any"falsefalsefalse62));
  349.         $context['loop'] = [
  350.           'parent' => $context['_parent'],
  351.           'index0' => 0,
  352.           'index'  => 1,
  353.           'first'  => true,
  354.         ];
  355.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  356.             $length count($context['_seq']);
  357.             $context['loop']['revindex0'] = $length 1;
  358.             $context['loop']['revindex'] = $length;
  359.             $context['loop']['length'] = $length;
  360.             $context['loop']['last'] = === $length;
  361.         }
  362.         foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
  363.             // line 63
  364.             echo "                            ";
  365.             $this->loadTemplate("@Storefront/storefront/utilities/alert.html.twig""@SMTheme/storefront/base.html.twig"63)->display(twig_array_merge($context, ["type" => $context["type"], "list" => $context["messages"]]));
  366.             // line 64
  367.             echo "                        ";
  368.             ++$context['loop']['index0'];
  369.             ++$context['loop']['index'];
  370.             $context['loop']['first'] = false;
  371.             if (isset($context['loop']['length'])) {
  372.                 --$context['loop']['revindex0'];
  373.                 --$context['loop']['revindex'];
  374.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  375.             }
  376.         }
  377.         $_parent $context['_parent'];
  378.         unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
  379.         $context array_intersect_key($context$_parent) + $_parent;
  380.         // line 65
  381.         echo "                    </div>
  382.                 ";
  383.         
  384.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  385.         
  386.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  387.     }
  388.     // line 68
  389.     public function block_base_main_inner($context, array $blocks = [])
  390.     {
  391.         $macros $this->macros;
  392.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  393.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_inner"));
  394.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  395.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_inner"));
  396.         // line 69
  397.         echo "                        ";
  398.         $this->displayBlock('base_main_container'$context$blocks);
  399.         // line 81
  400.         echo "                ";
  401.         
  402.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  403.         
  404.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  405.     }
  406.     // line 69
  407.     public function block_base_main_container($context, array $blocks = [])
  408.     {
  409.         $macros $this->macros;
  410.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  411.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_container"));
  412.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  413.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_container"));
  414.         // line 70
  415.         echo "                            <div class=\"container-main\">
  416.                                 ";
  417.         // line 71
  418.         $this->displayBlock('base_breadcrumb'$context$blocks);
  419.         // line 77
  420.         echo "
  421.                                 ";
  422.         // line 78
  423.         $this->displayBlock('base_content'$context$blocks);
  424.         // line 79
  425.         echo "                            </div>
  426.                         ";
  427.         
  428.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  429.         
  430.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  431.     }
  432.     // line 71
  433.     public function block_base_breadcrumb($context, array $blocks = [])
  434.     {
  435.         $macros $this->macros;
  436.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  437.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_breadcrumb"));
  438.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  439.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_breadcrumb"));
  440.         // line 72
  441.         echo "                                    ";
  442.         $this->loadTemplate("@Storefront/storefront/layout/breadcrumb.html.twig""@SMTheme/storefront/base.html.twig"72)->display(twig_to_array(["context" =>         // line 73
  443. ($context["context"] ?? null), "category" => sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source,         // line 74
  444. ($context["page"] ?? null), "product", [], "any"falsefalsefalse74), "seoCategory", [], "any"falsefalsefalse74)]));
  445.         // line 76
  446.         echo "                                ";
  447.         
  448.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  449.         
  450.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  451.     }
  452.     // line 78
  453.     public function block_base_content($context, array $blocks = [])
  454.     {
  455.         $macros $this->macros;
  456.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  457.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  458.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  459.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  460.         
  461.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  462.         
  463.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  464.     }
  465.     // line 87
  466.     public function block_base_footer($context, array $blocks = [])
  467.     {
  468.         $macros $this->macros;
  469.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  470.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer"));
  471.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  472.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer"));
  473.         // line 88
  474.         echo "            <footer class=\"footer-main\">
  475.                 ";
  476.         // line 89
  477.         $this->displayBlock('base_footer_inner'$context$blocks);
  478.         // line 92
  479.         echo "            </footer>
  480.         ";
  481.         
  482.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  483.         
  484.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  485.     }
  486.     // line 89
  487.     public function block_base_footer_inner($context, array $blocks = [])
  488.     {
  489.         $macros $this->macros;
  490.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  491.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer_inner"));
  492.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  493.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer_inner"));
  494.         // line 90
  495.         echo "                    ";
  496.         $this->loadTemplate("@SMTheme/storefront/layout/footer/footer.html.twig""@SMTheme/storefront/base.html.twig"90)->display($context);
  497.         // line 91
  498.         echo "                ";
  499.         
  500.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  501.         
  502.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  503.     }
  504.     public function getTemplateName()
  505.     {
  506.         return "@SMTheme/storefront/base.html.twig";
  507.     }
  508.     public function isTraitable()
  509.     {
  510.         return false;
  511.     }
  512.     public function getDebugInfo()
  513.     {
  514.         return array (  598 => 91,  595 => 90,  585 => 89,  574 => 92,  572 => 89,  569 => 88,  559 => 87,  541 => 78,  531 => 76,  529 => 74,  528 => 73,  526 => 72,  516 => 71,  505 => 79,  503 => 78,  500 => 77,  498 => 71,  495 => 70,  485 => 69,  475 => 81,  472 => 69,  462 => 68,  451 => 65,  437 => 64,  434 => 63,  417 => 62,  414 => 61,  404 => 60,  392 => 82,  390 => 68,  387 => 67,  385 => 60,  382 => 59,  372 => 58,  361 => 52,  359 => 51,  356 => 50,  346 => 49,  335 => 54,  333 => 49,  330 => 48,  320 => 47,  310 => 41,  307 => 40,  297 => 39,  287 => 44,  283 => 42,  281 => 39,  274 => 38,  271 => 37,  261 => 36,  251 => 32,  248 => 31,  238 => 30,  226 => 33,  224 => 30,  220 => 28,  210 => 27,  200 => 21,  197 => 20,  187 => 19,  175 => 22,  173 => 19,  169 => 17,  159 => 16,  148 => 13,  146 => 9,  143 => 8,  133 => 7,  123 => 94,  121 => 87,  117 => 85,  115 => 58,  111 => 56,  109 => 47,  105 => 45,  102 => 36,  100 => 27,  96 => 25,  94 => 16,  91 => 15,  88 => 7,  78 => 6,  67 => 2,  65 => 3,  52 => 2,);
  515.     }
  516.     public function getSourceContext()
  517.     {
  518.         return new Source("{% sw_extends '@Storefront/storefront/base.html.twig' %}
  519.     {# Set variable to \"true\" to enable HMR (hot page reloading) mode #}
  520. {% set isHMRMode = true %}
  521.     {% block base_body_inner %}
  522.         {% block base_noscript %}
  523.             <noscript class=\"noscript-main\">
  524.                 {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  525.                     type: 'info',
  526.                     content: 'general.noscriptNotice'|trans|sw_sanitize
  527.                 } %}
  528.             </noscript>
  529.         {% endblock %}
  530.         {% block base_info %}
  531.             <div class=\"info-main\">
  532.                 <div class=\"container\">
  533.                 {% block base_info_inner %}
  534.                     {% sw_include '@Storefront/storefront/layout/info/info.html.twig' %}
  535.                 {% endblock %}
  536.                 </div>
  537.             </div>
  538.         {% endblock %}
  539.         {% block base_navigation %}
  540.             <div class=\"nav-main\">
  541.                 <div class=\"container d-flex\">
  542.                 {% block base_navigation_inner %}
  543.                     {% sw_include '@Storefront/storefront/layout/navigation/navigation.html.twig' %}
  544.                 {% endblock %}
  545.                 </div>
  546.             </div>
  547.         {% endblock %}
  548.         {% block base_offcanvas_navigation %}
  549.             {% if page.header.navigation %}
  550.                 <div class=\"d-none js-navigation-offcanvas-initial-content{% if context.salesChannel.navigationCategoryId == page.header.navigation.active.id %} is-root{% endif %}\">
  551.                     {% block base_offcanvas_navigation_inner %}
  552.                         {% sw_include '@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig' with { navigation: page.header.navigation } %}
  553.                     {% endblock %}
  554.                 </div>
  555.             {% endif %}
  556.         {% endblock %}
  557.         <div class=\"hintergrund\">
  558.         {% block base_header %}
  559.             <header class=\"header-main\">
  560.                 {% block base_header_inner %}
  561.                     <div class=\"container\">
  562.                         {% sw_include '@Storefront/storefront/layout/header/header.html.twig' %}
  563.                     </div>
  564.                 {% endblock %}
  565.             </header>
  566.         {% endblock %}
  567.         {% block base_main %}
  568.             <main class=\"content-main\">
  569.                 {% block base_flashbags %}
  570.                     <div class=\"flashbags container\">
  571.                         {% for type, messages in app.flashes %}
  572.                             {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %}
  573.                         {% endfor %}
  574.                     </div>
  575.                 {% endblock %}
  576.                 <div class=\"container\">
  577.                 {% block base_main_inner %}
  578.                         {% block base_main_container %}
  579.                             <div class=\"container-main\">
  580.                                 {% block base_breadcrumb %}
  581.                                     {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  582.                                         context: context,
  583.                                         category: page.product.seoCategory
  584.                                     } only %}
  585.                                 {% endblock %}
  586.                                 {% block base_content %}{% endblock %}
  587.                             </div>
  588.                         {% endblock %}
  589.                 {% endblock %}
  590.                 </div>
  591.             </main>
  592.         {% endblock %}
  593.         </div>
  594.         {% block base_footer %}
  595.             <footer class=\"footer-main\">
  596.                 {% block base_footer_inner %}
  597.                     {% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}
  598.                 {% endblock %}
  599.             </footer>
  600.         {% endblock %}
  601.     {% endblock %}
  602. ""@SMTheme/storefront/base.html.twig""/var/www/vhosts/shop.bluebrix.de/httpdocs/custom/plugins/SMTheme/src/Resources/views/storefront/base.html.twig");
  603.     }
  604. }