var/cache/dev_h35c9e4fa64367e5a564f83803cfdec08/twig/ff/ff9b00cefd58098847c430d0c9e34979fe884da85edd25df03b98cebe7fc0086.php line 40

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. /* @PixelLexikonSW6/storefront/component/product/description.html.twig */
  16. class __TwigTemplate_a1cd2d61f8dac0817cece77214a76c74 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->blocks = [
  25.             'component_product_description_content_text' => [$this'block_component_product_description_content_text'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@TcinnThemeWareModern/storefront/component/product/description.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PixelLexikonSW6/storefront/component/product/description.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PixelLexikonSW6/storefront/component/product/description.html.twig"));
  40.         $context["PixelLexikonConfig"] = sw_get_attribute($this->env$this->source$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"PixelLexikonSW6"), "config", [], "any"falsefalsefalse2);
  41.         $this->parent $this->loadTemplate("@TcinnThemeWareModern/storefront/component/product/description.html.twig""@PixelLexikonSW6/storefront/component/product/description.html.twig"2);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 4
  49.     public function block_component_product_description_content_text($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""component_product_description_content_text"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""component_product_description_content_text"));
  56.         // line 5
  57.         echo "                    <div class=\"product-detail-description-text\"
  58.                          itemprop=\"description\">
  59.                             ";
  60.         // line 9
  61.         echo $this->extensions['Pixel\LexikonSW6\Twig\twigLexicon']->getLexiconDesc($contextsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["product"] ?? null), "translated", [], "any"falsefalsefalse9), "description", [], "any"falsefalsefalse9));
  62.         echo "
  63. ";
  64.         // line 32
  65.         echo "
  66.                     </div>
  67.                 ";
  68.         
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  70.         
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  72.     }
  73.     public function getTemplateName()
  74.     {
  75.         return "@PixelLexikonSW6/storefront/component/product/description.html.twig";
  76.     }
  77.     public function isTraitable()
  78.     {
  79.         return false;
  80.     }
  81.     public function getDebugInfo()
  82.     {
  83.         return array (  80 => 32,  75 => 9,  69 => 5,  59 => 4,  35 => 2,);
  84.     }
  85.     public function getSourceContext()
  86.     {
  87.         return new Source("{% sw_extends '@Storefront/storefront/component/product/description.html.twig' %}
  88. {% set PixelLexikonConfig = config('PixelLexikonSW6').config %}
  89.                 {% block component_product_description_content_text %}
  90.                     <div class=\"product-detail-description-text\"
  91.                          itemprop=\"description\">
  92.                             {{ get_lexicon_description(product.translated.description)|raw }}
  93. {#
  94.                         {  Inhaltsstoffe (page.product.customFields.ru_omn_inhaltsstoffe):<br>
  95.                         {{ page.product.customFields.ru_omn_inhaltsstoffe|lexiconfilter|raw }}<br><br>
  96.                         Inhaltsstoffe (page.product.translated.customFields.ru_omn_inhaltsstoffe):<br>
  97.                         {{ page.product.translated.customFields.ru_omn_inhaltsstoffe|raw  }}<br><br>
  98.                         {  custom_pixtext_text (page.product.customFields.custom_pixtext_text):<br>
  99.                         {{ page.product.customFields.custom_pixtext_text|lexiconfilter|raw }}<br><br>
  100.                         custom_pixtext_text (page.product.translated.customFields.custom_pixtext_text):<br>
  101.                         {{ page.product.translated.customFields.custom_pixtext_text|raw  }}<br><br>#}
  102. {#
  103.                         <br><br>
  104.                         <b>Zusatzfeld \"custom_pixtexteditor_text\" wird auch ersetzt:</b><br>
  105.                         custom_pixtexteditor_text (page.product.translated.customFields.custom_pixtexteditor_text):<br>
  106.                         {{ get_lexicon_description(page.product.translated.customFields.custom_pixtexteditor_text)|raw  }}<br><br>
  107. #}
  108.                     </div>
  109.                 {% endblock %}
  110. ""@PixelLexikonSW6/storefront/component/product/description.html.twig""/var/customers/webs/kew/htdocs6/custom/plugins/PixelLexikonSW6/src/Resources/views/storefront/component/product/description.html.twig");
  111.     }
  112. }