<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @HBCTheme/storefront/layout/header/search-suggest.html.twig */
class __TwigTemplate_946f60a43978f915260c9db8215c880c extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'layout_search_suggest_result_link' => [$this, 'block_layout_search_suggest_result_link'],
'layout_search_suggest_result_image' => [$this, 'block_layout_search_suggest_result_image'],
'layout_search_suggest_result_name' => [$this, 'block_layout_search_suggest_result_name'],
'layout_search_suggest_result_price' => [$this, 'block_layout_search_suggest_result_price'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "@CoeHidePriceForCustomerGroup/storefront/layout/header/search-suggest.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@HBCTheme/storefront/layout/header/search-suggest.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@HBCTheme/storefront/layout/header/search-suggest.html.twig"));
// line 0
echo "<!-- INCLUDE BEGIN @HBCTheme/storefront/layout/header/search-suggest.html.twig (custom/plugins/HBCTheme/src/Resources/views/storefront/layout/header/search-suggest.html.twig) -->";
echo "<!-- INCLUDE END @HBCTheme/storefront/layout/header/search-suggest.html.twig -->";
// line 2
$this->parent = $this->loadTemplate("@CoeHidePriceForCustomerGroup/storefront/layout/header/search-suggest.html.twig", "@HBCTheme/storefront/layout/header/search-suggest.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_layout_search_suggest_result_link($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_search_suggest_result_link"));
// line 0
echo "<!-- BLOCK BEGIN layout_search_suggest_result_link (custom/plugins/HBCTheme/src/Resources/views/storefront/layout/header/search-suggest.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_search_suggest_result_link"));
// line 4
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension']->seoUrl("frontend.detail.page", ["productId" => twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "id", [], "any", false, false, false, 4)]), "html", null, true);
echo "\"
title=\"";
// line 5
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "translated", [], "any", false, false, false, 5), "name", [], "any", false, false, false, 5), "html", null, true);
echo "\"
class=\"search-suggest-product-link\">
<div class=\"row align-items-center ";
// line 7
echo twig_escape_filter($this->env, ($context["gridNoGuttersClass"] ?? null), "html", null, true);
echo "\">
";
// line 8
$this->displayBlock('layout_search_suggest_result_image', $context, $blocks);
// line 29
echo "
";
// line 30
$this->displayBlock('layout_search_suggest_result_name', $context, $blocks);
// line 35
echo "
";
// line 36
$this->displayBlock('layout_search_suggest_result_price', $context, $blocks);
// line 61
echo " </div>
<div class=\"row align-items-center\" style=\"margin-left: 20px\">
";
// line 63
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "properties", [], "any", false, false, false, 63));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 64
echo " <div>
";
// line 65
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 65), "html", null, true);
if ( !twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 65)) {
echo " | ";
}
// line 66
echo " </div>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 68
echo "
</div>
</a>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END layout_search_suggest_result_link -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 8
public function block_layout_search_suggest_result_image($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_search_suggest_result_image"));
// line 0
echo "<!-- BLOCK BEGIN layout_search_suggest_result_image (custom/plugins/HBCTheme/src/Resources/views/storefront/layout/header/search-suggest.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_search_suggest_result_image"));
// line 9
echo " <div class=\"col-auto search-suggest-product-image-container\">
";
// line 10
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "cover", [], "any", false, false, false, 10), "media", [], "any", false, false, false, 10), "url", [], "any", false, false, false, 10)) {
// line 11
echo " ";
((function () use ($context, $blocks) {
$finder = $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
$includeTemplate = $finder->find("@Storefront/storefront/utilities/thumbnail.html.twig");
return $this->loadTemplate($includeTemplate ?? null, "@HBCTheme/storefront/layout/header/search-suggest.html.twig", 11);
})())->display(twig_array_merge($context, ["media" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 12
($context["product"] ?? null), "cover", [], "any", false, false, false, 12), "media", [], "any", false, false, false, 12), "sizes" => ["default" => "100px"], "attributes" => ["class" => "search-suggest-product-image", "alt" => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 18
($context["product"] ?? null), "cover", [], "any", false, false, false, 18), "media", [], "any", false, false, false, 18), "translated", [], "any", false, false, false, 18), "alt", [], "any", false, false, false, 18)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "cover", [], "any", false, false, false, 18), "media", [], "any", false, false, false, 18), "translated", [], "any", false, false, false, 18), "alt", [], "any", false, false, false, 18)) : ("")), "title" => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 19
($context["product"] ?? null), "cover", [], "any", false, false, false, 19), "media", [], "any", false, false, false, 19), "translated", [], "any", false, false, false, 19), "title", [], "any", false, false, false, 19)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "cover", [], "any", false, false, false, 19), "media", [], "any", false, false, false, 19), "translated", [], "any", false, false, false, 19), "title", [], "any", false, false, false, 19)) : (""))], "name" => "search-suggest-product-image-thumbnails"]));
// line 22
echo " ";
} else {
// line 23
echo " ";
((function () use ($context, $blocks) {
$finder = $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
$includeTemplate = $finder->find("@Storefront/storefront/utilities/icon.html.twig");
return $this->loadTemplate($includeTemplate ?? null, "@HBCTheme/storefront/layout/header/search-suggest.html.twig", 23);
})())->display(twig_array_merge($context, ["size" => "lg", "name" => "placeholder"]));
// line 26
echo " ";
}
// line 27
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END layout_search_suggest_result_image -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 30
public function block_layout_search_suggest_result_name($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_search_suggest_result_name"));
// line 0
echo "<!-- BLOCK BEGIN layout_search_suggest_result_name (custom/plugins/HBCTheme/src/Resources/views/storefront/layout/header/search-suggest.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_search_suggest_result_name"));
// line 31
echo " <div class=\"col search-suggest-product-name\">
";
// line 32
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "translated", [], "any", false, false, false, 32), "name", [], "any", false, false, false, 32), "html", null, true);
echo "
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END layout_search_suggest_result_name -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 36
public function block_layout_search_suggest_result_price($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_search_suggest_result_price"));
// line 0
echo "<!-- BLOCK BEGIN layout_search_suggest_result_price (custom/plugins/HBCTheme/src/Resources/views/storefront/layout/header/search-suggest.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_search_suggest_result_price"));
// line 37
echo " <div class=\"col-auto search-suggest-product-price\">
";
// line 38
$context["price"] = twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "calculatedPrice", [], "any", false, false, false, 38);
// line 39
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "calculatedPrices", [], "any", false, false, false, 39), "count", [], "any", false, false, false, 39) > 0)) {
// line 40
echo " ";
$context["price"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "calculatedPrices", [], "any", false, false, false, 40), "last", [], "any", false, false, false, 40);
// line 41
echo " ";
}
// line 42
echo "
";
// line 43
$context["referencePrice"] = twig_get_attribute($this->env, $this->source, ($context["price"] ?? null), "referencePrice", [], "any", false, false, false, 43);
// line 44
echo "
";
// line 45
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "calculatedPrices", [], "any", false, false, false, 45), "count", [], "any", false, false, false, 45) > 1)) {
// line 46
echo " ";
echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("listing.listingTextFrom"));
echo "
";
}
// line 48
echo " <span class=\"search-suggest-product-price\">
";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter']->formatCurrency($context, twig_get_attribute($this->env, $this->source, ($context["price"] ?? null), "unitPrice", [], "any", false, false, false, 49)), "html", null, true);
echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.star"));
echo "
</span>
";
// line 52
if ( !(null === twig_get_attribute($this->env, $this->source, ($context["price"] ?? null), "referencePrice", [], "any", false, false, false, 52))) {
// line 53
echo " <br><small class=\"search-suggest-product-reference-price\">(";
echo twig_escape_filter($this->env, $this->extensions['Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter']->formatCurrency($context, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["price"] ?? null), "referencePrice", [], "any", false, false, false, 53), "price", [], "any", false, false, false, 53)), "html", null, true);
echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.star"));
echo " / ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["price"] ?? null), "referencePrice", [], "any", false, false, false, 53), "referenceUnit", [], "any", false, false, false, 53), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["price"] ?? null), "referencePrice", [], "any", false, false, false, 53), "unitName", [], "any", false, false, false, 53), "html", null, true);
echo ")</small>
";
}
// line 55
echo "
";
// line 56
if ( !(null === twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["price"] ?? null), "regulationPrice", [], "any", false, false, false, 56), "price", [], "any", false, false, false, 56))) {
// line 57
echo " <small class=\"search-suggest-product-list-price\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.listPricePreviously", ["%price%" => $this->extensions['Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter']->formatCurrency($context, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["price"] ?? null), "regulationPrice", [], "any", false, false, false, 57), "price", [], "any", false, false, false, 57))]), "html", null, true);
echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.star"));
echo "</small>
";
}
// line 59
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END layout_search_suggest_result_price -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@HBCTheme/storefront/layout/header/search-suggest.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 332 => 0, 326 => 59, 319 => 57, 317 => 56, 314 => 55, 303 => 53, 301 => 52, 294 => 49, 291 => 48, 285 => 46, 283 => 45, 280 => 44, 278 => 43, 275 => 42, 272 => 41, 269 => 40, 266 => 39, 264 => 38, 261 => 37, 256 => 0, 249 => 36, 242 => 0, 234 => 32, 231 => 31, 226 => 0, 219 => 30, 212 => 0, 206 => 27, 203 => 26, 194 => 23, 191 => 22, 189 => 19, 188 => 18, 187 => 12, 179 => 11, 177 => 10, 174 => 9, 169 => 0, 162 => 8, 155 => 0, 147 => 68, 132 => 66, 127 => 65, 124 => 64, 107 => 63, 103 => 61, 101 => 36, 98 => 35, 96 => 30, 93 => 29, 91 => 8, 87 => 7, 82 => 5, 77 => 4, 72 => 0, 65 => 3, 54 => 2, 51 => 0, 38 => 2,);
}
public function getSourceContext()
{
return new Source("{% sw_extends '@Storefront/storefront/layout/header/search-suggest.html.twig' %}
{% block layout_search_suggest_result_link %}
<a href=\"{{ seoUrl('frontend.detail.page', {'productId': product.id}) }}\"
title=\"{{ product.translated.name }}\"
class=\"search-suggest-product-link\">
<div class=\"row align-items-center {{ gridNoGuttersClass }}\">
{% block layout_search_suggest_result_image %}
<div class=\"col-auto search-suggest-product-image-container\">
{% if product.cover.media.url %}
{% sw_thumbnails 'search-suggest-product-image-thumbnails' with {
media: product.cover.media,
sizes: {
'default': '100px'
},
attributes: {
'class': 'search-suggest-product-image',
'alt': (product.cover.media.translated.alt ?: ''),
'title': (product.cover.media.translated.title ?: '')
}
} %}
{% else %}
{% sw_icon 'placeholder' style {
'size': 'lg'
} %}
{% endif %}
</div>
{% endblock %}
{% block layout_search_suggest_result_name %}
<div class=\"col search-suggest-product-name\">
{{ product.translated.name }}
</div>
{% endblock %}
{% block layout_search_suggest_result_price %}
<div class=\"col-auto search-suggest-product-price\">
{% set price = product.calculatedPrice %}
{% if product.calculatedPrices.count > 0 %}
{% set price = product.calculatedPrices.last %}
{% endif %}
{% set referencePrice = price.referencePrice %}
{% if product.calculatedPrices.count > 1 %}
{{ \"listing.listingTextFrom\"|trans|sw_sanitize }}
{% endif %}
<span class=\"search-suggest-product-price\">
{{ price.unitPrice|currency }}{{ \"general.star\"|trans|sw_sanitize }}
</span>
{% if price.referencePrice is not null %}
<br><small class=\"search-suggest-product-reference-price\">({{ price.referencePrice.price|currency }}{{ \"general.star\"|trans|sw_sanitize }} / {{ price.referencePrice.referenceUnit }} {{ price.referencePrice.unitName }})</small>
{% endif %}
{% if price.regulationPrice.price is not null %}
<small class=\"search-suggest-product-list-price\">{{ \"general.listPricePreviously\"|trans({'%price%': price.regulationPrice.price|currency }) }}{{ \"general.star\"|trans|sw_sanitize }}</small>
{% endif %}
</div>
{% endblock %}
</div>
<div class=\"row align-items-center\" style=\"margin-left: 20px\">
{% for option in product.properties %}
<div>
{{ option.name }}{% if not loop.last %} | {% endif %}
</div>
{% endfor %}
</div>
</a>
{% endblock %}
", "@HBCTheme/storefront/layout/header/search-suggest.html.twig", "/home/p-a6iu1i/html/hbc-shopware-stage-qcsct/dev/custom/plugins/HBCTheme/src/Resources/views/storefront/layout/header/search-suggest.html.twig");
}
}