var/cache/dev_hc896b0aecebc6aae6bec469c82cd525f/twig/ac/ac42ccf6a35f5bd4455ed9b41a1bc20736ec56437be64b619895baf089886953.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. /* @MindsShoppingCartGoals/storefront/page/checkout/_page.html.twig */
  16. class __TwigTemplate_ee8ea99b0c87f9e5fc53bf475bf89fd2 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.             'page_checkout_aside_container' => [$this'block_page_checkout_aside_container'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@Storefront/storefront/page/checkout/_page.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/page/checkout/_page.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/page/checkout/_page.html.twig"));
  40.         $this->parent $this->loadTemplate("@Storefront/storefront/page/checkout/_page.html.twig""@MindsShoppingCartGoals/storefront/page/checkout/_page.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_page_checkout_aside_container($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""page_checkout_aside_container"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_aside_container"));
  55.         // line 4
  56.         echo "
  57.     ";
  58.         // line 5
  59.         $context["m28SCGMini"] = true;
  60.         // line 6
  61.         echo "\t";
  62.         if ((sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "extensions", [], "any"falsefalsefalse6), "scgShow", [], "any"falsefalsefalse6), "getValue", [], "method"falsefalsefalse6) == true)) {
  63.             // line 7
  64.             echo "        ";
  65.             $this->loadTemplate("@EfbStorefront/storefront/m28/progress-line/index.html.twig""@MindsShoppingCartGoals/storefront/page/checkout/_page.html.twig"7)->display($context);
  66.             // line 8
  67.             echo "    ";
  68.         }
  69.         // line 9
  70.         echo "
  71. \t ";
  72.         // line 10
  73.         $this->displayParentBlock("page_checkout_aside_container"$context$blocks);
  74.         echo "
  75. ";
  76.         
  77.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  78.         
  79.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  80.     }
  81.     public function getTemplateName()
  82.     {
  83.         return "@MindsShoppingCartGoals/storefront/page/checkout/_page.html.twig";
  84.     }
  85.     public function isTraitable()
  86.     {
  87.         return false;
  88.     }
  89.     public function getDebugInfo()
  90.     {
  91.         return array (  85 => 10,  82 => 9,  79 => 8,  76 => 7,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 2,);
  92.     }
  93.     public function getSourceContext()
  94.     {
  95.         return new Source("{% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
  96. {% block page_checkout_aside_container %}
  97.     {% set m28SCGMini = true %}
  98. \t{% if page.extensions.scgShow.getValue() == true %}
  99.         {% sw_include '@Storefront/storefront/m28/progress-line/index.html.twig' %}
  100.     {% endif %}
  101. \t {{ parent() }}
  102. {% endblock %}
  103. ""@MindsShoppingCartGoals/storefront/page/checkout/_page.html.twig""/var/www/share/efb-elektronik.dev.mc.emzcustomers.de/shopware6/vendor/store.shopware.com/mindsshoppingcartgoals/src/Resources/views/storefront/page/checkout/_page.html.twig");
  104.     }
  105. }