<?php
use Twig\Environment;
use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
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;
/* @Tuerschild_2/storefront/page/content/index.html.twig */
class __TwigTemplate_9c3c6c246078dd838534929f50c99e1930a84e406371b17524c5f98bfd72bbda extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'base_main_inner' => [$this, 'block_base_main_inner'],
'page_content' => [$this, 'block_page_content'],
'cms_breadcrumb' => [$this, 'block_cms_breadcrumb'],
'cms_category_headline' => [$this, 'block_cms_category_headline'],
'cms_category_description' => [$this, 'block_cms_category_description'],
'cms_content' => [$this, 'block_cms_content'],
'page_content_blocks' => [$this, 'block_page_content_blocks'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "@Tuerschild_2/storefront/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Tuerschild_2/storefront/page/content/index.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Tuerschild_2/storefront/page/content/index.html.twig"));
$this->parent = $this->loadTemplate("@Tuerschild_2/storefront/base.html.twig", "@Tuerschild_2/storefront/page/content/index.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 4
public function block_base_main_inner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_main_inner"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_main_inner"));
// line 5
echo " <div class=\"container-main\">
";
// line 6
$this->displayBlock('page_content', $context, $blocks);
// line 82
echo " </div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 6
public function block_page_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content"));
// line 7
echo " ";
$this->displayBlock('cms_breadcrumb', $context, $blocks);
// line 17
echo "
";
// line 19
$this->displayBlock('cms_category_headline', $context, $blocks);
// line 29
echo "
";
// line 30
$this->displayBlock('cms_category_description', $context, $blocks);
// line 73
echo "
";
// line 74
$this->displayBlock('cms_content', $context, $blocks);
// line 81
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 7
public function block_cms_breadcrumb($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cms_breadcrumb"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cms_breadcrumb"));
// line 8
echo " ";
if ((1 === twig_compare(sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 8), "navigation", [], "any", false, false, false, 8), "active", [], "any", false, false, false, 8), "level", [], "any", false, false, false, 8), 2))) {
// line 9
echo " <div class=\"breadcrumb cms-breadcrumb container\">
";
// line 10
$this->loadTemplate("@Tuerschild_2/storefront/layout/breadcrumb.html.twig", "@Tuerschild_2/storefront/page/content/index.html.twig", 10)->display(twig_to_array(["context" => // line 11
($context["context"] ?? null), "category" => sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, // line 12
($context["page"] ?? null), "header", [], "any", false, false, false, 12), "navigation", [], "any", false, false, false, 12), "active", [], "any", false, false, false, 12)]));
// line 14
echo " </div>
";
}
// line 16
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 19
public function block_cms_category_headline($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cms_category_headline"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cms_category_headline"));
// line 20
echo " ";
$context["description"] = sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 20), "navigation", [], "any", false, false, false, 20), "active", [], "any", false, false, false, 20), "customFields", [], "any", false, false, false, 20), "custom_category_info_description", [], "any", false, false, false, 20);
// line 21
echo "
";
// line 22
if ((1 === twig_compare(sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 22), "navigation", [], "any", false, false, false, 22), "active", [], "any", false, false, false, 22), "level", [], "any", false, false, false, 22), 2))) {
// line 23
echo " <div class=\"container mb-4\">
<h1 class=\"category-headline\">";
// line 24
echo sw_escape_filter($this->env, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 24), "navigation", [], "any", false, false, false, 24), "active", [], "any", false, false, false, 24), "name", [], "any", false, false, false, 24), "html", null, true);
echo "</h1>
";
// line 26
echo " </div>
";
}
// line 28
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 30
public function block_cms_category_description($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cms_category_description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cms_category_description"));
// line 31
echo " ";
$context["description"] = sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 31), "navigation", [], "any", false, false, false, 31), "active", [], "any", false, false, false, 31), "customFields", [], "any", false, false, false, 31), "custom_category_info_description", [], "any", false, false, false, 31);
// line 32
echo "
";
// line 33
$context["imgMediaId"] = sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 33), "navigation", [], "any", false, false, false, 33), "active", [], "any", false, false, false, 33), "customFields", [], "any", false, false, false, 33), "custom_category_info_image", [], "any", false, false, false, 33);
// line 34
echo " ";
$context["iconMediaId"] = sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 34), "navigation", [], "any", false, false, false, 34), "active", [], "any", false, false, false, 34), "customFields", [], "any", false, false, false, 34), "custom_category_info_icon", [], "any", false, false, false, 34);
// line 35
echo "
";
// line 36
$context["attribute_1"] = sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 36), "navigation", [], "any", false, false, false, 36), "active", [], "any", false, false, false, 36), "customFields", [], "any", false, false, false, 36), "custom_category_info_attribute_1", [], "any", false, false, false, 36);
// line 37
echo " ";
$context["attribute_2"] = sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 37), "navigation", [], "any", false, false, false, 37), "active", [], "any", false, false, false, 37), "customFields", [], "any", false, false, false, 37), "custom_category_info_attribute_2", [], "any", false, false, false, 37);
// line 38
echo "
";
// line 43
if (($context["imgMediaId"] ?? null)) {
// line 44
echo " ";
$context["media"] = $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension']->searchMedia([0 => ($context["imgMediaId"] ?? null)], sw_get_attribute($this->env, $this->source, ($context["context"] ?? null), "context", [], "any", false, false, false, 44));
// line 45
echo " ";
$context["img"] = sw_get_attribute($this->env, $this->source, ($context["media"] ?? null), "get", [0 => ($context["imgMediaId"] ?? null)], "method", false, false, false, 45);
// line 46
echo "
";
// line 47
if (($context["iconMediaId"] ?? null)) {
// line 48
echo " ";
$context["mediaIcon"] = $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension']->searchMedia([0 => ($context["iconMediaId"] ?? null)], sw_get_attribute($this->env, $this->source, ($context["context"] ?? null), "context", [], "any", false, false, false, 48));
// line 49
echo " ";
$context["icon"] = twig_first($this->env, sw_get_attribute($this->env, $this->source, ($context["mediaIcon"] ?? null), "elements", [], "any", false, false, false, 49));
// line 50
echo " ";
}
// line 51
echo "
<div class=\"category-description-container cms-block-text-on-image\">
<div class=\"cms-block bg-image\">
<img src=\"";
// line 54
echo sw_escape_filter($this->env, sw_get_attribute($this->env, $this->source, ($context["img"] ?? null), "url", [], "any", false, false, false, 54), "html", null, true);
echo "\" class=\"cms-block-background media-mode--cover\">
<div class=\"cms-block-container\">
<div class=\"category-description-wrapper d-flex flex-sm-column-reverse col-12 p-0\">
<div class=\"d-flex flex-column flex-sm-row justify-content-between\">
<span class=\"d-flex flex-column-reverse category-description\">";
// line 58
echo twig_striptags(($context["description"] ?? null));
echo "</span>
<div class=\"d-flex\">
";
// line 60
if (($context["iconMediaId"] ?? null)) {
echo " <img class=\"category-icon\" src=\"";
echo sw_escape_filter($this->env, sw_get_attribute($this->env, $this->source, ($context["icon"] ?? null), "url", [], "any", false, false, false, 60), "html", null, true);
echo "\">";
}
// line 61
echo " <div class=\"category-description-attributes d-flex flex-column justify-content-end\">
<span class=\"attr attr-1\">";
// line 62
echo sw_escape_filter($this->env, ($context["attribute_1"] ?? null), "html", null, true);
echo "</span>
<span class=\"attr attr-2\">";
// line 63
echo sw_escape_filter($this->env, ($context["attribute_2"] ?? null), "html", null, true);
echo "</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
";
}
// line 72
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 74
public function block_cms_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cms_content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cms_content"));
// line 75
echo " <div class=\"cms-page\">
";
// line 76
$this->displayBlock('page_content_blocks', $context, $blocks);
// line 79
echo " </div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 76
public function block_page_content_blocks($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_blocks"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_blocks"));
// line 77
echo " ";
$this->loadTemplate("@Tuerschild_2/storefront/page/content/detail.html.twig", "@Tuerschild_2/storefront/page/content/index.html.twig", 77)->display(twig_array_merge($context, ["cmsPage" => sw_get_attribute($this->env, $this->source, ($context["page"] ?? null), "cmsPage", [], "any", false, false, false, 77)]));
// line 78
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "@Tuerschild_2/storefront/page/content/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 351 => 78, 348 => 77, 338 => 76, 327 => 79, 325 => 76, 322 => 75, 312 => 74, 302 => 72, 290 => 63, 286 => 62, 283 => 61, 277 => 60, 272 => 58, 265 => 54, 260 => 51, 257 => 50, 254 => 49, 251 => 48, 249 => 47, 246 => 46, 243 => 45, 240 => 44, 238 => 43, 231 => 38, 228 => 37, 226 => 36, 223 => 35, 220 => 34, 218 => 33, 215 => 32, 212 => 31, 202 => 30, 192 => 28, 188 => 26, 184 => 24, 181 => 23, 179 => 22, 176 => 21, 173 => 20, 163 => 19, 153 => 16, 149 => 14, 147 => 12, 146 => 11, 145 => 10, 142 => 9, 139 => 8, 129 => 7, 119 => 81, 117 => 74, 114 => 73, 112 => 30, 109 => 29, 107 => 19, 103 => 17, 100 => 7, 90 => 6, 79 => 82, 77 => 6, 74 => 5, 64 => 4, 41 => 2,);
}
public function getSourceContext()
{
return new Source("{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_main_inner %}
<div class=\"container-main\">
{% block page_content %}
{% block cms_breadcrumb %}
{% if page.header.navigation.active.level > 2 %}
<div class=\"breadcrumb cms-breadcrumb container\">
{% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
context: context,
category: page.header.navigation.active
} only %}
</div>
{% endif %}
{% endblock %}
{% block cms_category_headline %}
{% set description = page.header.navigation.active.customFields.custom_category_info_description %}
{% if page.header.navigation.active.level > 2 %}
<div class=\"container mb-4\">
<h1 class=\"category-headline\">{{ page.header.navigation.active.name }}</h1>
{# <span class=\"category-description\">{{ description|striptags|raw }}</span>#}
</div>
{% endif %}
{% endblock %}
{% block cms_category_description %}
{% set description = page.header.navigation.active.customFields.custom_category_info_description %}
{% set imgMediaId = page.header.navigation.active.customFields.custom_category_info_image %}
{% set iconMediaId = page.header.navigation.active.customFields.custom_category_info_icon %}
{% set attribute_1 = page.header.navigation.active.customFields.custom_category_info_attribute_1 %}
{% set attribute_2 = page.header.navigation.active.customFields.custom_category_info_attribute_2 %}
{% if imgMediaId %}
{% set media = searchMedia([imgMediaId], context.context) %}
{% set img = media.get(imgMediaId) %}
{% if iconMediaId %}
{% set mediaIcon = searchMedia([iconMediaId], context.context) %}
{% set icon = mediaIcon.elements|first %}
{% endif %}
<div class=\"category-description-container cms-block-text-on-image\">
<div class=\"cms-block bg-image\">
<img src=\"{{ img.url }}\" class=\"cms-block-background media-mode--cover\">
<div class=\"cms-block-container\">
<div class=\"category-description-wrapper d-flex flex-sm-column-reverse col-12 p-0\">
<div class=\"d-flex flex-column flex-sm-row justify-content-between\">
<span class=\"d-flex flex-column-reverse category-description\">{{ description|striptags|raw }}</span>
<div class=\"d-flex\">
{% if iconMediaId %} <img class=\"category-icon\" src=\"{{ icon.url }}\">{% endif %}
<div class=\"category-description-attributes d-flex flex-column justify-content-end\">
<span class=\"attr attr-1\">{{ attribute_1 }}</span>
<span class=\"attr attr-2\">{{ attribute_2 }}</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endblock %}
{% block cms_content %}
<div class=\"cms-page\">
{% block page_content_blocks %}
{% sw_include \"@Storefront/storefront/page/content/detail.html.twig\" with {'cmsPage': page.cmsPage} %}
{% endblock %}
</div>
{% endblock %}
{% endblock %}
</div>
{% endblock %}
", "@Tuerschild_2/storefront/page/content/index.html.twig", "/data/www/stage.tuerschildshop/custom/plugins/Tuerschild_2/src/Resources/views/storefront/page/content/index.html.twig");
}
}