var/cache/dev_hb3717a76ebc1566204522dabc772a7b6/twig/e4/e42202cbd3b0478e67f314d42f820c115f9e05c951f7e6e261b8a6bcdf9be165.php line 64

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. /* @OkeonlineAtcCustom/storefront/page/checkout/_page.html.twig */
  16. class __TwigTemplate_a5d9f1b6bec0bf74d63d1f77e836fe87 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.             'base_content' => [$this'block_base_content'],
  26.             'page_checkout' => [$this'block_page_checkout'],
  27.             'page_checkout_container' => [$this'block_page_checkout_container'],
  28.             'page_checkout_main' => [$this'block_page_checkout_main'],
  29.             'base_flashbags_checkout' => [$this'block_base_flashbags_checkout'],
  30.             'page_checkout_main_content' => [$this'block_page_checkout_main_content'],
  31.             'page_checkout_additional' => [$this'block_page_checkout_additional'],
  32.             'page_checkout_extra' => [$this'block_page_checkout_extra'],
  33.             'page_checkout_aside' => [$this'block_page_checkout_aside'],
  34.             'page_checkout_aside_container' => [$this'block_page_checkout_aside_container'],
  35.             'page_checkout_aside_summary' => [$this'block_page_checkout_aside_summary'],
  36.             'page_checkout_summary_header' => [$this'block_page_checkout_summary_header'],
  37.             'page_checkout_summary_list' => [$this'block_page_checkout_summary_list'],
  38.             'page_checkout_summary_list_container' => [$this'block_page_checkout_summary_list_container'],
  39.             'page_checkout_aside_actions' => [$this'block_page_checkout_aside_actions'],
  40.         ];
  41.     }
  42.     protected function doGetParent(array $context)
  43.     {
  44.         // line 1
  45.         return "@Storefront/storefront/page/checkout/_page.html.twig";
  46.     }
  47.     protected function doDisplay(array $context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@OkeonlineAtcCustom/storefront/page/checkout/_page.html.twig"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@OkeonlineAtcCustom/storefront/page/checkout/_page.html.twig"));
  54.         $this->parent $this->loadTemplate("@Storefront/storefront/page/checkout/_page.html.twig""@OkeonlineAtcCustom/storefront/page/checkout/_page.html.twig"1);
  55.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  56.         
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  58.         
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  60.     }
  61.     // line 3
  62.     public function block_base_content($context, array $blocks = [])
  63.     {
  64.         $macros $this->macros;
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  68.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  69.         // line 4
  70.         echo "    ";
  71.         $this->displayBlock('page_checkout'$context$blocks);
  72.         
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  74.         
  75.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  76.     }
  77.     public function block_page_checkout($context, array $blocks = [])
  78.     {
  79.         $macros $this->macros;
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout"));
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout"));
  84.         // line 5
  85.         echo "        <div class=\"checkout\">
  86.             ";
  87.         // line 6
  88.         $this->displayBlock('page_checkout_container'$context$blocks);
  89.         // line 58
  90.         echo "        </div>
  91.     ";
  92.         
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  94.         
  95.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  96.     }
  97.     // line 6
  98.     public function block_page_checkout_container($context, array $blocks = [])
  99.     {
  100.         $macros $this->macros;
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  102.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_container"));
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  104.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_container"));
  105.         // line 7
  106.         echo "                <div class=\"checkout-container\">
  107.                     ";
  108.         // line 8
  109.         $this->displayBlock('page_checkout_main'$context$blocks);
  110.         // line 21
  111.         echo "
  112.                     ";
  113.         // line 22
  114.         $this->displayBlock('page_checkout_additional'$context$blocks);
  115.         // line 23
  116.         echo "                    
  117.                     ";
  118.         // line 24
  119.         $this->displayBlock('page_checkout_extra'$context$blocks);
  120.         // line 28
  121.         echo "
  122.                     ";
  123.         // line 29
  124.         $this->displayBlock('page_checkout_aside'$context$blocks);
  125.         // line 56
  126.         echo "                </div>
  127.             ";
  128.         
  129.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  130.         
  131.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  132.     }
  133.     // line 8
  134.     public function block_page_checkout_main($context, array $blocks = [])
  135.     {
  136.         $macros $this->macros;
  137.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  138.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_main"));
  139.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  140.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_main"));
  141.         // line 9
  142.         echo "                        <div class=\"checkout-main col-sm-12 col-md-12 col-lg-6\">
  143.                             ";
  144.         // line 10
  145.         $this->displayBlock('base_flashbags_checkout'$context$blocks);
  146.         // line 17
  147.         echo "
  148.                             ";
  149.         // line 18
  150.         $this->displayBlock('page_checkout_main_content'$context$blocks);
  151.         // line 19
  152.         echo "                        </div>
  153.                     ";
  154.         
  155.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  156.         
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  158.     }
  159.     // line 10
  160.     public function block_base_flashbags_checkout($context, array $blocks = [])
  161.     {
  162.         $macros $this->macros;
  163.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  164.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags_checkout"));
  165.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  166.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags_checkout"));
  167.         // line 11
  168.         echo "                                <div class=\"flashbags\">
  169.                                     ";
  170.         // line 12
  171.         $context['_parent'] = $context;
  172.         $context['_seq'] = twig_ensure_traversable(sw_get_attribute($this->env$this->source, ($context["app"] ?? null), "flashes", [], "any"falsefalsefalse12));
  173.         $context['loop'] = [
  174.           'parent' => $context['_parent'],
  175.           'index0' => 0,
  176.           'index'  => 1,
  177.           'first'  => true,
  178.         ];
  179.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  180.             $length count($context['_seq']);
  181.             $context['loop']['revindex0'] = $length 1;
  182.             $context['loop']['revindex'] = $length;
  183.             $context['loop']['length'] = $length;
  184.             $context['loop']['last'] = === $length;
  185.         }
  186.         foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
  187.             // line 13
  188.             echo "                                        ";
  189.             $this->loadTemplate("@Storefront/storefront/utilities/alert.html.twig""@OkeonlineAtcCustom/storefront/page/checkout/_page.html.twig"13)->display(twig_array_merge($context, ["type" => $context["type"], "list" => $context["messages"]]));
  190.             // line 14
  191.             echo "                                    ";
  192.             ++$context['loop']['index0'];
  193.             ++$context['loop']['index'];
  194.             $context['loop']['first'] = false;
  195.             if (isset($context['loop']['length'])) {
  196.                 --$context['loop']['revindex0'];
  197.                 --$context['loop']['revindex'];
  198.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  199.             }
  200.         }
  201.         $_parent $context['_parent'];
  202.         unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
  203.         $context array_intersect_key($context$_parent) + $_parent;
  204.         // line 15
  205.         echo "                                </div>
  206.                             ";
  207.         
  208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  209.         
  210.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  211.     }
  212.     // line 18
  213.     public function block_page_checkout_main_content($context, array $blocks = [])
  214.     {
  215.         $macros $this->macros;
  216.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  217.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_main_content"));
  218.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  219.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_main_content"));
  220.         
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  222.         
  223.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  224.     }
  225.     // line 22
  226.     public function block_page_checkout_additional($context, array $blocks = [])
  227.     {
  228.         $macros $this->macros;
  229.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  230.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_additional"));
  231.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  232.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_additional"));
  233.         
  234.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  235.         
  236.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  237.     }
  238.     // line 24
  239.     public function block_page_checkout_extra($context, array $blocks = [])
  240.     {
  241.         $macros $this->macros;
  242.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  243.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_extra"));
  244.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  245.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_extra"));
  246.         // line 25
  247.         echo "                        <div class=\"checkout-extra col-sm-0 col-md-0 col-lg-1\">
  248.                         </div>
  249.                     ";
  250.         
  251.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  252.         
  253.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  254.     }
  255.     // line 29
  256.     public function block_page_checkout_aside($context, array $blocks = [])
  257.     {
  258.         $macros $this->macros;
  259.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  260.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_aside"));
  261.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_aside"));
  263.         // line 30
  264.         echo "                        <div class=\"checkout-aside col-sm-12 col-md-12 col-lg-5 ";
  265.         if (twig_trim_filter(        $this->renderBlock("page_checkout_additional"$context$blocks))) {
  266.             echo "checkout-aside-no-offset";
  267.         }
  268.         echo "\">
  269.                             ";
  270.         // line 31
  271.         $this->displayBlock('page_checkout_aside_container'$context$blocks);
  272.         // line 54
  273.         echo "                        </div>
  274.                     ";
  275.         
  276.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  277.         
  278.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  279.     }
  280.     // line 31
  281.     public function block_page_checkout_aside_container($context, array $blocks = [])
  282.     {
  283.         $macros $this->macros;
  284.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  285.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_aside_container"));
  286.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  287.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_aside_container"));
  288.         // line 32
  289.         echo "                                <div class=\"checkout-aside-container\">
  290.                                     ";
  291.         // line 33
  292.         $this->displayBlock('page_checkout_aside_summary'$context$blocks);
  293.         // line 50
  294.         echo "
  295.                                     ";
  296.         // line 51
  297.         $this->displayBlock('page_checkout_aside_actions'$context$blocks);
  298.         // line 52
  299.         echo "                                </div>
  300.                             ";
  301.         
  302.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  303.         
  304.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  305.     }
  306.     // line 33
  307.     public function block_page_checkout_aside_summary($context, array $blocks = [])
  308.     {
  309.         $macros $this->macros;
  310.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  311.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_aside_summary"));
  312.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  313.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_aside_summary"));
  314.         // line 34
  315.         echo "                                        <div class=\"checkout-aside-summary\">
  316.                                             ";
  317.         // line 35
  318.         $this->displayBlock('page_checkout_summary_header'$context$blocks);
  319.         // line 40
  320.         echo "
  321.                                             ";
  322.         // line 41
  323.         $this->displayBlock('page_checkout_summary_list'$context$blocks);
  324.         // line 48
  325.         echo "                                        </div>
  326.                                     ";
  327.         
  328.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  329.         
  330.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  331.     }
  332.     // line 35
  333.     public function block_page_checkout_summary_header($context, array $blocks = [])
  334.     {
  335.         $macros $this->macros;
  336.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  337.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_summary_header"));
  338.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  339.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_summary_header"));
  340.         // line 36
  341.         echo "                                                <h2 class=\"checkout-aside-summary-header\">
  342.                                                     ";
  343.         // line 37
  344.         echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.summaryHeader"));
  345.         echo "
  346.                                                 </h2>
  347.                                             ";
  348.         
  349.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  350.         
  351.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  352.     }
  353.     // line 41
  354.     public function block_page_checkout_summary_list($context, array $blocks = [])
  355.     {
  356.         $macros $this->macros;
  357.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  358.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_summary_list"));
  359.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  360.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_summary_list"));
  361.         // line 42
  362.         echo "                                                <div class=\"checkout-aside-summary-list-container\">
  363.                                                     ";
  364.         // line 43
  365.         $this->displayBlock('page_checkout_summary_list_container'$context$blocks);
  366.         // line 46
  367.         echo "                                                </div>
  368.                                             ";
  369.         
  370.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  371.         
  372.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  373.     }
  374.     // line 43
  375.     public function block_page_checkout_summary_list_container($context, array $blocks = [])
  376.     {
  377.         $macros $this->macros;
  378.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  379.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_summary_list_container"));
  380.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  381.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_summary_list_container"));
  382.         // line 44
  383.         echo "                                                        ";
  384.         $this->loadTemplate("@OkeonlineAtcCustom/storefront/page/checkout/summary.html.twig""@OkeonlineAtcCustom/storefront/page/checkout/_page.html.twig"44)->display($context);
  385.         // line 45
  386.         echo "                                                    ";
  387.         
  388.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  389.         
  390.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  391.     }
  392.     // line 51
  393.     public function block_page_checkout_aside_actions($context, array $blocks = [])
  394.     {
  395.         $macros $this->macros;
  396.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  397.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_aside_actions"));
  398.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  399.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_aside_actions"));
  400.         
  401.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  402.         
  403.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  404.     }
  405.     public function getTemplateName()
  406.     {
  407.         return "@OkeonlineAtcCustom/storefront/page/checkout/_page.html.twig";
  408.     }
  409.     public function isTraitable()
  410.     {
  411.         return false;
  412.     }
  413.     public function getDebugInfo()
  414.     {
  415.         return array (  473 => 51,  463 => 45,  460 => 44,  450 => 43,  439 => 46,  437 => 43,  434 => 42,  424 => 41,  411 => 37,  408 => 36,  398 => 35,  387 => 48,  385 => 41,  382 => 40,  380 => 35,  377 => 34,  367 => 33,  356 => 52,  354 => 51,  351 => 50,  349 => 33,  346 => 32,  336 => 31,  325 => 54,  323 => 31,  316 => 30,  306 => 29,  294 => 25,  284 => 24,  266 => 22,  248 => 18,  237 => 15,  223 => 14,  220 => 13,  203 => 12,  200 => 11,  190 => 10,  179 => 19,  177 => 18,  174 => 17,  172 => 10,  169 => 9,  159 => 8,  148 => 56,  146 => 29,  143 => 28,  141 => 24,  138 => 23,  136 => 22,  133 => 21,  131 => 8,  128 => 7,  118 => 6,  107 => 58,  105 => 6,  102 => 5,  82 => 4,  72 => 3,  49 => 1,);
  416.     }
  417.     public function getSourceContext()
  418.     {
  419.         return new Source("{% extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
  420. {% block base_content %}
  421.     {% block page_checkout %}
  422.         <div class=\"checkout\">
  423.             {% block page_checkout_container %}
  424.                 <div class=\"checkout-container\">
  425.                     {% block page_checkout_main %}
  426.                         <div class=\"checkout-main col-sm-12 col-md-12 col-lg-6\">
  427.                             {% block base_flashbags_checkout %}
  428.                                 <div class=\"flashbags\">
  429.                                     {% for type, messages in app.flashes %}
  430.                                         {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %}
  431.                                     {% endfor %}
  432.                                 </div>
  433.                             {% endblock %}
  434.                             {% block page_checkout_main_content %}{% endblock %}
  435.                         </div>
  436.                     {% endblock %}
  437.                     {% block page_checkout_additional %}{% endblock %}
  438.                     
  439.                     {% block page_checkout_extra %}
  440.                         <div class=\"checkout-extra col-sm-0 col-md-0 col-lg-1\">
  441.                         </div>
  442.                     {% endblock %}
  443.                     {% block page_checkout_aside %}
  444.                         <div class=\"checkout-aside col-sm-12 col-md-12 col-lg-5 {% if block('page_checkout_additional')|trim %}checkout-aside-no-offset{% endif %}\">
  445.                             {% block page_checkout_aside_container %}
  446.                                 <div class=\"checkout-aside-container\">
  447.                                     {% block page_checkout_aside_summary %}
  448.                                         <div class=\"checkout-aside-summary\">
  449.                                             {% block page_checkout_summary_header %}
  450.                                                 <h2 class=\"checkout-aside-summary-header\">
  451.                                                     {{ \"checkout.summaryHeader\"|trans|sw_sanitize }}
  452.                                                 </h2>
  453.                                             {% endblock %}
  454.                                             {% block page_checkout_summary_list %}
  455.                                                 <div class=\"checkout-aside-summary-list-container\">
  456.                                                     {% block page_checkout_summary_list_container %}
  457.                                                         {% sw_include '@Storefront/storefront/page/checkout/summary.html.twig' %}
  458.                                                     {% endblock %}
  459.                                                 </div>
  460.                                             {% endblock %}
  461.                                         </div>
  462.                                     {% endblock %}
  463.                                     {% block page_checkout_aside_actions %}{% endblock %}
  464.                                 </div>
  465.                             {% endblock %}
  466.                         </div>
  467.                     {% endblock %}
  468.                 </div>
  469.             {% endblock %}
  470.         </div>
  471.     {% endblock %}
  472. {% endblock %}
  473. ""@OkeonlineAtcCustom/storefront/page/checkout/_page.html.twig""/home/atc/shopware/custom/plugins/AtcCustom/src/Resources/views/storefront/page/checkout/_page.html.twig");
  474.     }
  475. }