<?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;
/* @CoeHidePriceForCustomerGroup/storefront/layout/header/search-suggest.html.twig */
class __TwigTemplate_885ec05afb74ef7e4fe5b146f8f6120c extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'layout_search_suggest_result_price' => [$this, 'block_layout_search_suggest_result_price'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "@Storefront/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", "@CoeHidePriceForCustomerGroup/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", "@CoeHidePriceForCustomerGroup/storefront/layout/header/search-suggest.html.twig"));
// line 0
echo "<!-- INCLUDE BEGIN @CoeHidePriceForCustomerGroup/storefront/layout/header/search-suggest.html.twig (custom/plugins/CoeHidePriceForCustomerGroup/src/Resources/views/storefront/layout/header/search-suggest.html.twig) -->";
echo "<!-- INCLUDE END @CoeHidePriceForCustomerGroup/storefront/layout/header/search-suggest.html.twig -->";
// line 2
$this->parent = $this->loadTemplate("@Storefront/storefront/layout/header/search-suggest.html.twig", "@CoeHidePriceForCustomerGroup/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);
}
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/CoeHidePriceForCustomerGroup/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 3
echo " ";
if ( !($context["coeHidePrice"] ?? null)) {
// line 4
echo " ";
$this->displayParentBlock("layout_search_suggest_result_price", $context, $blocks);
echo "
";
}
$__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 "@CoeHidePriceForCustomerGroup/storefront/layout/header/search-suggest.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 85 => 0, 76 => 4, 73 => 3, 68 => 0, 51 => 2, 48 => 0, 35 => 2,);
}
public function getSourceContext()
{
return new Source("{% sw_extends '@Storefront/storefront/layout/header/search-suggest.html.twig' %}
{% block layout_search_suggest_result_price %}
{% if not coeHidePrice %}
{{ parent() }}
{% endif %}
{% endblock %}
", "@CoeHidePriceForCustomerGroup/storefront/layout/header/search-suggest.html.twig", "/home/p-a6iu1i/html/hbc-shopware-stage-qcsct/dev/custom/plugins/CoeHidePriceForCustomerGroup/src/Resources/views/storefront/layout/header/search-suggest.html.twig");
}
}