var/cache/dev_hc896b0aecebc6aae6bec469c82cd525f/twig/39/39185b877c60a732eeb4488f3563fcbd3a6ecf22c46cbe0f857bf1e1983ad13d.php line 60

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. /* @MindsShoppingCartGoals/storefront/component/product/card/wishlist.html.twig */
  16. class __TwigTemplate_5b6590fd5dacb839f4f6eeed86e8d985 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_wishlist' => [$this'block_component_product_wishlist'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@Storefront/storefront/component/product/card/wishlist.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""@MindsShoppingCartGoals/storefront/component/product/card/wishlist.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""@MindsShoppingCartGoals/storefront/component/product/card/wishlist.html.twig"));
  40.         $this->parent $this->loadTemplate("@Storefront/storefront/component/product/card/wishlist.html.twig""@MindsShoppingCartGoals/storefront/component/product/card/wishlist.html.twig"2);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 3
  48.     public function block_component_product_wishlist($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""component_product_wishlist"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""component_product_wishlist"));
  55.         // line 4
  56.         echo "\t";
  57.         if (( !twig_length_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["lineItem"] ?? null), "extensions", [], "any"falsefalsefalse4), "scgItem", [], "any"falsefalsefalse4)) > 0)) {
  58.             // line 5
  59.             echo "\t\t";
  60.             $this->displayParentBlock("component_product_wishlist"$context$blocks);
  61.             echo "
  62. \t";
  63.         }
  64.         
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  66.         
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  68.     }
  69.     public function getTemplateName()
  70.     {
  71.         return "@MindsShoppingCartGoals/storefront/component/product/card/wishlist.html.twig";
  72.     }
  73.     public function isTraitable()
  74.     {
  75.         return false;
  76.     }
  77.     public function getDebugInfo()
  78.     {
  79.         return array (  71 => 5,  68 => 4,  58 => 3,  35 => 2,);
  80.     }
  81.     public function getSourceContext()
  82.     {
  83.         return new Source("{% sw_extends '@Storefront/storefront/component/product/card/wishlist.html.twig' %}
  84. {% block component_product_wishlist %}
  85. \t{% if not lineItem.extensions.scgItem|length > 0 %}
  86. \t\t{{ parent() }}
  87. \t{% endif %}
  88. {% endblock %}""@MindsShoppingCartGoals/storefront/component/product/card/wishlist.html.twig""/var/www/share/efb-elektronik.dev.mc.emzcustomers.de/shopware6/vendor/store.shopware.com/mindsshoppingcartgoals/src/Resources/views/storefront/component/product/card/wishlist.html.twig");
  89.     }
  90. }