- <?php
- use Twig\Environment;
- 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;
- /* Shopping/complete.twig */
- class __TwigTemplate_363228a8e006a6bcca3d3de5c14d36a06beca1a5f512b29504a45472b9bc2d38 extends \Eccube\Twig\Template
- {
-     private $source;
-     private $macros = [];
-     public function __construct(Environment $env)
-     {
-         parent::__construct($env);
-         $this->source = $this->getSourceContext();
-         $this->blocks = [
-             'main' => [$this, 'block_main'],
-         ];
-     }
-     protected function doGetParent(array $context)
-     {
-         // line 11
-         return "default_frame.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", "Shopping/complete.twig"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Shopping/complete.twig"));
-         // line 13
-         $context["body_class"] = "cart_page";
-         // line 11
-         $this->parent = $this->loadTemplate("default_frame.twig", "Shopping/complete.twig", 11);
-         $this->parent->display($context, array_merge($this->blocks, $blocks));
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-     }
-     // line 15
-     public function block_main($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", "main"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
-         // line 16
-         echo "<div class=\"ec-role\">
-     <div class=\"ec-pageHeader\">
-         <h1>";
-         // line 18
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文完了"), "html", null, true);
-         echo "</h1>
-     </div>
- </div>
- <div class=\"ec-cartRole\">
-     <div class=\"ec-cartRole__progress\">
-         <ul class=\"ec-progress\">
-             ";
-         // line 25
-         $context["step"] = 1;
-         // line 26
-         echo "            <li class=\"ec-progress__item\">
-                 <div class=\"ec-progress__number\">";
-         // line 27
-         echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 27, $this->source); })()), "html", null, true);
-         $context["step"] = ((isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 27, $this->source); })()) + 1);
-         // line 28
-         echo "                </div>
-                 <div class=\"ec-progress__label\">";
-         // line 29
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートの商品"), "html", null, true);
-         echo "
-                 </div>
-             </li>
-             ";
-         // line 32
-         if (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER") == false)) {
-             // line 33
-             echo "                <li class=\"ec-progress__item\">
-                     <div class=\"ec-progress__number\">";
-             // line 34
-             echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 34, $this->source); })()), "html", null, true);
-             $context["step"] = ((isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 34, $this->source); })()) + 1);
-             // line 35
-             echo "                    </div>
-                     <div class=\"ec-progress__label\">";
-             // line 36
-             echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お客様情報"), "html", null, true);
-             echo "
-                     </div>
-                 </li>
-             ";
-         }
-         // line 40
-         echo "            <li class=\"ec-progress__item\">
-                 <div class=\"ec-progress__number\">";
-         // line 41
-         echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 41, $this->source); })()), "html", null, true);
-         $context["step"] = ((isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 41, $this->source); })()) + 1);
-         // line 42
-         echo "                </div>
-                 <div class=\"ec-progress__label\">";
-         // line 43
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文手続き"), "html", null, true);
-         echo "
-                 </div>
-             </li>
-             <li class=\"ec-progress__item\">
-                 <div class=\"ec-progress__number\">";
-         // line 47
-         echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 47, $this->source); })()), "html", null, true);
-         $context["step"] = ((isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 47, $this->source); })()) + 1);
-         // line 48
-         echo "                </div>
-                 <div class=\"ec-progress__label\">";
-         // line 49
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文内容確認"), "html", null, true);
-         echo "
-                 </div>
-             </li>
-             <li class=\"ec-progress__item  is-complete\">
-                 <div class=\"ec-progress__number\">";
-         // line 53
-         echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 53, $this->source); })()), "html", null, true);
-         $context["step"] = ((isset($context["step"]) || array_key_exists("step", $context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.', 53, $this->source); })()) + 1);
-         // line 54
-         echo "                </div>
-                 <div class=\"ec-progress__label\">";
-         // line 55
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("完了"), "html", null, true);
-         echo "
-                 </div>
-             </li>
-         </ul>
-     </div>
- </div>
- <div class=\"ec-cartCompleteRole\">
-     <div class=\"ec-reportHeading\">
-         <h2>";
-         // line 64
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文ありがとうございました"), "html", null, true);
-         echo "</h2>
-     </div>
-     <div class=\"ec-off3Grid ec-text-ac\">
-         <div class=\"ec-off3Grid__cell\">
-             <p class=\"ec-reportDescription\">
-                 ";
-         // line 69
-         echo twig_nl2br(twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ただいま、ご注文の確認メールをお送りさせていただきました。
- 万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがお問い合わせくださいますようお願いいたします。
- "), "html", null, true));
-         // line 71
-         echo "
-                 ";
-         // line 72
-         if (twig_get_attribute($this->env, $this->source, (isset($context["Order"]) || array_key_exists("Order", $context) ? $context["Order"] : (function () { throw new RuntimeError('Variable "Order" does not exist.', 72, $this->source); })()), "id", [], "any", false, false, false, 72)) {
-             // line 73
-             echo "                    <br /><br /><strong>";
-             echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文番号"), "html", null, true);
-             echo " : ";
-             echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Order"]) || array_key_exists("Order", $context) ? $context["Order"] : (function () { throw new RuntimeError('Variable "Order" does not exist.', 73, $this->source); })()), "orderNo", [], "any", false, false, false, 73), "html", null, true);
-             echo "</strong>
-                 ";
-         }
-         // line 75
-         echo "            </p>
-             ";
-         // line 76
-         if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Order"]) || array_key_exists("Order", $context) ? $context["Order"] : (function () { throw new RuntimeError('Variable "Order" does not exist.', 76, $this->source); })()), "complete_message", [], "any", false, false, false, 76))) {
-             // line 77
-             echo "                ";
-             echo $this->env->getRuntime('Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime')->purify(twig_get_attribute($this->env, $this->source, (isset($context["Order"]) || array_key_exists("Order", $context) ? $context["Order"] : (function () { throw new RuntimeError('Variable "Order" does not exist.', 77, $this->source); })()), "complete_message", [], "any", false, false, false, 77));
-             echo "
-             ";
-         }
-         // line 79
-         echo "        </div>
-     </div>
-     <div class=\"ec-off4Grid\">
-         ";
-         // line 82
-         if ((isset($context["hasNextCart"]) || array_key_exists("hasNextCart", $context) ? $context["hasNextCart"] : (function () { throw new RuntimeError('Variable "hasNextCart" does not exist.', 82, $this->source); })())) {
-             // line 83
-             echo "            <div class=\"ec-off4Grid__cell\"><a class=\"ec-blockBtn--primary\" href=\"";
-             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
-             echo "\">";
-             echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("購入を続ける"), "html", null, true);
-             echo "</a></div>
-         ";
-         } else {
-             // line 85
-             echo "            <div class=\"ec-off4Grid__cell\"><a class=\"ec-blockBtn--cancel\" href=\"";
-             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
-             echo "\">";
-             echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("トップページへ"), "html", null, true);
-             echo "</a></div>
-         ";
-         }
-         // line 87
-         echo "    </div>
- </div>
- ";
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-     }
-     public function getTemplateName()
-     {
-         return "Shopping/complete.twig";
-     }
-     public function isTraitable()
-     {
-         return false;
-     }
-     public function getDebugInfo()
-     {
-         return array (  226 => 87,  218 => 85,  210 => 83,  208 => 82,  203 => 79,  197 => 77,  195 => 76,  192 => 75,  184 => 73,  182 => 72,  179 => 71,  175 => 69,  167 => 64,  155 => 55,  152 => 54,  149 => 53,  142 => 49,  139 => 48,  136 => 47,  129 => 43,  126 => 42,  123 => 41,  120 => 40,  113 => 36,  110 => 35,  107 => 34,  104 => 33,  102 => 32,  96 => 29,  93 => 28,  90 => 27,  87 => 26,  85 => 25,  75 => 18,  71 => 16,  61 => 15,  50 => 11,  48 => 13,  35 => 11,);
-     }
-     public function getSourceContext()
-     {
-         return new Source("{#
- This file is part of EC-CUBE
- Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
- http://www.ec-cube.co.jp/
- For the full copyright and license information, please view the LICENSE
- file that was distributed with this source code.
- #}
- {% extends 'default_frame.twig' %}
- {% set body_class = 'cart_page' %}
- {% block main %}
- <div class=\"ec-role\">
-     <div class=\"ec-pageHeader\">
-         <h1>{{ 'ご注文完了'|trans }}</h1>
-     </div>
- </div>
- <div class=\"ec-cartRole\">
-     <div class=\"ec-cartRole__progress\">
-         <ul class=\"ec-progress\">
-             {% set step = 1 %}
-             <li class=\"ec-progress__item\">
-                 <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
-                 </div>
-                 <div class=\"ec-progress__label\">{{ 'カートの商品'|trans }}
-                 </div>
-             </li>
-             {% if is_granted('ROLE_USER') == false %}
-                 <li class=\"ec-progress__item\">
-                     <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
-                     </div>
-                     <div class=\"ec-progress__label\">{{ 'お客様情報'|trans }}
-                     </div>
-                 </li>
-             {% endif %}
-             <li class=\"ec-progress__item\">
-                 <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
-                 </div>
-                 <div class=\"ec-progress__label\">{{ 'ご注文手続き'|trans }}
-                 </div>
-             </li>
-             <li class=\"ec-progress__item\">
-                 <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
-                 </div>
-                 <div class=\"ec-progress__label\">{{ 'ご注文内容確認'|trans }}
-                 </div>
-             </li>
-             <li class=\"ec-progress__item  is-complete\">
-                 <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
-                 </div>
-                 <div class=\"ec-progress__label\">{{ '完了'|trans }}
-                 </div>
-             </li>
-         </ul>
-     </div>
- </div>
- <div class=\"ec-cartCompleteRole\">
-     <div class=\"ec-reportHeading\">
-         <h2>{{ 'ご注文ありがとうございました'|trans }}</h2>
-     </div>
-     <div class=\"ec-off3Grid ec-text-ac\">
-         <div class=\"ec-off3Grid__cell\">
-             <p class=\"ec-reportDescription\">
-                 {{ 'ただいま、ご注文の確認メールをお送りさせていただきました。
- 万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがお問い合わせくださいますようお願いいたします。
- '|trans|nl2br }}
-                 {% if Order.id %}
-                     <br /><br /><strong>{{ 'ご注文番号'|trans }} : {{ Order.orderNo }}</strong>
-                 {% endif %}
-             </p>
-             {% if Order.complete_message is not empty %}
-                 {{ Order.complete_message|raw|purify }}
-             {% endif %}
-         </div>
-     </div>
-     <div class=\"ec-off4Grid\">
-         {% if hasNextCart %}
-             <div class=\"ec-off4Grid__cell\"><a class=\"ec-blockBtn--primary\" href=\"{{ url('cart') }}\">{{ '購入を続ける'|trans }}</a></div>
-         {% else %}
-             <div class=\"ec-off4Grid__cell\"><a class=\"ec-blockBtn--cancel\" href=\"{{ url('homepage') }}\">{{ 'トップページへ'|trans }}</a></div>
-         {% endif %}
-     </div>
- </div>
- {% endblock %}
- ", "Shopping/complete.twig", "/home/daiwafood/www/ec/app/template/mizunasu/Shopping/complete.twig");
-     }
- }
-