var/cache/dev_ha6cdf01c8a14124e315e8ec5e6f48dc2/twig/e1/e1fd5867af0e259c9d1bcd3712166e4d111533ce5bb8921bdaef1980fef260f8.php line 49

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. /* @Storefront/storefront/layout/breadcrumb.html.twig */
  16. class __TwigTemplate_f289277ad33235d55aad237bf986ba761355318f19684db175cc3abaff6e71e4 extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->parent false;
  25.         $this->blocks = [
  26.             'layout_breadcrumb_inner' => [$this'block_layout_breadcrumb_inner'],
  27.             'layout_breadcrumb_list' => [$this'block_layout_breadcrumb_list'],
  28.             'layout_breadcrumb_list_item' => [$this'block_layout_breadcrumb_list_item'],
  29.             'layout_breadcrumb_placeholder' => [$this'block_layout_breadcrumb_placeholder'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Storefront/storefront/layout/breadcrumb.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Storefront/storefront/layout/breadcrumb.html.twig"));
  39.         // line 1
  40.         $this->displayBlock('layout_breadcrumb_inner'$context$blocks);
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     public function block_layout_breadcrumb_inner($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_breadcrumb_inner"));
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_breadcrumb_inner"));
  53.         // line 2
  54.         echo "    ";
  55.         if (($context["category"] ?? null)) {
  56.             // line 3
  57.             echo "        ";
  58.             $context["breadcrumbCategories"] = $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension']->getFullBreadcrumb($context, ($context["category"] ?? null), sw_get_attribute($this->env$this->source, ($context["context"] ?? null), "context", [], "any"falsefalsefalse3));
  59.             // line 4
  60.             echo "        ";
  61.             $context["categoryId"] = sw_get_attribute($this->env$this->source, ($context["category"] ?? null), "id", [], "any"falsefalsefalse4);
  62.             // line 5
  63.             echo "
  64.         ";
  65.             // line 6
  66.             if ($this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("v6.5.0.0")) {
  67.                 // line 7
  68.                 echo "            ";
  69.                 $context["breadcrumbKeys"] = twig_get_array_keys_filter(($context["breadcrumbCategories"] ?? null));
  70.                 // line 8
  71.                 echo "        ";
  72.             } else {
  73.                 // line 9
  74.                 echo "            ";
  75. \Shopware\Core\Framework\Feature::callSilentIfInactive('v6.5.0.0', function () use(&$context) {                 // line 10
  76.                 echo "                ";
  77.                 // line 11
  78.                 echo "                ";
  79.                 $context["breadcrumb"] = $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension']->buildSeoBreadcrumb($context, ($context["category"] ?? null));
  80.                 // line 12
  81.                 echo "                ";
  82.                 // line 13
  83.                 echo "                ";
  84.                 $context["breadcrumbKeys"] = twig_get_array_keys_filter(($context["breadcrumb"] ?? null));
  85.                 // line 14
  86.                 echo "                ";
  87.                 // line 15
  88.                 echo "                ";
  89.                 $context["breadcrumbTypes"] = $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension']->buildCategoryTypes(($context["breadcrumbCategories"] ?? null));
  90.                 // line 16
  91.                 echo "            ";
  92. });                // line 17
  93.                 echo "        ";
  94.             }
  95.             // line 18
  96.             echo "
  97.         ";
  98.             // line 19
  99.             if ((=== twig_compare(twig_length_filter($this->env, ($context["breadcrumbCategories"] ?? null)), 0))) {
  100.                 // line 20
  101.                 echo "            <nav aria-label=\"breadcrumb\">
  102.                 ";
  103.                 // line 21
  104.                 $this->displayBlock('layout_breadcrumb_list'$context$blocks);
  105.                 // line 64
  106.                 echo "            </nav>
  107.         ";
  108.             }
  109.             // line 66
  110.             echo "    ";
  111.         }
  112.         
  113.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  114.         
  115.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  116.     }
  117.     // line 21
  118.     public function block_layout_breadcrumb_list($context, array $blocks = [])
  119.     {
  120.         $macros $this->macros;
  121.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  122.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_breadcrumb_list"));
  123.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  124.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_breadcrumb_list"));
  125.         // line 22
  126.         echo "                    <ol class=\"breadcrumb\"
  127.                         itemscope
  128.                         itemtype=\"https://schema.org/BreadcrumbList\">
  129.                         ";
  130.         // line 25
  131.         $context['_parent'] = $context;
  132.         $context['_seq'] = twig_ensure_traversable(($context["breadcrumbCategories"] ?? null));
  133.         $context['loop'] = [
  134.           'parent' => $context['_parent'],
  135.           'index0' => 0,
  136.           'index'  => 1,
  137.           'first'  => true,
  138.         ];
  139.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  140.             $length count($context['_seq']);
  141.             $context['loop']['revindex0'] = $length 1;
  142.             $context['loop']['revindex'] = $length;
  143.             $context['loop']['length'] = $length;
  144.             $context['loop']['last'] = === $length;
  145.         }
  146.         foreach ($context['_seq'] as $context["_key"] => $context["breadcrumbCategory"]) {
  147.             // line 26
  148.             echo "                            ";
  149.             $context["key"] = sw_get_attribute($this->env$this->source$context["breadcrumbCategory"], "id", [], "any"falsefalsefalse26);
  150.             // line 27
  151.             echo "                            ";
  152.             $context["name"] = sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source$context["breadcrumbCategory"], "translated", [], "any"falsefalsefalse27), "name", [], "any"falsefalsefalse27);
  153.             // line 28
  154.             echo "
  155.                             ";
  156.             // line 29
  157.             $this->displayBlock('layout_breadcrumb_list_item'$context$blocks);
  158.             // line 53
  159.             echo "
  160.                             ";
  161.             // line 54
  162.             $this->displayBlock('layout_breadcrumb_placeholder'$context$blocks);
  163.             // line 61
  164.             echo "                        ";
  165.             ++$context['loop']['index0'];
  166.             ++$context['loop']['index'];
  167.             $context['loop']['first'] = false;
  168.             if (isset($context['loop']['length'])) {
  169.                 --$context['loop']['revindex0'];
  170.                 --$context['loop']['revindex'];
  171.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  172.             }
  173.         }
  174.         $_parent $context['_parent'];
  175.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['breadcrumbCategory'], $context['_parent'], $context['loop']);
  176.         $context array_intersect_key($context$_parent) + $_parent;
  177.         // line 62
  178.         echo "                    </ol>
  179.                 ";
  180.         
  181.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  182.         
  183.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  184.     }
  185.     // line 29
  186.     public function block_layout_breadcrumb_list_item($context, array $blocks = [])
  187.     {
  188.         $macros $this->macros;
  189.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  190.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_breadcrumb_list_item"));
  191.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  192.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_breadcrumb_list_item"));
  193.         // line 30
  194.         echo "                                <li class=\"breadcrumb-item\"
  195.                                     ";
  196.         // line 31
  197.         if ((($context["key"] ?? null) === ($context["categoryId"] ?? null))) {
  198.             echo "aria-current=\"page\"";
  199.         }
  200.         // line 32
  201.         echo "                                    itemprop=\"itemListElement\"
  202.                                     itemscope
  203.                                     itemtype=\"https://schema.org/ListItem\">
  204.                                     ";
  205.         // line 35
  206.         if ((=== twig_compare(sw_get_attribute($this->env$this->source, ($context["breadcrumbCategory"] ?? null), "type", [], "any"falsefalsefalse35), "folder"))) {
  207.             // line 36
  208.             echo "                                        <div itemprop=\"item\">
  209.                                             <div itemprop=\"name\">";
  210.             // line 37
  211.             echo sw_escape_filter($this->env, ($context["name"] ?? null), "html"nulltrue);
  212.             echo "</div>
  213.                                         </div>
  214.                                     ";
  215.         } else {
  216.             // line 40
  217.             echo "                                        <a href=\"";
  218.             echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension']->getCategoryUrl($context, ($context["breadcrumbCategory"] ?? null));
  219.             echo "\"
  220.                                            class=\"breadcrumb-link ";
  221.             // line 41
  222.             if ((($context["key"] ?? null) === ($context["categoryId"] ?? null))) {
  223.                 echo " is-active";
  224.             }
  225.             echo "\"
  226.                                            title=\"";
  227.             // line 42
  228.             echo sw_escape_filter($this->env, ($context["name"] ?? null), "html"nulltrue);
  229.             echo "\"
  230.                                            ";
  231.             // line 43
  232.             if ($this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension']->isLinkNewTab(($context["breadcrumbCategory"] ?? null))) {
  233.                 echo "target=\"_blank\"";
  234.             }
  235.             // line 44
  236.             echo "                                           itemprop=\"item\">
  237.                                             <link itemprop=\"url\"
  238.                                                   href=\"";
  239.             // line 46
  240.             echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension']->getCategoryUrl($context, ($context["breadcrumbCategory"] ?? null));
  241.             echo "\"/>
  242.                                             <span class=\"breadcrumb-title\" itemprop=\"name\">";
  243.             // line 47
  244.             echo sw_escape_filter($this->env, ($context["name"] ?? null), "html"nulltrue);
  245.             echo "</span>
  246.                                         </a>
  247.                                     ";
  248.         }
  249.         // line 50
  250.         echo "                                    <meta itemprop=\"position\" content=\"";
  251.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["loop"] ?? null), "index", [], "any"falsefalsefalse50), "html"nulltrue);
  252.         echo "\"/>
  253.                                 </li>
  254.                             ";
  255.         
  256.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  257.         
  258.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  259.     }
  260.     // line 54
  261.     public function block_layout_breadcrumb_placeholder($context, array $blocks = [])
  262.     {
  263.         $macros $this->macros;
  264.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  265.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_breadcrumb_placeholder"));
  266.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  267.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_breadcrumb_placeholder"));
  268.         // line 55
  269.         echo "                                ";
  270.         if ((!== twig_compare(($context["key"] ?? null), twig_last($this->env, ($context["breadcrumbKeys"] ?? null))))) {
  271.             // line 56
  272.             echo "                                    <div class=\"breadcrumb-placeholder\">
  273.                                         ";
  274.             // line 57
  275.             ((function () use ($context$blocks) {
  276.                 $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  277.                 $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  278.                 return $this->loadTemplate($includeTemplate ?? null"@Storefront/storefront/layout/breadcrumb.html.twig"57);
  279.             })())->display(twig_array_merge($context, ["size" => "fluid""pack" => "solid""name" => "arrow-medium-right"]));
  280.             // line 58
  281.             echo "                                    </div>
  282.                                 ";
  283.         }
  284.         // line 60
  285.         echo "                            ";
  286.         
  287.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  288.         
  289.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  290.     }
  291.     public function getTemplateName()
  292.     {
  293.         return "@Storefront/storefront/layout/breadcrumb.html.twig";
  294.     }
  295.     public function getDebugInfo()
  296.     {
  297.         return array (  314 => 60,  310 => 58,  302 => 57,  299 => 56,  296 => 55,  286 => 54,  272 => 50,  266 => 47,  262 => 46,  258 => 44,  254 => 43,  250 => 42,  244 => 41,  239 => 40,  233 => 37,  230 => 36,  228 => 35,  223 => 32,  219 => 31,  216 => 30,  206 => 29,  195 => 62,  181 => 61,  179 => 54,  176 => 53,  174 => 29,  171 => 28,  168 => 27,  165 => 26,  148 => 25,  143 => 22,  133 => 21,  122 => 66,  118 => 64,  116 => 21,  113 => 20,  111 => 19,  108 => 18,  105 => 17,  103 => 16,  100 => 15,  98 => 14,  95 => 13,  93 => 12,  90 => 11,  88 => 10,  86 => 9,  83 => 8,  80 => 7,  78 => 6,  75 => 5,  72 => 4,  69 => 3,  66 => 2,  47 => 1,);
  298.     }
  299.     public function getSourceContext()
  300.     {
  301.         return new Source("{% block layout_breadcrumb_inner %}
  302.     {% if category %}
  303.         {% set breadcrumbCategories = sw_breadcrumb_full(category, context.context) %}
  304.         {% set categoryId = category.id %}
  305.         {% if feature('v6.5.0.0') %}
  306.             {% set breadcrumbKeys = breadcrumbCategories|keys %}
  307.         {% else %}
  308.             {% sw_silent_feature_call \"v6.5.0.0\" %}
  309.                 {# @deprecated tag:v6.5.0 - Use \"sw_breadcrumb_full\" directly. #}
  310.                 {% set breadcrumb = sw_breadcrumb(category) %}
  311.                 {# @deprecated tag:v6.5.0 - Use \"sw_breadcrumb_full\" directly. #}
  312.                 {% set breadcrumbKeys = breadcrumb|keys %}
  313.                 {# @deprecated tag:v6.5.0 - Use \"sw_breadcrumb_full\" directly. #}
  314.                 {% set breadcrumbTypes = sw_breadcrumb_build_types(breadcrumbCategories) %}
  315.             {% endsw_silent_feature_call %}
  316.         {% endif %}
  317.         {% if breadcrumbCategories|length > 0 %}
  318.             <nav aria-label=\"breadcrumb\">
  319.                 {% block layout_breadcrumb_list %}
  320.                     <ol class=\"breadcrumb\"
  321.                         itemscope
  322.                         itemtype=\"https://schema.org/BreadcrumbList\">
  323.                         {% for breadcrumbCategory in breadcrumbCategories %}
  324.                             {% set key = breadcrumbCategory.id %}
  325.                             {% set name = breadcrumbCategory.translated.name %}
  326.                             {% block layout_breadcrumb_list_item %}
  327.                                 <li class=\"breadcrumb-item\"
  328.                                     {% if key is same as(categoryId) %}aria-current=\"page\"{% endif %}
  329.                                     itemprop=\"itemListElement\"
  330.                                     itemscope
  331.                                     itemtype=\"https://schema.org/ListItem\">
  332.                                     {% if breadcrumbCategory.type == 'folder' %}
  333.                                         <div itemprop=\"item\">
  334.                                             <div itemprop=\"name\">{{ name }}</div>
  335.                                         </div>
  336.                                     {% else %}
  337.                                         <a href=\"{{ category_url(breadcrumbCategory) }}\"
  338.                                            class=\"breadcrumb-link {% if key is same as(categoryId) %} is-active{% endif %}\"
  339.                                            title=\"{{ name }}\"
  340.                                            {% if category_linknewtab(breadcrumbCategory) %}target=\"_blank\"{% endif %}
  341.                                            itemprop=\"item\">
  342.                                             <link itemprop=\"url\"
  343.                                                   href=\"{{ category_url(breadcrumbCategory) }}\"/>
  344.                                             <span class=\"breadcrumb-title\" itemprop=\"name\">{{ name }}</span>
  345.                                         </a>
  346.                                     {% endif %}
  347.                                     <meta itemprop=\"position\" content=\"{{ loop.index }}\"/>
  348.                                 </li>
  349.                             {% endblock %}
  350.                             {% block layout_breadcrumb_placeholder %}
  351.                                 {% if key != breadcrumbKeys|last %}
  352.                                     <div class=\"breadcrumb-placeholder\">
  353.                                         {% sw_icon 'arrow-medium-right' style { 'size': 'fluid', 'pack': 'solid'} %}
  354.                                     </div>
  355.                                 {% endif %}
  356.                             {% endblock %}
  357.                         {% endfor %}
  358.                     </ol>
  359.                 {% endblock %}
  360.             </nav>
  361.         {% endif %}
  362.     {% endif %}
  363. {% endblock %}
  364. ""@Storefront/storefront/layout/breadcrumb.html.twig""/var/customers/webs/youksakka/htdocs/vendor/shopware/storefront/Resources/views/storefront/layout/breadcrumb.html.twig");
  365.     }
  366. }