var/cache/dev/twig/0a/0ac9bac09d1c9feabc3473c6bed2949e.php line 39

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. /* OrderForm/index.twig */
  14. class __TwigTemplate_42742df7296e536d96beef7a65ec41e6 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.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 11
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""OrderForm/index.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""OrderForm/index.twig"));
  39.         // line 13
  40.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'13$this->source); })()), [=> "Form/form_div_layout.twig"], true);
  41.         // line 11
  42.         $this->parent $this->loadTemplate("default_frame.twig""OrderForm/index.twig"11);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 15
  50.     public function block_javascript($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         // line 16
  58.         echo "    <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  59. ";
  60.         
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62.         
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  64.     }
  65.     // line 19
  66.     public function block_main($context, array $blocks = [])
  67.     {
  68.         $macros $this->macros;
  69.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  73.         // line 20
  74.         echo "<style>
  75.     input.contact_product_id{
  76.         width: 25%;
  77.         margin-right: 28px;
  78.         margin-left: 15px;
  79.         display: inline-block;
  80.     }
  81.     .ec-para-normal {
  82.         border-left: 5px solid #ccc;
  83.         border-bottom: 1px solid #ccc;
  84.         padding-left: 10px;
  85.         font-size: 18px;
  86.     }
  87.     .ec-borderedDefs {
  88.         border: 1px solid #ccc;
  89.     }
  90.     .ec-borderedDefs dl {
  91.         padding: unset;
  92.         border-bottom: 1px solid #ccc;
  93.     }
  94.     .ec-borderedDefs dl:last-child {
  95.         border-bottom: unset;
  96.     }
  97.     .ec-borderedDefs dt{
  98.         padding-top: 25px;
  99.         background-color: #F0F0F0;
  100.         padding-left: 10px;
  101.         border-right: 1px solid #ccc;
  102.     }
  103.     .ec-borderedDefs dd{
  104.         padding: 16px 10px 0px;
  105.     }
  106.     table {
  107.         margin: 15px auto 20px auto;
  108.         border-top: 1px solid #CCC;
  109.         border-left: 1px solid #CCC;
  110.         width: 100%;
  111.         border-collapse: collapse;
  112.         text-align: left;
  113.     }
  114.     table, caption, th, td {
  115.         margin: 0;
  116.         padding: 0;
  117.         border-collapse: collapse;
  118.         border-spacing: 0px;
  119.         empty-cells: show;
  120.         text-align: left;
  121.         font-weight: normal;
  122.     }
  123.     table th {
  124.         padding: 8px;
  125.         border-right: 1px solid #CCC;
  126.         border-bottom: 1px solid #CCC;
  127.         color: #333;
  128.         background-color: #F0F0F0;
  129.         font-weight: normal;
  130.     }
  131.     table td {
  132.         padding: 8px;
  133.         border-right: 1px solid #CCC;
  134.         border-bottom: 1px solid #CCC;
  135.     }
  136.     .ec-contactRole textarea {
  137.         min-height: 200px;
  138.     }
  139. </style>
  140.     <div class=\"ec-contactRole\">
  141.         <div class=\"ec-pageHeader\">
  142.             <h1>";
  143.         // line 92
  144.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("注文フォーム"), "html"nulltrue);
  145.         echo "</h1>
  146.         </div>
  147.         <div class=\"ec-off1Grid\">
  148.             <div class=\"ec-off1Grid__cell\">
  149.                 <form method=\"post\" action=\"\" class=\"h-adr\" novalidate>
  150.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  151.                     ";
  152.         // line 98
  153.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'98$this->source); })()), "_token", [], "any"falsefalsefalse98), 'widget');
  154.         echo "
  155.                     <h3 class=\"ec-para-normal ec-font-bold\">";
  156.         // line 99
  157.         echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("1. お客様情報入力 "), "html"nulltrue));
  158.         echo "<span style=\"color: red; font-weight: 500;\">※は必須項目です</span></h3>
  159.                     <div class=\"ec-borderedDefs\">
  160.                         <dl>
  161.                             <dt>
  162.                                 ";
  163.         // line 103
  164.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'103$this->source); })()), "company", [], "any"falsefalsefalse103), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "御社名"]);
  165.         echo "
  166.                             </dt>
  167.                             <dd>
  168.                                 <div class=\"ec-input";
  169.         // line 106
  170.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'106$this->source); })()), "company", [], "any"falsefalsefalse106))) ? (" error") : (""));
  171.         echo "\">
  172.                                     ";
  173.         // line 107
  174.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'107$this->source); })()), "company", [], "any"falsefalsefalse107), 'widget');
  175.         echo "
  176.                                     ";
  177.         // line 108
  178.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'108$this->source); })()), "company", [], "any"falsefalsefalse108), 'errors');
  179.         echo "
  180.                                 </div>
  181.                             </dd>
  182.                         </dl>
  183.                         <dl>
  184.                             <dt>
  185.                                 ";
  186.         // line 114
  187.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'114$this->source); })()), "name", [], "any"falsefalsefalse114), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "ご担当者様氏名"]);
  188.         echo "
  189.                             </dt>
  190.                             <dd>
  191.                                 <div class=\"ec-input";
  192.         // line 117
  193.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'117$this->source); })()), "name", [], "any"falsefalsefalse117))) ? (" error") : (""));
  194.         echo "\">
  195.                                     ";
  196.         // line 118
  197.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'118$this->source); })()), "name", [], "any"falsefalsefalse118), 'widget');
  198.         echo "
  199.                                     ";
  200.         // line 119
  201.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'119$this->source); })()), "name", [], "any"falsefalsefalse119), 'errors');
  202.         echo "
  203.                                 </div>
  204.                             </dd>
  205.                         </dl>
  206.                         <dl>
  207.                             <dt>
  208.                                 ";
  209.         // line 125
  210.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'125$this->source); })()), "address", [], "any"falsefalsefalse125), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
  211.         echo "
  212.                             </dt>
  213.                             <dd>
  214.                                 <div class=\"ec-zipInput";
  215.         // line 128
  216.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'128$this->source); })()), "postal_code", [], "any"falsefalsefalse128))) ? (" error") : (""));
  217.         echo "\">
  218.                                     <span>";
  219.         // line 129
  220.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  221.         echo "</span>
  222.                                     ";
  223.         // line 130
  224.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'130$this->source); })()), "postal_code", [], "any"falsefalsefalse130), 'widget');
  225.         echo "
  226.                                     <div class=\"ec-zipInputHelp\">
  227.                                         <div class=\"ec-zipInputHelp__icon\">
  228.                                             <div class=\"ec-icon\"><img
  229.                                                     src=\"";
  230.         // line 134
  231.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/question-white.svg"), "html"nulltrue);
  232.         echo "\" alt=\"\">
  233.                                             </div>
  234.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  235.         // line 136
  236.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html"nulltrue);
  237.         echo "</span></a>
  238.                                     </div>
  239.                                     ";
  240.         // line 138
  241.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'138$this->source); })()), "postal_code", [], "any"falsefalsefalse138), 'errors');
  242.         echo "
  243.                                 </div>
  244.                                 <div class=\"ec-select";
  245.         // line 140
  246.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'140$this->source); })()), "address", [], "any"falsefalsefalse140), "pref", [], "any"falsefalsefalse140))) ? (" error") : (""));
  247.         echo "\">
  248.                                     ";
  249.         // line 141
  250.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'141$this->source); })()), "address", [], "any"falsefalsefalse141), "pref", [], "any"falsefalsefalse141), 'widget');
  251.         echo "
  252.                                     ";
  253.         // line 142
  254.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'142$this->source); })()), "address", [], "any"falsefalsefalse142), "pref", [], "any"falsefalsefalse142), 'errors');
  255.         echo "
  256.                                 </div>
  257.                                 <div class=\"ec-input";
  258.         // line 144
  259.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'144$this->source); })()), "address", [], "any"falsefalsefalse144), "addr01", [], "any"falsefalsefalse144))) ? (" error") : (""));
  260.         echo "\">
  261.                                     ";
  262.         // line 145
  263.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'145$this->source); })()), "address", [], "any"falsefalsefalse145), "addr01", [], "any"falsefalsefalse145), 'widget', ["attr" => ["placeholder" => "市区町村名 (例:千代田区神田神保町)"]]);
  264.         echo "
  265.                                     ";
  266.         // line 146
  267.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'146$this->source); })()), "address", [], "any"falsefalsefalse146), "addr01", [], "any"falsefalsefalse146), 'errors');
  268.         echo "
  269.                                 </div>
  270.                                 <div class=\"ec-input";
  271.         // line 148
  272.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'148$this->source); })()), "address", [], "any"falsefalsefalse148), "addr02", [], "any"falsefalsefalse148))) ? (" error") : (""));
  273.         echo "\">
  274.                                     ";
  275.         // line 149
  276.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'149$this->source); })()), "address", [], "any"falsefalsefalse149), "addr02", [], "any"falsefalsefalse149), 'widget', ["attr" => ["placeholder" => "番地・ビル名 (例:1-3-5)""style" => "margin-bottom: 0px;"]]);
  277.         echo "
  278.                                     ";
  279.         // line 150
  280.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'150$this->source); })()), "address", [], "any"falsefalsefalse150), "addr02", [], "any"falsefalsefalse150), 'errors');
  281.         echo "
  282.                                 </div>
  283.                                 <p style=\"color:red;margin-top: 5px;\">住所は2つに分けてご記入ください。マンション名は必ず記入してください。</p>
  284.                             </dd>
  285.                         </dl>
  286.                         <dl>
  287.                             <dt>
  288.                                 ";
  289.         // line 157
  290.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'157$this->source); })()), "phone_number", [], "any"falsefalsefalse157), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お電話番号"]);
  291.         echo "
  292.                             </dt>
  293.                             <dd>
  294.                                 <div class=\"ec-telInput";
  295.         // line 160
  296.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'160$this->source); })()), "phone_number", [], "any"falsefalsefalse160))) ? (" error") : (""));
  297.         echo "\">
  298.                                     ";
  299.         // line 161
  300.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'161$this->source); })()), "phone_number", [], "any"falsefalsefalse161), 'widget');
  301.         echo "
  302.                                     ";
  303.         // line 162
  304.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'162$this->source); })()), "phone_number", [], "any"falsefalsefalse162), 'errors');
  305.         echo "
  306.                                 </div>
  307.                             </dd>
  308.                         </dl>
  309.                         <dl>
  310.                             <dt>
  311.                                 ";
  312.         // line 168
  313.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'168$this->source); })()), "fax", [], "any"falsefalsefalse168), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "FAX番号"]);
  314.         echo "
  315.                             </dt>
  316.                             <dd>
  317.                                 <div class=\"ec-input";
  318.         // line 171
  319.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'171$this->source); })()), "fax", [], "any"falsefalsefalse171))) ? (" error") : (""));
  320.         echo "\">
  321.                                     ";
  322.         // line 172
  323.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'172$this->source); })()), "fax", [], "any"falsefalsefalse172), 'widget');
  324.         echo "
  325.                                     ";
  326.         // line 173
  327.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'173$this->source); })()), "fax", [], "any"falsefalsefalse173), 'errors');
  328.         echo "
  329.                                 </div>
  330.                             </dd>
  331.                         </dl>
  332.                         <dl>
  333.                             <dt>
  334.                                 ";
  335.         // line 179
  336.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'179$this->source); })()), "email", [], "any"falsefalsefalse179), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  337.         echo "
  338.                             </dt>
  339.                             <dd>
  340.                                 <div class=\"ec-input";
  341.         // line 182
  342.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'182$this->source); })()), "email", [], "any"falsefalsefalse182))) ? (" error") : (""));
  343.         echo "\">
  344.                                     ";
  345.         // line 183
  346.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'183$this->source); })()), "email", [], "any"falsefalsefalse183), 'widget');
  347.         echo "
  348.                                     ";
  349.         // line 184
  350.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'184$this->source); })()), "email", [], "any"falsefalsefalse184), 'errors');
  351.         echo "
  352.                                 </div>
  353.                             </dd>
  354.                         </dl>
  355.                         <dl>
  356.                             <dt>
  357.                                 ";
  358.         // line 190
  359.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'190$this->source); })()), "type", [], "any"falsefalsefalse190), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お店の分類"]);
  360.         echo "
  361.                                 <br>(初めてご注文のお客様
  362.                                 <br>は必ずご選択ください)
  363.                             </dt>
  364.                             <dd>
  365.                                 <div class=\"ec-select";
  366.         // line 195
  367.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'195$this->source); })()), "type", [], "any"falsefalsefalse195))) ? (" error") : (""));
  368.         echo "\">
  369.                                     ";
  370.         // line 196
  371.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'196$this->source); })()), "type", [], "any"falsefalsefalse196), 'widget');
  372.         echo "
  373.                                     ";
  374.         // line 197
  375.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'197$this->source); })()), "type", [], "any"falsefalsefalse197), 'errors');
  376.         echo "
  377.                                     <br>その他
  378.                                     ";
  379.         // line 199
  380.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'199$this->source); })()), "etc", [], "any"falsefalsefalse199), 'widget');
  381.         echo "
  382.                                     ";
  383.         // line 200
  384.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'200$this->source); })()), "etc", [], "any"falsefalsefalse200), 'errors');
  385.         echo "
  386.                                 </div>
  387.                             </dd>
  388.                         </dl>
  389.                     </div>
  390.                     <h3 class=\"ec-para-normal ec-font-bold\">";
  391.         // line 205
  392.         echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("2. ご注文内容"), "html"nulltrue));
  393.         echo "</h3>
  394.                     <div class=\"ec-borderedDefs\">
  395.                         <table>
  396.                             <tbody>
  397.                                 <tr>
  398.                                     <th>
  399.                                         \
  400.                                     </th>
  401.                                     <th>
  402.                                         商品
  403.                                     </th>
  404.                                     <th>
  405.                                         数量
  406.                                     </th>
  407.                                     <th>
  408.                                         ネームプリント
  409.                                     </th>
  410.                                     <th>
  411.                                         版代
  412.                                     </th>
  413.                                     <th>
  414.                                         プリント色
  415.                                     </th>
  416.                                 </tr>
  417.                                 ";
  418.         // line 229
  419.         $context['_parent'] = $context;
  420.         $context['_seq'] = twig_ensure_traversable(range(18));
  421.         foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  422.             // line 230
  423.             echo "                                <tr>
  424.                                     <td>";
  425.             // line 231
  426.             echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  427.             echo "</td>
  428.                                     <td>
  429.                                         商品コード<br>
  430.                                         ";
  431.             // line 234
  432.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'234$this->source); })()), "order_detail_block", [], "array"falsefalsefalse234), ("product_code" $context["i"]), [], "array"falsefalsefalse234), 'widget');
  433.             echo "
  434.                                         ";
  435.             // line 235
  436.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'235$this->source); })()), "order_detail_block", [], "array"falsefalsefalse235), ("product_code" $context["i"]), [], "array"falsefalsefalse235), 'errors');
  437.             echo "
  438.                                         <br>商品名<br>
  439.                                         ";
  440.             // line 237
  441.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'237$this->source); })()), "order_detail_block", [], "array"falsefalsefalse237), ("product_name" $context["i"]), [], "array"falsefalsefalse237), 'widget');
  442.             echo "
  443.                                         ";
  444.             // line 238
  445.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'238$this->source); })()), "order_detail_block", [], "array"falsefalsefalse238), ("product_name" $context["i"]), [], "array"falsefalsefalse238), 'errors');
  446.             echo "
  447.                                     </td>
  448.                                     <td>
  449.                                         ";
  450.             // line 241
  451.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'241$this->source); })()), "order_detail_block", [], "array"falsefalsefalse241), ("quantity" $context["i"]), [], "array"falsefalsefalse241), 'widget');
  452.             echo "枚
  453.                                         ";
  454.             // line 242
  455.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'242$this->source); })()), "order_detail_block", [], "array"falsefalsefalse242), ("quantity" $context["i"]), [], "array"falsefalsefalse242), 'errors');
  456.             echo "
  457.                                     </td>
  458.                                     <td>
  459.                                         ";
  460.             // line 245
  461.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'245$this->source); })()), "order_detail_block", [], "array"falsefalsefalse245), ("print" $context["i"]), [], "array"falsefalsefalse245), 'widget');
  462.             echo "
  463.                                         ";
  464.             // line 246
  465.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'246$this->source); })()), "order_detail_block", [], "array"falsefalsefalse246), ("print" $context["i"]), [], "array"falsefalsefalse246), 'errors');
  466.             echo "
  467.                                     </td>
  468.                                     <td>
  469.                                         ";
  470.             // line 249
  471.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'249$this->source); })()), "order_detail_block", [], "array"falsefalsefalse249), ("han" $context["i"]), [], "array"falsefalsefalse249), 'widget');
  472.             echo "
  473.                                         ";
  474.             // line 250
  475.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'250$this->source); })()), "order_detail_block", [], "array"falsefalsefalse250), ("han" $context["i"]), [], "array"falsefalsefalse250), 'errors');
  476.             echo "
  477.                                     </td>
  478.                                     <td>
  479.                                         ";
  480.             // line 253
  481.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'253$this->source); })()), "order_detail_block", [], "array"falsefalsefalse253), ("color" $context["i"]), [], "array"falsefalsefalse253), 'widget');
  482.             echo "
  483.                                         ";
  484.             // line 254
  485.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'254$this->source); })()), "order_detail_block", [], "array"falsefalsefalse254), ("color" $context["i"]), [], "array"falsefalsefalse254), 'errors');
  486.             echo "
  487.                                     </td>
  488.                                 </tr>
  489.                                 ";
  490.         }
  491.         $_parent $context['_parent'];
  492.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  493.         $context array_intersect_key($context$_parent) + $_parent;
  494.         // line 258
  495.         echo "                            </tbody>
  496.                         </table>
  497.                     </div>
  498.                     <h3 class=\"ec-para-normal ec-font-bold\">";
  499.         // line 263
  500.         echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("3. 備考"), "html"nulltrue));
  501.         echo "</h3>
  502.                     <div class=\"ec-borderedDefs\">
  503.                         <dl>
  504.                             <dt>
  505.                                 ";
  506.         // line 267
  507.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'267$this->source); })()), "memo", [], "any"falsefalsefalse267), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "備考"]);
  508.         echo "
  509.                             </dt>
  510.                             <dd>
  511.                                 <div class=\"ec-input";
  512.         // line 270
  513.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'270$this->source); })()), "memo", [], "any"falsefalsefalse270))) ? (" error") : (""));
  514.         echo "\">
  515.                                     ";
  516.         // line 271
  517.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'271$this->source); })()), "memo", [], "any"falsefalsefalse271), 'widget');
  518.         echo "
  519.                                     ";
  520.         // line 272
  521.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'272$this->source); })()), "memo", [], "any"falsefalsefalse272), 'errors');
  522.         echo "
  523.                                 </div>
  524.                             </dd>
  525.                         </dl>
  526.                     </div>
  527.                     <div class=\"ec-RegisterRole__actions\">
  528.                         <div class=\"ec-off4Grid\">
  529.                             <div class=\"ec-off4Grid__cell\">
  530.                                 <button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\">";
  531.         // line 282
  532.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認ページへ"), "html"nulltrue);
  533.         echo "
  534.                                 </button>
  535.                             </div>
  536.                         </div>
  537.                     </div>
  538.                 </form>
  539.             </div>
  540.         </div>
  541.     </div>
  542. ";
  543.         
  544.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  545.         
  546.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  547.     }
  548.     public function getTemplateName()
  549.     {
  550.         return "OrderForm/index.twig";
  551.     }
  552.     public function isTraitable()
  553.     {
  554.         return false;
  555.     }
  556.     public function getDebugInfo()
  557.     {
  558.         return array (  559 => 282,  546 => 272,  542 => 271,  538 => 270,  532 => 267,  525 => 263,  518 => 258,  508 => 254,  504 => 253,  498 => 250,  494 => 249,  488 => 246,  484 => 245,  478 => 242,  474 => 241,  468 => 238,  464 => 237,  459 => 235,  455 => 234,  449 => 231,  446 => 230,  442 => 229,  415 => 205,  407 => 200,  403 => 199,  398 => 197,  394 => 196,  390 => 195,  382 => 190,  373 => 184,  369 => 183,  365 => 182,  359 => 179,  350 => 173,  346 => 172,  342 => 171,  336 => 168,  327 => 162,  323 => 161,  319 => 160,  313 => 157,  303 => 150,  299 => 149,  295 => 148,  290 => 146,  286 => 145,  282 => 144,  277 => 142,  273 => 141,  269 => 140,  264 => 138,  259 => 136,  254 => 134,  247 => 130,  243 => 129,  239 => 128,  233 => 125,  224 => 119,  220 => 118,  216 => 117,  210 => 114,  201 => 108,  197 => 107,  193 => 106,  187 => 103,  180 => 99,  176 => 98,  167 => 92,  93 => 20,  83 => 19,  72 => 16,  62 => 15,  51 => 11,  49 => 13,  36 => 11,);
  559.     }
  560.     public function getSourceContext()
  561.     {
  562.         return new Source("{#
  563. This file is part of EC-CUBE
  564. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  565. http://www.ec-cube.co.jp/
  566. For the full copyright and license information, please view the LICENSE
  567. file that was distributed with this source code.
  568. #}
  569. {% extends 'default_frame.twig' %}
  570. {% form_theme form 'Form/form_div_layout.twig' %}
  571. {% block javascript %}
  572.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  573. {% endblock javascript %}
  574. {% block main %}
  575. <style>
  576.     input.contact_product_id{
  577.         width: 25%;
  578.         margin-right: 28px;
  579.         margin-left: 15px;
  580.         display: inline-block;
  581.     }
  582.     .ec-para-normal {
  583.         border-left: 5px solid #ccc;
  584.         border-bottom: 1px solid #ccc;
  585.         padding-left: 10px;
  586.         font-size: 18px;
  587.     }
  588.     .ec-borderedDefs {
  589.         border: 1px solid #ccc;
  590.     }
  591.     .ec-borderedDefs dl {
  592.         padding: unset;
  593.         border-bottom: 1px solid #ccc;
  594.     }
  595.     .ec-borderedDefs dl:last-child {
  596.         border-bottom: unset;
  597.     }
  598.     .ec-borderedDefs dt{
  599.         padding-top: 25px;
  600.         background-color: #F0F0F0;
  601.         padding-left: 10px;
  602.         border-right: 1px solid #ccc;
  603.     }
  604.     .ec-borderedDefs dd{
  605.         padding: 16px 10px 0px;
  606.     }
  607.     table {
  608.         margin: 15px auto 20px auto;
  609.         border-top: 1px solid #CCC;
  610.         border-left: 1px solid #CCC;
  611.         width: 100%;
  612.         border-collapse: collapse;
  613.         text-align: left;
  614.     }
  615.     table, caption, th, td {
  616.         margin: 0;
  617.         padding: 0;
  618.         border-collapse: collapse;
  619.         border-spacing: 0px;
  620.         empty-cells: show;
  621.         text-align: left;
  622.         font-weight: normal;
  623.     }
  624.     table th {
  625.         padding: 8px;
  626.         border-right: 1px solid #CCC;
  627.         border-bottom: 1px solid #CCC;
  628.         color: #333;
  629.         background-color: #F0F0F0;
  630.         font-weight: normal;
  631.     }
  632.     table td {
  633.         padding: 8px;
  634.         border-right: 1px solid #CCC;
  635.         border-bottom: 1px solid #CCC;
  636.     }
  637.     .ec-contactRole textarea {
  638.         min-height: 200px;
  639.     }
  640. </style>
  641.     <div class=\"ec-contactRole\">
  642.         <div class=\"ec-pageHeader\">
  643.             <h1>{{ '注文フォーム'|trans }}</h1>
  644.         </div>
  645.         <div class=\"ec-off1Grid\">
  646.             <div class=\"ec-off1Grid__cell\">
  647.                 <form method=\"post\" action=\"\" class=\"h-adr\" novalidate>
  648.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  649.                     {{ form_widget(form._token) }}
  650.                     <h3 class=\"ec-para-normal ec-font-bold\">{{ '1. お客様情報入力 '|trans|nl2br }}<span style=\"color: red; font-weight: 500;\">※は必須項目です</span></h3>
  651.                     <div class=\"ec-borderedDefs\">
  652.                         <dl>
  653.                             <dt>
  654.                                 {{ form_label(form.company, '御社名', { 'label_attr': { 'class': 'ec-label' }}) }}
  655.                             </dt>
  656.                             <dd>
  657.                                 <div class=\"ec-input{{ has_errors(form.company) ? ' error' }}\">
  658.                                     {{ form_widget(form.company) }}
  659.                                     {{ form_errors(form.company) }}
  660.                                 </div>
  661.                             </dd>
  662.                         </dl>
  663.                         <dl>
  664.                             <dt>
  665.                                 {{ form_label(form.name, 'ご担当者様氏名', { 'label_attr': { 'class': 'ec-label' }}) }}
  666.                             </dt>
  667.                             <dd>
  668.                                 <div class=\"ec-input{{ has_errors(form.name) ? ' error' }}\">
  669.                                     {{ form_widget(form.name) }}
  670.                                     {{ form_errors(form.name) }}
  671.                                 </div>
  672.                             </dd>
  673.                         </dl>
  674.                         <dl>
  675.                             <dt>
  676.                                 {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  677.                             </dt>
  678.                             <dd>
  679.                                 <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\">
  680.                                     <span>{{ '〒'|trans }}</span>
  681.                                     {{ form_widget(form.postal_code) }}
  682.                                     <div class=\"ec-zipInputHelp\">
  683.                                         <div class=\"ec-zipInputHelp__icon\">
  684.                                             <div class=\"ec-icon\"><img
  685.                                                     src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\">
  686.                                             </div>
  687.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
  688.                                     </div>
  689.                                     {{ form_errors(form.postal_code) }}
  690.                                 </div>
  691.                                 <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  692.                                     {{ form_widget(form.address.pref) }}
  693.                                     {{ form_errors(form.address.pref) }}
  694.                                 </div>
  695.                                 <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  696.                                     {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名 (例:千代田区神田神保町)' }}) }}
  697.                                     {{ form_errors(form.address.addr01) }}
  698.                                 </div>
  699.                                 <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  700.                                     {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名 (例:1-3-5)' , 'style' : 'margin-bottom: 0px;'}}) }}
  701.                                     {{ form_errors(form.address.addr02) }}
  702.                                 </div>
  703.                                 <p style=\"color:red;margin-top: 5px;\">住所は2つに分けてご記入ください。マンション名は必ず記入してください。</p>
  704.                             </dd>
  705.                         </dl>
  706.                         <dl>
  707.                             <dt>
  708.                                 {{ form_label(form.phone_number, 'お電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  709.                             </dt>
  710.                             <dd>
  711.                                 <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  712.                                     {{ form_widget(form.phone_number) }}
  713.                                     {{ form_errors(form.phone_number) }}
  714.                                 </div>
  715.                             </dd>
  716.                         </dl>
  717.                         <dl>
  718.                             <dt>
  719.                                 {{ form_label(form.fax, 'FAX番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  720.                             </dt>
  721.                             <dd>
  722.                                 <div class=\"ec-input{{ has_errors(form.fax) ? ' error' }}\">
  723.                                     {{ form_widget(form.fax) }}
  724.                                     {{ form_errors(form.fax) }}
  725.                                 </div>
  726.                             </dd>
  727.                         </dl>
  728.                         <dl>
  729.                             <dt>
  730.                                 {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  731.                             </dt>
  732.                             <dd>
  733.                                 <div class=\"ec-input{{ has_errors(form.email) ? ' error' }}\">
  734.                                     {{ form_widget(form.email) }}
  735.                                     {{ form_errors(form.email) }}
  736.                                 </div>
  737.                             </dd>
  738.                         </dl>
  739.                         <dl>
  740.                             <dt>
  741.                                 {{ form_label(form.type, \"お店の分類\", { 'label_attr': { 'class': 'ec-label' }}) }}
  742.                                 <br>(初めてご注文のお客様
  743.                                 <br>は必ずご選択ください)
  744.                             </dt>
  745.                             <dd>
  746.                                 <div class=\"ec-select{{ has_errors(form.type) ? ' error' }}\">
  747.                                     {{ form_widget(form.type) }}
  748.                                     {{ form_errors(form.type) }}
  749.                                     <br>その他
  750.                                     {{ form_widget(form.etc) }}
  751.                                     {{ form_errors(form.etc) }}
  752.                                 </div>
  753.                             </dd>
  754.                         </dl>
  755.                     </div>
  756.                     <h3 class=\"ec-para-normal ec-font-bold\">{{ '2. ご注文内容'|trans|nl2br }}</h3>
  757.                     <div class=\"ec-borderedDefs\">
  758.                         <table>
  759.                             <tbody>
  760.                                 <tr>
  761.                                     <th>
  762.                                         \
  763.                                     </th>
  764.                                     <th>
  765.                                         商品
  766.                                     </th>
  767.                                     <th>
  768.                                         数量
  769.                                     </th>
  770.                                     <th>
  771.                                         ネームプリント
  772.                                     </th>
  773.                                     <th>
  774.                                         版代
  775.                                     </th>
  776.                                     <th>
  777.                                         プリント色
  778.                                     </th>
  779.                                 </tr>
  780.                                 {% for i in range(1, 8) %}
  781.                                 <tr>
  782.                                     <td>{{i}}</td>
  783.                                     <td>
  784.                                         商品コード<br>
  785.                                         {{ form_widget(form['order_detail_block']['product_code' ~ i]) }}
  786.                                         {{ form_errors(form['order_detail_block']['product_code' ~ i]) }}
  787.                                         <br>商品名<br>
  788.                                         {{ form_widget(form['order_detail_block']['product_name' ~ i]) }}
  789.                                         {{ form_errors(form['order_detail_block']['product_name' ~ i]) }}
  790.                                     </td>
  791.                                     <td>
  792.                                         {{ form_widget(form['order_detail_block']['quantity' ~ i]) }}枚
  793.                                         {{ form_errors(form['order_detail_block']['quantity' ~ i]) }}
  794.                                     </td>
  795.                                     <td>
  796.                                         {{ form_widget(form['order_detail_block']['print' ~ i]) }}
  797.                                         {{ form_errors(form['order_detail_block']['print' ~ i]) }}
  798.                                     </td>
  799.                                     <td>
  800.                                         {{ form_widget(form['order_detail_block']['han' ~ i]) }}
  801.                                         {{ form_errors(form['order_detail_block']['han' ~ i]) }}
  802.                                     </td>
  803.                                     <td>
  804.                                         {{ form_widget(form['order_detail_block']['color' ~ i]) }}
  805.                                         {{ form_errors(form['order_detail_block']['color' ~ i]) }}
  806.                                     </td>
  807.                                 </tr>
  808.                                 {% endfor %}
  809.                             </tbody>
  810.                         </table>
  811.                     </div>
  812.                     <h3 class=\"ec-para-normal ec-font-bold\">{{ '3. 備考'|trans|nl2br }}</h3>
  813.                     <div class=\"ec-borderedDefs\">
  814.                         <dl>
  815.                             <dt>
  816.                                 {{ form_label(form.memo, '備考', { 'label_attr': { 'class': 'ec-label' }}) }}
  817.                             </dt>
  818.                             <dd>
  819.                                 <div class=\"ec-input{{ has_errors(form.memo) ? ' error' }}\">
  820.                                     {{ form_widget(form.memo) }}
  821.                                     {{ form_errors(form.memo) }}
  822.                                 </div>
  823.                             </dd>
  824.                         </dl>
  825.                     </div>
  826.                     <div class=\"ec-RegisterRole__actions\">
  827.                         <div class=\"ec-off4Grid\">
  828.                             <div class=\"ec-off4Grid__cell\">
  829.                                 <button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\">{{ '確認ページへ'|trans }}
  830.                                 </button>
  831.                             </div>
  832.                         </div>
  833.                     </div>
  834.                 </form>
  835.             </div>
  836.         </div>
  837.     </div>
  838. {% endblock %}
  839. ""OrderForm/index.twig""/virtual/adnet/public_html/lemanze.awe.jp/app/template/default/OrderForm/index.twig");
  840.     }
  841. }