var/cache/dev/twig/fe/fe02bf600b30c193a2b76e96a9a1b758c94cb8d86c91c2b4e96b9effe0dca8f7.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* __string_template__297af23b5e8a836a65ad4978bdda2126716b6e19637dcec2c90feb27ed5c5b1e */
  14. class __TwigTemplate_5b2225c81ede26ed245e9c8755790d50b0b3d61aee7187cb645239aad04bb060 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'main' => [$this'block_main'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 11
  29.         return "default_frame.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""__string_template__297af23b5e8a836a65ad4978bdda2126716b6e19637dcec2c90feb27ed5c5b1e"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""__string_template__297af23b5e8a836a65ad4978bdda2126716b6e19637dcec2c90feb27ed5c5b1e"));
  38.         // line 13
  39.         $context["mypageno"] = "index";
  40.         // line 15
  41.         $context["body_class"] = "mypage";
  42.         // line 11
  43.         $this->parent $this->loadTemplate("default_frame.twig""__string_template__297af23b5e8a836a65ad4978bdda2126716b6e19637dcec2c90feb27ed5c5b1e"11);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 17
  51.     public function block_main($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  58.         // line 18
  59.         echo "    <div class=\"ec-layoutRole__main\">
  60.         <div class=\"ec-mypageRole\">
  61.             <div class=\"ec-pageHeader\">
  62.                 <h1>";
  63.         // line 21
  64.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("マイページ"), "html"nulltrue);
  65.         echo "/";
  66.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文履歴詳細"), "html"nulltrue);
  67.         echo "</h1>
  68.             </div>
  69.             ";
  70.         // line 23
  71.         $this->loadTemplate("Mypage/navi.twig""__string_template__297af23b5e8a836a65ad4978bdda2126716b6e19637dcec2c90feb27ed5c5b1e"23)->display($context);
  72.         // line 24
  73.         echo "        </div>
  74.         ";
  75.         // line 26
  76.         $context["remessage"] = false;
  77.         // line 27
  78.         echo "
  79.         <div class=\"ec-orderRole\">
  80.             <div class=\"ec-orderRole__detail\">
  81.                 <div class=\"ec-orderOrder\">
  82.                     <div class=\"ec-definitions\">
  83.                         <dt>";
  84.         // line 32
  85.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文日時"), "html"nulltrue);
  86.         echo "</dt>
  87.                         <dd>";
  88.         // line 33
  89.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\IntlExtension']->date_sec($this->envtwig_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.'33$this->source); })()), "order_date", [], "any"falsefalsefalse33)), "html"nulltrue);
  90.         echo "</dd>
  91.                     </div>
  92.                     <div class=\"ec-definitions\">
  93.                         <dt>";
  94.         // line 36
  95.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文番号"), "html"nulltrue);
  96.         echo "</dt>
  97.                         <dd>";
  98.         // line 37
  99.         echo twig_escape_filter($this->envtwig_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.'37$this->source); })()), "order_no", [], "any"falsefalsefalse37), "html"nulltrue);
  100.         echo "</dd>
  101.                     </div>
  102.                     ";
  103.         // line 39
  104.         if (twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'39$this->source); })()), "option_mypage_order_status_display", [], "any"falsefalsefalse39)) {
  105.             // line 40
  106.             echo "                        <div class=\"ec-definitions\">
  107.                             <dt>";
  108.             // line 41
  109.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文状況"), "html"nulltrue);
  110.             echo "</dt>
  111.                             <dd>";
  112.             // line 42
  113.             echo twig_escape_filter($this->envtwig_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.'42$this->source); })()), "CustomerOrderStatus", [], "any"falsefalsefalse42), "html"nulltrue);
  114.             echo "</dd>
  115.                         </div>
  116.                     ";
  117.         }
  118.         // line 45
  119.         echo "                    ";
  120.         if (twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'45$this->source); })()), "isOptionPoint", [], "any"falsefalsefalse45)) {
  121.             // line 46
  122.             echo "                        <div class=\"ec-definitions\">
  123.                             <dt>";
  124.             // line 47
  125.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご利用ポイント"), "html"nulltrue);
  126.             echo "</dt>
  127.                             <dd>";
  128.             // line 48
  129.             echo twig_escape_filter($this->envtwig_number_format_filter($this->envtwig_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.'48$this->source); })()), "usePoint", [], "any"falsefalsefalse48)), "html"nulltrue);
  130.             echo " pt</dd>
  131.                         </div>
  132.                         ";
  133.             // line 51
  134.             echo "                        ";
  135.             // line 52
  136.             echo "                        ";
  137.             // line 53
  138.             echo "                        ";
  139.             // line 54
  140.             echo "                    ";
  141.         }
  142.         // line 55
  143.         echo "
  144.                 </div>
  145.                 <div class=\"ec-orderDelivery\">
  146.                     <div class=\"ec-rectHeading\">
  147.                         <h2>";
  148.         // line 59
  149.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("配送情報"), "html"nulltrue);
  150.         echo "</h2>
  151.                     </div>
  152.                     ";
  153.         // line 61
  154.         $context['_parent'] = $context;
  155.         $context['_seq'] = twig_ensure_traversable(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.'61$this->source); })()), "Shippings", [], "any"falsefalsefalse61));
  156.         $context['loop'] = [
  157.           'parent' => $context['_parent'],
  158.           'index0' => 0,
  159.           'index'  => 1,
  160.           'first'  => true,
  161.         ];
  162.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  163.             $length count($context['_seq']);
  164.             $context['loop']['revindex0'] = $length 1;
  165.             $context['loop']['revindex'] = $length;
  166.             $context['loop']['length'] = $length;
  167.             $context['loop']['last'] = === $length;
  168.         }
  169.         foreach ($context['_seq'] as $context["_key"] => $context["Shipping"]) {
  170.             // line 62
  171.             echo "                        ";
  172.             $context["isShowReducedTaxMess"] = false;
  173.             // line 63
  174.             echo "                        <div class=\"ec-orderDelivery__title\">";
  175.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お届け先"), "html"nulltrue);
  176.             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.'63$this->source); })()), "multiple", [], "any"falsefalsefalse63)) {
  177.                 echo "(";
  178.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse63), "html"nulltrue);
  179.                 echo ")";
  180.             }
  181.             echo "</div>
  182.                         ";
  183.             // line 64
  184.             $context['_parent'] = $context;
  185.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Shipping"], "productOrderItems", [], "any"falsefalsefalse64));
  186.             foreach ($context['_seq'] as $context["_key"] => $context["orderItem"]) {
  187.                 // line 65
  188.                 echo "                            <div class=\"ec-orderDelivery__item\">
  189.                                 <div class=\"ec-imageGrid\">
  190.                                     <div class=\"ec-imageGrid__img\">
  191.                                         ";
  192.                 // line 68
  193.                 if ((null === twig_get_attribute($this->env$this->source$context["orderItem"], "product", [], "any"falsefalsefalse68))) {
  194.                     // line 69
  195.                     echo "                                            <img src=\"";
  196.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(""), "save_image"), "html"nulltrue);
  197.                     echo "\"/>
  198.                                         ";
  199.                 } else {
  200.                     // line 71
  201.                     echo "                                            <img src=\"";
  202.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "Product", [], "any"falsefalsefalse71), "MainListImage", [], "any"falsefalsefalse71)), "save_image"), "html"nulltrue);
  203.                     echo "\"
  204.                                                  alt=\"";
  205.                     // line 72
  206.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["orderItem"], "productName", [], "any"falsefalsefalse72), "html"nulltrue);
  207.                     echo "\"/>
  208.                                         ";
  209.                 }
  210.                 // line 74
  211.                 echo "                                    </div>
  212.                                     <div class=\"ec-imageGrid__content\">
  213.                                         <p>
  214.                                             ";
  215.                 // line 77
  216.                 if (( !(null === twig_get_attribute($this->env$this->source$context["orderItem"], "Product", [], "any"falsefalsefalse77)) && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "Product", [], "any"falsefalsefalse77), "Status", [], "any"falsefalsefalse77), "id", [], "any"falsefalsefalse77) == twig_constant("Eccube\\Entity\\Master\\ProductStatus::DISPLAY_SHOW")))) {
  217.                     // line 78
  218.                     echo "                                                <a href=\"";
  219.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "Product", [], "any"falsefalsefalse78), "id", [], "any"falsefalsefalse78)]), "html"nulltrue);
  220.                     echo "\">";
  221.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["orderItem"], "productName", [], "any"falsefalsefalse78), "html"nulltrue);
  222.                     echo "</a>
  223.                                             ";
  224.                 } else {
  225.                     // line 80
  226.                     echo "                                                ";
  227.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["orderItem"], "productName", [], "any"falsefalsefalse80), "html"nulltrue);
  228.                     echo "
  229.                                             ";
  230.                 }
  231.                 // line 81
  232.                 echo " ×";
  233.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["orderItem"], "quantity", [], "any"falsefalsefalse81), "html"nulltrue);
  234.                 echo " ";
  235.                 if ($this->extensions['Eccube\Twig\Extension\TaxExtension']->isReducedTaxRate($context["orderItem"])) {
  236.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("※"), "html"nulltrue);
  237.                     $context["isShowReducedTaxMess"] = true;
  238.                 }
  239.                 // line 82
  240.                 echo "                                        </p>
  241.                                         ";
  242.                 // line 83
  243.                 if ( !(null === twig_get_attribute($this->env$this->source$context["orderItem"], "ProductClass", [], "any"falsefalsefalse83))) {
  244.                     // line 84
  245.                     echo "                                            ";
  246.                     if ( !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "ProductClass", [], "any"falsefalsefalse84), "ClassCategory1", [], "any"falsefalsefalse84))) {
  247.                         // line 85
  248.                         echo "                                                ";
  249.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "productClass", [], "any"falsefalsefalse85), "classCategory1", [], "any"falsefalsefalse85), "className", [], "any"falsefalsefalse85), "name", [], "any"falsefalsefalse85), "html"nulltrue);
  250.                         echo ":";
  251.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "productClass", [], "any"falsefalsefalse85), "classCategory1", [], "any"falsefalsefalse85), "html"nulltrue);
  252.                         echo "
  253.                                             ";
  254.                     }
  255.                     // line 87
  256.                     echo "                                            ";
  257.                     if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "ProductClass", [], "any"falsefalsefalse87), "ClassCategory2", [], "any"falsefalsefalse87)) {
  258.                         // line 88
  259.                         echo "                                                <br>";
  260.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "productClass", [], "any"falsefalsefalse88), "classCategory2", [], "any"falsefalsefalse88), "className", [], "any"falsefalsefalse88), "name", [], "any"falsefalsefalse88), "html"nulltrue);
  261.                         echo ":";
  262.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "productClass", [], "any"falsefalsefalse88), "classCategory2", [], "any"falsefalsefalse88), "html"nulltrue);
  263.                         echo "
  264.                                             ";
  265.                     }
  266.                     // line 90
  267.                     echo "                                        ";
  268.                 }
  269.                 // line 91
  270.                 echo "                                        <p>";
  271.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["orderItem"], "price_inc_tax", [], "any"falsefalsefalse91)), "html"nulltrue);
  272.                 echo "
  273.                                             × ";
  274.                 // line 92
  275.                 echo twig_escape_filter($this->envtwig_number_format_filter($this->envtwig_get_attribute($this->env$this->source$context["orderItem"], "quantity", [], "any"falsefalsefalse92)), "html"nulltrue);
  276.                 echo "</p>
  277.                                         ";
  278.                 // line 93
  279.                 if ((twig_get_attribute($this->env$this->source$context["orderItem"], "product", [], "any"falsefalsefalse93) && (twig_get_attribute($this->env$this->source$context["orderItem"], "price_inc_tax", [], "any"falsefalsefalse93) != twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "productClass", [], "any"falsefalsefalse93), "customer_rank_priceIncTax", [], "any"falsefalsefalse93)))) {
  280.                     // line 94
  281.                     echo "                                            <p class=\"ec-color-accent\">
  282.                                                 ";
  283.                     // line 95
  284.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("【現在価格】"), "html"nulltrue);
  285.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["orderItem"], "productClass", [], "any"falsefalsefalse95), "customer_rank_priceIncTax", [], "any"falsefalsefalse95)), "html"nulltrue);
  286.                     echo "</p>
  287.                                             ";
  288.                     // line 96
  289.                     $context["remessage"] = true;
  290.                     // line 97
  291.                     echo "                                        ";
  292.                 }
  293.                 // line 98
  294.                 echo "
  295.                                     </div>
  296.                                 </div>
  297.                             </div>
  298.                         ";
  299.             }
  300.             $_parent $context['_parent'];
  301.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['orderItem'], $context['_parent'], $context['loop']);
  302.             $context array_intersect_key($context$_parent) + $_parent;
  303.             // line 103
  304.             echo "                        <p>";
  305.             (((isset($context["isShowReducedTaxMess"]) || array_key_exists("isShowReducedTaxMess"$context) ? $context["isShowReducedTaxMess"] : (function () { throw new RuntimeError('Variable "isShowReducedTaxMess" does not exist.'103$this->source); })())) ? (print (twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("※ は軽減税率対象商品です。"), "html"nulltrue))) : (print ("")));
  306.             echo "</p>
  307.                         <div class=\"ec-orderDelivery__address\">
  308.                             <p>";
  309.             // line 105
  310.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "name01", [], "any"falsefalsefalse105), "html"nulltrue);
  311.             echo "&nbsp;";
  312.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "name02", [], "any"falsefalsefalse105), "html"nulltrue);
  313.             echo "&nbsp;
  314.                                 (";
  315.             // line 106
  316.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "kana01", [], "any"falsefalsefalse106), "html"nulltrue);
  317.             echo "&nbsp;";
  318.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "kana02", [], "any"falsefalsefalse106), "html"nulltrue);
  319.             echo ")</p>
  320.                             <p>";
  321.             // line 107
  322.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  323.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "postal_code", [], "any"falsefalsefalse107), "html"nulltrue);
  324.             echo " ";
  325.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "Pref", [], "any"falsefalsefalse107), "html"nulltrue);
  326.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "addr01", [], "any"falsefalsefalse107), "html"nulltrue);
  327.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "addr02", [], "any"falsefalsefalse107), "html"nulltrue);
  328.             echo "</p>
  329.                             <p>";
  330.             // line 108
  331.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "phone_number", [], "any"falsefalsefalse108), "html"nulltrue);
  332.             echo "</p>
  333.                         </div>
  334.                         <div class=\"ec-definitions--soft\">
  335.                             <dt>";
  336.             // line 111
  337.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("配送方法"), "html"nulltrue);
  338.             echo " :</dt>
  339.                             <dd>";
  340.             // line 112
  341.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "shipping_delivery_name", [], "any"falsefalsefalse112), "html"nulltrue);
  342.             echo "</dd>
  343.                         </div>
  344.                         <div class=\"ec-definitions--soft\">
  345.                             <dt>";
  346.             // line 115
  347.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お届け日"), "html"nulltrue);
  348.             echo " :</dt>
  349.                             <dd>";
  350.             // line 116
  351.             echo twig_escape_filter($this->env_twig_default_filter($this->extensions['Eccube\Twig\Extension\IntlExtension']->date_day_with_weekday($this->envtwig_get_attribute($this->env$this->source$context["Shipping"], "shipping_delivery_date", [], "any"falsefalsefalse116)), $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("指定なし")), "html"nulltrue);
  352.             echo "</dd>
  353.                         </div>
  354.                         <div class=\"ec-definitions--soft\">
  355.                             <dt>";
  356.             // line 119
  357.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お届け時間"), "html"nulltrue);
  358.             echo " :</dt>
  359.                             <dd>";
  360.             // line 120
  361.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->source$context["Shipping"], "shipping_delivery_time", [], "any"truetruefalse120)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source$context["Shipping"], "shipping_delivery_time", [], "any"falsefalsefalse120), $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("指定なし"))) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("指定なし"))), "html"nulltrue);
  362.             echo "</dd>
  363.                         </div>
  364.                     ";
  365.             ++$context['loop']['index0'];
  366.             ++$context['loop']['index'];
  367.             $context['loop']['first'] = false;
  368.             if (isset($context['loop']['length'])) {
  369.                 --$context['loop']['revindex0'];
  370.                 --$context['loop']['revindex'];
  371.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  372.             }
  373.         }
  374.         $_parent $context['_parent'];
  375.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Shipping'], $context['_parent'], $context['loop']);
  376.         $context array_intersect_key($context$_parent) + $_parent;
  377.         // line 123
  378.         echo "                </div>
  379.                 <div class=\"ec-orderPayment\">
  380.                     <div class=\"ec-rectHeading\">
  381.                         <h2>";
  382.         // line 126
  383.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お支払い情報"), "html"nulltrue);
  384.         echo "</h2>
  385.                     </div>
  386.                     <p>";
  387.         // line 128
  388.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お支払い方法"), "html"nulltrue);
  389.         echo " : ";
  390.         echo twig_escape_filter($this->envtwig_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.'128$this->source); })()), "PaymentMethod", [], "any"falsefalsefalse128), "html"nulltrue);
  391.         echo "</p>
  392.                 </div>
  393.                 <div class=\"ec-orderConfirm\">
  394.                     <div class=\"ec-rectHeading\">
  395.                         <h2>";
  396.         // line 132
  397.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お問い合わせ"), "html"nulltrue);
  398.         echo "</h2>
  399.                     </div>
  400.                     <p>";
  401.         // line 134
  402.         echo twig_nl2br(twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->source, ($context["Order"] ?? null), "message", [], "any"truetruefalse134)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["Order"] ?? null), "message", [], "any"falsefalsefalse134), $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("記載なし"))) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("記載なし"))), "html"nulltrue));
  403.         echo "</p>
  404.                 </div>
  405.                 <div class=\"ec-orderMails\">
  406.                     <div class=\"ec-rectHeading\">
  407.                         <h2>";
  408.         // line 138
  409.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メール配信履歴一覧"), "html"nulltrue);
  410.         echo "</h2>
  411.                     </div>
  412.                     ";
  413.         // line 140
  414.         $context['_parent'] = $context;
  415.         $context['_seq'] = twig_ensure_traversable(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.'140$this->source); })()), "MailHistories", [], "any"falsefalsefalse140));
  416.         $context['_iterated'] = false;
  417.         foreach ($context['_seq'] as $context["_key"] => $context["MailHistory"]) {
  418.             // line 141
  419.             echo "                        <div class=\"ec-orderMail\">
  420.                             <div class=\"ec-orderMail__time\">";
  421.             // line 142
  422.             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\IntlExtension']->date_sec($this->envtwig_get_attribute($this->env$this->source$context["MailHistory"], "send_date", [], "any"falsefalsefalse142)), "html"nulltrue);
  423.             echo "</div>
  424.                             <div class=\"ec-orderMail__link\"><a>";
  425.             // line 143
  426.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["MailHistory"], "mail_subject", [], "any"falsefalsefalse143), "html"nulltrue);
  427.             echo "</a></div>
  428.                             <div class=\"ec-orderMail__body\">";
  429.             // line 144
  430.             echo twig_nl2br(twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["MailHistory"], "mail_body", [], "any"falsefalsefalse144), "html"nulltrue));
  431.             echo "<p class=\"ec-orderMail__close\"><a>";
  432.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("閉じる"), "html"nulltrue);
  433.             echo "</a></p></div>
  434.                         </div>
  435.                     ";
  436.             $context['_iterated'] = true;
  437.         }
  438.         if (!$context['_iterated']) {
  439.             // line 147
  440.             echo "                        <p class=\"ec-reportDescription\">";
  441.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メール履歴はありません。"), "html"nulltrue);
  442.             echo "</p>
  443.                     ";
  444.         }
  445.         $_parent $context['_parent'];
  446.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['MailHistory'], $context['_parent'], $context['loop']);
  447.         $context array_intersect_key($context$_parent) + $_parent;
  448.         // line 149
  449.         echo "                </div>
  450.             </div>
  451.             <div class=\"ec-orderRole__summary\">
  452.                 <div class=\"ec-totalBox\">
  453.                     <dl class=\"ec-totalBox__spec\">
  454.                         <dt>";
  455.         // line 155
  456.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("小計"), "html"nulltrue);
  457.         echo "</dt>
  458.                         <dd>";
  459.         // line 156
  460.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(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.'156$this->source); })()), "subtotal", [], "any"falsefalsefalse156)), "html"nulltrue);
  461.         echo "</dd>
  462.                     </dl>
  463.                     <dl class=\"ec-totalBox__spec\">
  464.                         <dt>";
  465.         // line 159
  466.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("手数料"), "html"nulltrue);
  467.         echo "</dt>
  468.                         <dd>";
  469.         // line 160
  470.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(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.'160$this->source); })()), "charge", [], "any"falsefalsefalse160)), "html"nulltrue);
  471.         echo "</dd>
  472.                     </dl>
  473.                     <dl class=\"ec-totalBox__spec\">
  474.                         <dt>";
  475.         // line 163
  476.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("送料"), "html"nulltrue);
  477.         echo "</dt>
  478.                         <dd>";
  479.         // line 164
  480.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(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.'164$this->source); })()), "delivery_fee_total", [], "any"falsefalsefalse164)), "html"nulltrue);
  481.         echo "</dd>
  482.                     </dl>
  483.                     ";
  484.         // line 166
  485.         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.'166$this->source); })()), "taxable_discount", [], "any"falsefalsefalse166) < 0)) {
  486.             // line 167
  487.             echo "                    <dl class=\"ec-totalBox__spec\">
  488.                         <dt>";
  489.             // line 168
  490.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("値引き"), "html"nulltrue);
  491.             echo "</dt>
  492.                         <dd>";
  493.             // line 169
  494.             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(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.'169$this->source); })()), "taxable_discount", [], "any"falsefalsefalse169)), "html"nulltrue);
  495.             echo "</dd>
  496.                     </dl>
  497.                     ";
  498.         }
  499.         // line 172
  500.         echo "                    <div class=\"ec-totalBox__total\">";
  501.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("合計"), "html"nulltrue);
  502.         echo "<span
  503.                                 class=\"ec-totalBox__price\">";
  504.         // line 173
  505.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(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.'173$this->source); })()), "taxable_total", [], "any"falsefalsefalse173)), "html"nulltrue);
  506.         echo "</span><span
  507.                                 class=\"ec-totalBox__taxLabel\">";
  508.         // line 174
  509.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("税込"), "html"nulltrue);
  510.         echo "</span></div>
  511.                     ";
  512.         // line 175
  513.         $context['_parent'] = $context;
  514.         $context['_seq'] = twig_ensure_traversable(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.'175$this->source); })()), "tax_free_discount_items", [], "any"falsefalsefalse175));
  515.         foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  516.             // line 176
  517.             echo "                        <dl class=\"ec-totalBox__spec\">
  518.                             <dt>";
  519.             // line 177
  520.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "product_name", [], "any"falsefalsefalse177), "html"nulltrue);
  521.             echo "</dt>
  522.                             <dd>";
  523.             // line 178
  524.             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["item"], "total_price", [], "any"falsefalsefalse178)), "html"nulltrue);
  525.             echo "</dd>
  526.                         </dl>
  527.                     ";
  528.         }
  529.         $_parent $context['_parent'];
  530.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  531.         $context array_intersect_key($context$_parent) + $_parent;
  532.         // line 181
  533.         echo "                    <div class=\"ec-totalBox__paymentTotal\">";
  534.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("合計"), "html"nulltrue);
  535.         echo "<span
  536.                                 class=\"ec-totalBox__price\">";
  537.         // line 182
  538.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(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.'182$this->source); })()), "payment_total", [], "any"falsefalsefalse182)), "html"nulltrue);
  539.         echo "</span><span
  540.                                 class=\"ec-totalBox__taxLabel\">";
  541.         // line 183
  542.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("税込"), "html"nulltrue);
  543.         echo "</span></div>
  544.                     ";
  545.         // line 184
  546.         $context['_parent'] = $context;
  547.         $context['_seq'] = twig_ensure_traversable(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.'184$this->source); })()), "total_by_tax_rate", [], "any"falsefalsefalse184));
  548.         foreach ($context['_seq'] as $context["rate"] => $context["total"]) {
  549.             // line 185
  550.             echo "                        <dl class=\"ec-totalBox__taxRate\">
  551.                             <dt>";
  552.             // line 186
  553.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("税率 %rate% %対象", ["%rate%" => $context["rate"]]), "html"nulltrue);
  554.             echo "</dt>
  555.                             <dd>";
  556.             // line 187
  557.             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($context["total"]), "html"nulltrue);
  558.             echo " (";
  559.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("内消費税"), "html"nulltrue);
  560.             echo " ";
  561.             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->sourcetwig_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.'187$this->source); })()), "tax_by_tax_rate", [], "any"falsefalsefalse187), $context["rate"], [], "array"falsefalsefalse187)), "html"nulltrue);
  562.             echo ")</dd>
  563.                         </dl>
  564.                     ";
  565.         }
  566.         $_parent $context['_parent'];
  567.         unset($context['_seq'], $context['_iterated'], $context['rate'], $context['total'], $context['_parent'], $context['loop']);
  568.         $context array_intersect_key($context$_parent) + $_parent;
  569.         // line 190
  570.         echo "                    ";
  571.         if ((isset($context["stockOrder"]) || array_key_exists("stockOrder"$context) ? $context["stockOrder"] : (function () { throw new RuntimeError('Variable "stockOrder" does not exist.'190$this->source); })())) {
  572.             // line 191
  573.             echo "                        <a href=\"";
  574.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_order", ["order_no" => 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.'191$this->source); })()), "order_no", [], "any"falsefalsefalse191)]), "html"nulltrue);
  575.             echo "\"
  576.                        class=\"ec-blockBtn--action load-overlay\" ";
  577.             // line 192
  578.             echo $this->extensions['Eccube\Twig\Extension\CsrfExtension']->getCsrfTokenForAnchor();
  579.             echo " data-method=\"put\"
  580.                        data-confirm=\"false\">";
  581.             // line 193
  582.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("再注文する"), "html"nulltrue);
  583.             echo "</a>
  584.                     ";
  585.         }
  586.         // line 195
  587.         echo "                </div>
  588.                 ";
  589.         // line 196
  590.         if ((isset($context["remessage"]) || array_key_exists("remessage"$context) ? $context["remessage"] : (function () { throw new RuntimeError('Variable "remessage" does not exist.'196$this->source); })())) {
  591.             // line 197
  592.             echo "                    <p class=\"ec-color-accent\">
  593.                         <strong>";
  594.             // line 198
  595.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("※金額が変更されている商品があるため、再注文時はご注意ください。"), "html"nulltrue);
  596.             echo "</strong>
  597.                     </p>
  598.                 ";
  599.         }
  600.         // line 201
  601.         echo "            </div>
  602.         </div>
  603.         <div class=\"ec-role ec-orderRole\">
  604.             <div class=\"ec-orderRole__detail\">
  605.                 <a href=\"";
  606.         // line 205
  607.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage");
  608.         echo "\" class=\"ec-inlineBtn ec-font-bold\">";
  609.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("戻る"), "html"nulltrue);
  610.         echo "</a>
  611.             </div>
  612.         </div>
  613.     </div>
  614. ";
  615.         
  616.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  617.         
  618.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  619.     }
  620.     public function getTemplateName()
  621.     {
  622.         return "__string_template__297af23b5e8a836a65ad4978bdda2126716b6e19637dcec2c90feb27ed5c5b1e";
  623.     }
  624.     public function isTraitable()
  625.     {
  626.         return false;
  627.     }
  628.     public function getDebugInfo()
  629.     {
  630.         return array (  623 => 205,  617 => 201,  611 => 198,  608 => 197,  606 => 196,  603 => 195,  598 => 193,  594 => 192,  589 => 191,  586 => 190,  573 => 187,  569 => 186,  566 => 185,  562 => 184,  558 => 183,  554 => 182,  549 => 181,  540 => 178,  536 => 177,  533 => 176,  529 => 175,  525 => 174,  521 => 173,  516 => 172,  510 => 169,  506 => 168,  503 => 167,  501 => 166,  496 => 164,  492 => 163,  486 => 160,  482 => 159,  476 => 156,  472 => 155,  464 => 149,  455 => 147,  445 => 144,  441 => 143,  437 => 142,  434 => 141,  429 => 140,  424 => 138,  417 => 134,  412 => 132,  403 => 128,  398 => 126,  393 => 123,  376 => 120,  372 => 119,  366 => 116,  362 => 115,  356 => 112,  352 => 111,  346 => 108,  337 => 107,  331 => 106,  325 => 105,  319 => 103,  309 => 98,  306 => 97,  304 => 96,  299 => 95,  296 => 94,  294 => 93,  290 => 92,  285 => 91,  282 => 90,  274 => 88,  271 => 87,  263 => 85,  260 => 84,  258 => 83,  255 => 82,  247 => 81,  241 => 80,  233 => 78,  231 => 77,  226 => 74,  221 => 72,  216 => 71,  210 => 69,  208 => 68,  203 => 65,  199 => 64,  189 => 63,  186 => 62,  169 => 61,  164 => 59,  158 => 55,  155 => 54,  153 => 53,  151 => 52,  149 => 51,  144 => 48,  140 => 47,  137 => 46,  134 => 45,  128 => 42,  124 => 41,  121 => 40,  119 => 39,  114 => 37,  110 => 36,  104 => 33,  100 => 32,  93 => 27,  91 => 26,  87 => 24,  85 => 23,  78 => 21,  73 => 18,  63 => 17,  52 => 11,  50 => 15,  48 => 13,  35 => 11,);
  631.     }
  632.     public function getSourceContext()
  633.     {
  634.         return new Source("{#
  635. This file is part of EC-CUBE
  636. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  637. http://www.ec-cube.co.jp/
  638. For the full copyright and license information, please view the LICENSE
  639. file that was distributed with this source code.
  640. #}
  641. {% extends 'default_frame.twig' %}
  642. {% set mypageno = 'index' %}
  643. {% set body_class = 'mypage' %}
  644. {% block main %}
  645.     <div class=\"ec-layoutRole__main\">
  646.         <div class=\"ec-mypageRole\">
  647.             <div class=\"ec-pageHeader\">
  648.                 <h1>{{ 'マイページ'|trans }}/{{ 'ご注文履歴詳細'|trans }}</h1>
  649.             </div>
  650.             {% include 'Mypage/navi.twig' %}
  651.         </div>
  652.         {% set remessage = false %}
  653.         <div class=\"ec-orderRole\">
  654.             <div class=\"ec-orderRole__detail\">
  655.                 <div class=\"ec-orderOrder\">
  656.                     <div class=\"ec-definitions\">
  657.                         <dt>{{ 'ご注文日時'|trans }}</dt>
  658.                         <dd>{{ Order.order_date|date_sec }}</dd>
  659.                     </div>
  660.                     <div class=\"ec-definitions\">
  661.                         <dt>{{ 'ご注文番号'|trans }}</dt>
  662.                         <dd>{{ Order.order_no }}</dd>
  663.                     </div>
  664.                     {% if BaseInfo.option_mypage_order_status_display %}
  665.                         <div class=\"ec-definitions\">
  666.                             <dt>{{ 'ご注文状況'|trans }}</dt>
  667.                             <dd>{{ Order.CustomerOrderStatus }}</dd>
  668.                         </div>
  669.                     {% endif %}
  670.                     {% if BaseInfo.isOptionPoint %}
  671.                         <div class=\"ec-definitions\">
  672.                             <dt>{{ 'ご利用ポイント'|trans }}</dt>
  673.                             <dd>{{ Order.usePoint|number_format }} pt</dd>
  674.                         </div>
  675.                         {#<div class=\"ec-definitions\">#}
  676.                         {#    <dt>{{ '加算ポイント'|trans }}</dt>#}
  677.                         {#    <dd>{{ Order.addPoint|number_format }} pt</dd>#}
  678.                         {#</div>#}
  679.                     {% endif %}
  680.                 </div>
  681.                 <div class=\"ec-orderDelivery\">
  682.                     <div class=\"ec-rectHeading\">
  683.                         <h2>{{ '配送情報'|trans }}</h2>
  684.                     </div>
  685.                     {% for Shipping in Order.Shippings %}
  686.                         {% set isShowReducedTaxMess = false %}
  687.                         <div class=\"ec-orderDelivery__title\">{{ 'お届け先'|trans }}{% if Order.multiple %}({{ loop.index }}){% endif %}</div>
  688.                         {% for orderItem in Shipping.productOrderItems %}
  689.                             <div class=\"ec-orderDelivery__item\">
  690.                                 <div class=\"ec-imageGrid\">
  691.                                     <div class=\"ec-imageGrid__img\">
  692.                                         {% if orderItem.product is null %}
  693.                                             <img src=\"{{ asset(''|no_image_product, 'save_image') }}\"/>
  694.                                         {% else %}
  695.                                             <img src=\"{{ asset(orderItem.Product.MainListImage|no_image_product, 'save_image') }}\"
  696.                                                  alt=\"{{ orderItem.productName }}\"/>
  697.                                         {% endif %}
  698.                                     </div>
  699.                                     <div class=\"ec-imageGrid__content\">
  700.                                         <p>
  701.                                             {% if orderItem.Product is not null and orderItem.Product.Status.id == constant('Eccube\\\\Entity\\\\Master\\\\ProductStatus::DISPLAY_SHOW') %}
  702.                                                 <a href=\"{{ url('product_detail', {'id': orderItem.Product.id}) }}\">{{ orderItem.productName }}</a>
  703.                                             {% else %}
  704.                                                 {{ orderItem.productName }}
  705.                                             {% endif %} ×{{ orderItem.quantity }} {% if is_reduced_tax_rate(orderItem) %}{{ '※'|trans }}{% set isShowReducedTaxMess = true %}{% endif %}
  706.                                         </p>
  707.                                         {% if orderItem.ProductClass is not null %}
  708.                                             {% if orderItem.ProductClass.ClassCategory1 is not null %}
  709.                                                 {{ orderItem.productClass.classCategory1.className.name }}:{{ orderItem.productClass.classCategory1 }}
  710.                                             {% endif %}
  711.                                             {% if orderItem.ProductClass.ClassCategory2 %}
  712.                                                 <br>{{ orderItem.productClass.classCategory2.className.name }}:{{ orderItem.productClass.classCategory2 }}
  713.                                             {% endif %}
  714.                                         {% endif %}
  715.                                         <p>{{ orderItem.price_inc_tax|price }}
  716.                                             × {{ orderItem.quantity|number_format }}</p>
  717.                                         {% if orderItem.product and orderItem.price_inc_tax != orderItem.productClass.customer_rank_priceIncTax %}
  718.                                             <p class=\"ec-color-accent\">
  719.                                                 {{ '【現在価格】'|trans }}{{ orderItem.productClass.customer_rank_priceIncTax|price }}</p>
  720.                                             {% set remessage = true %}
  721.                                         {% endif %}
  722.                                     </div>
  723.                                 </div>
  724.                             </div>
  725.                         {% endfor %}
  726.                         <p>{{ isShowReducedTaxMess ? '※ は軽減税率対象商品です。'|trans }}</p>
  727.                         <div class=\"ec-orderDelivery__address\">
  728.                             <p>{{ Shipping.name01 }}&nbsp;{{ Shipping.name02 }}&nbsp;
  729.                                 ({{ Shipping.kana01 }}&nbsp;{{ Shipping.kana02 }})</p>
  730.                             <p>{{ '〒'|trans }}{{ Shipping.postal_code }} {{ Shipping.Pref }}{{ Shipping.addr01 }}{{ Shipping.addr02 }}</p>
  731.                             <p>{{ Shipping.phone_number }}</p>
  732.                         </div>
  733.                         <div class=\"ec-definitions--soft\">
  734.                             <dt>{{ '配送方法'|trans }} :</dt>
  735.                             <dd>{{ Shipping.shipping_delivery_name }}</dd>
  736.                         </div>
  737.                         <div class=\"ec-definitions--soft\">
  738.                             <dt>{{ 'お届け日'|trans }} :</dt>
  739.                             <dd>{{ Shipping.shipping_delivery_date|date_day_with_weekday|default('指定なし'|trans) }}</dd>
  740.                         </div>
  741.                         <div class=\"ec-definitions--soft\">
  742.                             <dt>{{ 'お届け時間'|trans }} :</dt>
  743.                             <dd>{{ Shipping.shipping_delivery_time|default('指定なし'|trans) }}</dd>
  744.                         </div>
  745.                     {% endfor %}
  746.                 </div>
  747.                 <div class=\"ec-orderPayment\">
  748.                     <div class=\"ec-rectHeading\">
  749.                         <h2>{{ 'お支払い情報'|trans }}</h2>
  750.                     </div>
  751.                     <p>{{ 'お支払い方法'|trans }} : {{ Order.PaymentMethod }}</p>
  752.                 </div>
  753.                 <div class=\"ec-orderConfirm\">
  754.                     <div class=\"ec-rectHeading\">
  755.                         <h2>{{ 'お問い合わせ'|trans }}</h2>
  756.                     </div>
  757.                     <p>{{ Order.message|default('記載なし'|trans)|nl2br }}</p>
  758.                 </div>
  759.                 <div class=\"ec-orderMails\">
  760.                     <div class=\"ec-rectHeading\">
  761.                         <h2>{{ 'メール配信履歴一覧'|trans }}</h2>
  762.                     </div>
  763.                     {% for MailHistory in Order.MailHistories %}
  764.                         <div class=\"ec-orderMail\">
  765.                             <div class=\"ec-orderMail__time\">{{ MailHistory.send_date|date_sec }}</div>
  766.                             <div class=\"ec-orderMail__link\"><a>{{ MailHistory.mail_subject }}</a></div>
  767.                             <div class=\"ec-orderMail__body\">{{ MailHistory.mail_body|nl2br }}<p class=\"ec-orderMail__close\"><a>{{ '閉じる'|trans }}</a></p></div>
  768.                         </div>
  769.                     {% else %}
  770.                         <p class=\"ec-reportDescription\">{{ 'メール履歴はありません。'|trans }}</p>
  771.                     {% endfor %}
  772.                 </div>
  773.             </div>
  774.             <div class=\"ec-orderRole__summary\">
  775.                 <div class=\"ec-totalBox\">
  776.                     <dl class=\"ec-totalBox__spec\">
  777.                         <dt>{{ '小計'|trans }}</dt>
  778.                         <dd>{{ Order.subtotal|price }}</dd>
  779.                     </dl>
  780.                     <dl class=\"ec-totalBox__spec\">
  781.                         <dt>{{ '手数料'|trans }}</dt>
  782.                         <dd>{{ Order.charge|price }}</dd>
  783.                     </dl>
  784.                     <dl class=\"ec-totalBox__spec\">
  785.                         <dt>{{ '送料'|trans }}</dt>
  786.                         <dd>{{ Order.delivery_fee_total|price }}</dd>
  787.                     </dl>
  788.                     {% if Order.taxable_discount < 0 %}
  789.                     <dl class=\"ec-totalBox__spec\">
  790.                         <dt>{{ '値引き'|trans }}</dt>
  791.                         <dd>{{ Order.taxable_discount|price }}</dd>
  792.                     </dl>
  793.                     {% endif %}
  794.                     <div class=\"ec-totalBox__total\">{{ '合計'|trans }}<span
  795.                                 class=\"ec-totalBox__price\">{{ Order.taxable_total|price }}</span><span
  796.                                 class=\"ec-totalBox__taxLabel\">{{ '税込'|trans }}</span></div>
  797.                     {% for item in Order.tax_free_discount_items %}
  798.                         <dl class=\"ec-totalBox__spec\">
  799.                             <dt>{{ item.product_name }}</dt>
  800.                             <dd>{{ item.total_price|price }}</dd>
  801.                         </dl>
  802.                     {% endfor %}
  803.                     <div class=\"ec-totalBox__paymentTotal\">{{ '合計'|trans }}<span
  804.                                 class=\"ec-totalBox__price\">{{ Order.payment_total|price }}</span><span
  805.                                 class=\"ec-totalBox__taxLabel\">{{ '税込'|trans }}</span></div>
  806.                     {% for rate, total in Order.total_by_tax_rate %}
  807.                         <dl class=\"ec-totalBox__taxRate\">
  808.                             <dt>{{ '税率 %rate% %対象'|trans({ '%rate%': rate }) }}</dt>
  809.                             <dd>{{ total|price }} ({{ '内消費税'|trans }} {{ Order.tax_by_tax_rate[rate]|price }})</dd>
  810.                         </dl>
  811.                     {% endfor %}
  812.                     {% if stockOrder %}
  813.                         <a href=\"{{ url('mypage_order', {'order_no': Order.order_no }) }}\"
  814.                        class=\"ec-blockBtn--action load-overlay\" {{ csrf_token_for_anchor() }} data-method=\"put\"
  815.                        data-confirm=\"false\">{{ '再注文する'|trans }}</a>
  816.                     {% endif %}
  817.                 </div>
  818.                 {% if remessage %}
  819.                     <p class=\"ec-color-accent\">
  820.                         <strong>{{ '※金額が変更されている商品があるため、再注文時はご注意ください。'|trans }}</strong>
  821.                     </p>
  822.                 {% endif %}
  823.             </div>
  824.         </div>
  825.         <div class=\"ec-role ec-orderRole\">
  826.             <div class=\"ec-orderRole__detail\">
  827.                 <a href=\"{{ url('mypage') }}\" class=\"ec-inlineBtn ec-font-bold\">{{ '戻る'|trans }}</a>
  828.             </div>
  829.         </div>
  830.     </div>
  831. {% endblock %}""__string_template__297af23b5e8a836a65ad4978bdda2126716b6e19637dcec2c90feb27ed5c5b1e""");
  832.     }
  833. }