<?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;
/* @Storefront/storefront/page/search/index.html.twig */
class __TwigTemplate_1cf75287a1d1d4077faa4a582473691d extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'base_content' => [$this, 'block_base_content'],
'page_search' => [$this, 'block_page_search'],
'page_search_headline' => [$this, 'block_page_search_headline'],
'page_search_headline_text' => [$this, 'block_page_search_headline_text'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "@HBCTheme/storefront/base.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", "@Storefront/storefront/page/search/index.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Storefront/storefront/page/search/index.html.twig"));
// line 0
echo "<!-- INCLUDE BEGIN @Storefront/storefront/page/search/index.html.twig (vendor/shopware/storefront/Resources/views/storefront/page/search/index.html.twig) -->";
echo "<!-- INCLUDE END @Storefront/storefront/page/search/index.html.twig -->";
// line 2
$this->parent = $this->loadTemplate("@HBCTheme/storefront/base.html.twig", "@Storefront/storefront/page/search/index.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_base_content($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", "base_content"));
// line 0
echo "<!-- BLOCK BEGIN base_content (vendor/shopware/storefront/Resources/views/storefront/page/search/index.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_content"));
// line 4
echo " ";
$this->displayBlock('page_search', $context, $blocks);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_content -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 4
public function block_page_search($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", "page_search"));
// line 0
echo "<!-- BLOCK BEGIN page_search (vendor/shopware/storefront/Resources/views/storefront/page/search/index.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_search"));
// line 5
echo " <div class=\"cms-page search-page\">
";
// line 6
$this->displayBlock('page_search_headline', $context, $blocks);
// line 16
echo "
";
// line 17
$this->loadTemplate("@Storefront/storefront/page/search/search-pagelet.html.twig", "@Storefront/storefront/page/search/index.html.twig", 17)->display(twig_array_merge($context, ["page" => ($context["page"] ?? null)]));
// line 18
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END page_search -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 6
public function block_page_search_headline($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", "page_search_headline"));
// line 0
echo "<!-- BLOCK BEGIN page_search_headline (vendor/shopware/storefront/Resources/views/storefront/page/search/index.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_search_headline"));
// line 7
echo " <h1 class=\"search-headline\">
";
// line 8
$this->displayBlock('page_search_headline_text', $context, $blocks);
// line 14
echo " </h1>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END page_search_headline -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 8
public function block_page_search_headline_text($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", "page_search_headline_text"));
// line 0
echo "<!-- BLOCK BEGIN page_search_headline_text (vendor/shopware/storefront/Resources/views/storefront/page/search/index.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_search_headline_text"));
// line 9
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("search.headline", ["%count%" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 10
($context["page"] ?? null), "listing", [], "any", false, false, false, 10), "total", [], "any", false, false, false, 10), "%searchTerm%" => twig_get_attribute($this->env, $this->source, // line 11
($context["page"] ?? null), "searchTerm", [], "any", false, false, false, 11)]), "html", null, true);
// line 12
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END page_search_headline_text -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@Storefront/storefront/page/search/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 178 => 0, 172 => 12, 170 => 11, 169 => 10, 167 => 9, 162 => 0, 155 => 8, 148 => 0, 142 => 14, 140 => 8, 137 => 7, 132 => 0, 125 => 6, 118 => 0, 112 => 18, 110 => 17, 107 => 16, 105 => 6, 102 => 5, 97 => 0, 90 => 4, 83 => 0, 77 => 4, 72 => 0, 65 => 3, 54 => 2, 51 => 0, 38 => 2,);
}
public function getSourceContext()
{
return new Source("{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_content %}
{% block page_search %}
<div class=\"cms-page search-page\">
{% block page_search_headline %}
<h1 class=\"search-headline\">
{% block page_search_headline_text %}
{{ \"search.headline\"|trans({
'%count%': page.listing.total,
'%searchTerm%': page.searchTerm,
}) }}
{% endblock %}
</h1>
{% endblock %}
{% sw_include '@Storefront/storefront/page/search/search-pagelet.html.twig' with { page: page } %}
</div>
{% endblock %}
{% endblock %}
", "@Storefront/storefront/page/search/index.html.twig", "/home/p-a6iu1i/html/hbc-shopware-stage-qcsct/dev/vendor/shopware/storefront/Resources/views/storefront/page/search/index.html.twig");
}
}