var/cache/dev/twig/94/94ef74be1909adaf82ebf145e3a45afefba93334b25e33f47a7b98b52e5b1d89.php line 16

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. /* Entry/index.twig */
  14. class __TwigTemplate_b89bb3b42e87436c23d1c39eacdec037297270da9e12cfd208764d6955ef45e2 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.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Entry/index.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Entry/index.twig"));
  40.         // line 13
  41.         $context["body_class"] = "registration_page";
  42.         // line 15
  43.         $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.'15$this->source); })()), [=> "Form/form_div_layout.twig"], true);
  44.         // line 11
  45.         $this->parent $this->loadTemplate("default_frame.twig""Entry/index.twig"11);
  46.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  49.         
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  51.     }
  52.     // line 17
  53.     public function block_stylesheet($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  60.         // line 18
  61.         echo "\t<style>
  62.         .dzx-table_row_detail {
  63.             min-width: auto;
  64.             width:100%;
  65.         }
  66.         .bank_branch_list tbody {
  67.             display:block;
  68.             height:195px;
  69.             overflow-y:scroll;
  70.         }
  71.         .bank_branch_list thead, tbody tr {
  72.             display:table;
  73.             width:100%;
  74.             table-layout:fixed;
  75.         }
  76.         .bank_branch_list thead {
  77.             width: calc( 100% - 1em )
  78.         }
  79.         .bank_branch_select {
  80.             padding: 5px;
  81.             font-size: 12px;
  82.         }
  83.         .ec-select select {
  84.             width:100%;
  85.         }
  86.     </style>
  87. ";
  88.         
  89.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  90.         
  91.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  92.     }
  93.     // line 48
  94.     public function block_javascript($context, array $blocks = [])
  95.     {
  96.         $macros $this->macros;
  97.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  98.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  99.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  100.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  101.         // line 49
  102.         echo "    <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  103.     <script>
  104.         var sys_AllowIsApp = true;
  105.         \$(function() {
  106.             var branchList = null;
  107.             \$(\"#entry_bank_bank_name\").on(\"change\", function(){
  108.                 var t = \$(this);
  109.                 var bankid = t.val() || '0';
  110.                 branchList=null;
  111.                 \$.ajax({
  112.                     type: \"POST\",
  113.                     url: \"/bank/list/\" + bankid,
  114.                     data: JSON.stringify({\"id\": bankid}),
  115.                     dataType : \"json\",
  116.                 }).done(function(data){
  117.                     var isSelected = false;
  118.                     if(data.status!=\"OK\") return;
  119.                     var opt = \$(\"#bank_branch_code\");
  120.                     var txt = \$(\"#entry_bank_branch_code\");
  121.                     opt.find(\"option\").remove().end();
  122.                     opt.append('<option value=\"\">支店を選択</option>');
  123.                     \$.each(data.data, function(i, dt){
  124.                         var item = \$(\"<option></option>\");
  125.                         item.prop(\"value\", dt.id);
  126.                         item.text(dt.name);
  127.                         if( txt.val() == dt.id ){
  128.                             isSelected = true;
  129.                             item.prop(\"selected\", true);
  130.                             \$(\"#entry_bank_branch_code\").val( dt.id );
  131.                             \$(\"#bank_branch_id\").val(dt.branchCode);
  132.                         }
  133.                         item.data(\"branchCode\", dt.branchCode);
  134.                         opt.append(item);
  135.                     });
  136.                     branchList = data.data;
  137.                     if(!isSelected){
  138.                         \$(\"#entry_bank_branch_code\").val(\"\");
  139.                         \$(\"#bank_branch_id\").val(\"\");
  140.                     }
  141.                     return true;
  142.                 });
  143.             });
  144.             \$(\"#bank_branch_code\").on(\"change\", function(){
  145.                 var opt = \$(this).find(\":selected\");
  146.                 \$(\"#entry_bank_branch_code\").val( \$(this).val() );
  147.                 \$(\"#bank_branch_id\").val(opt.data(\"branchCode\"));
  148.             });
  149.             \$(\"#bank_branch_id\").on(\"keyup\", function(){
  150.                 var isSelected = false;
  151.                 var opt = \$(\"#bank_branch_code\").find(\"option\");
  152.                 \$(\"#bank_branch_code\").find(\"option\").prop(\"selected\", false);
  153.                 \$(\"#entry_bank_branch_code\").val(\"\");
  154.                 \$.each(opt, function(){
  155.                     var o = \$(this);
  156.                     if(o.data(\"branchCode\") == \$(\"#bank_branch_id\").val()){
  157.                         o.prop(\"selected\", true);
  158.                         isSelected = true;
  159.                         \$(\"#entry_bank_branch_code\").val(o.val());
  160.                     }
  161.                 });
  162.                 if(!isSelected){
  163.                     if(\$(\"#bank_branch_id\").val().length >= 3){
  164.                         \$('#ec-modal-checkbox').prop('checked', true);
  165.                     }
  166.                 }
  167.             });
  168.             \$(\"#entry_bank_bank_name\").trigger(\"change\");
  169.            \$(\".btn_bank_search\").on(\"click\", function(){
  170.                 if(branchList == null || branchList.length <= 0){
  171.                     \$('#ec-modal-bank').prop('checked', true);
  172.                 }else{
  173.                     \$('#ec-modal-banksearch').prop('checked', true);
  174.                     \$(\".bank_branch_list\").hide();
  175.                 }
  176.                 return false;
  177.             });
  178.             \$(\".btn_bank_query\").on(\"click\", function(){
  179.                 var table = \$(\".bank_branch_list\");
  180.                 var tbody = \$(\"<tbody></tbody>\");
  181.                 table.find(\"tbody\").remove().end();
  182.                 \$.each(branchList, function(i, dt){
  183.                     if(  dt.name.indexOf(\$(\"#branch_keyword\").val()) >= 0 || dt.branchCode.indexOf(\$(\"#branch_keyword\").val()) >= 0 ){
  184.                         var tr = \$(\"<tr></tr>\");
  185.                         var btn = \$('<a class=\"ec-inlineBtn bank_branch_select\" href=\"#\">選択する</a>');
  186.                         var branchSel = \$('<td style=\"width:70px;\"></td>');
  187.                         var branchCode = \$('<td style=\"width:120px;\"></td>');
  188.                         var branchName = \$(\"<td></td>\");
  189.                         btn.data(\"value\", dt.branchCode);
  190.                         branchCode.text(dt.branchCode);
  191.                         branchName.text(dt.name);
  192.                         branchSel.append(btn);
  193.                         tr.append(branchSel);
  194.                         tr.append(branchCode);
  195.                         tr.append(branchName);
  196.                         btn.on(\"click\", function(){
  197.                             var \$this = \$(this);
  198.                             \$('#bank_branch_id').val(btn.data(\"value\"));
  199.                             \$('#bank_branch_id').trigger(\"keyup\");
  200.                             \$('#ec-modal-banksearch').prop('checked', false);
  201.                             return false;
  202.                         });
  203.                         tbody.append(tr);
  204.                     }
  205.                 });
  206.                 if(tbody.find(\"tr\").length==0){
  207.                     var tr = \$('<tr><td colspan=3>支店が見つかりません</td></tr>');
  208.                     tbody.append(tr);
  209.                 }
  210.                 table.append(tbody);
  211.                 \$(\".bank_branch_list\").show();
  212.                 return false;
  213.             });
  214.         });
  215.     </script>
  216. ";
  217.         
  218.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  219.         
  220.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  221.     }
  222.     // line 187
  223.     public function block_main($context, array $blocks = [])
  224.     {
  225.         $macros $this->macros;
  226.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  227.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  228.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  229.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  230.         // line 188
  231.         echo "    <div class=\"ec-registerRole\">
  232.         <div class=\"ec-pageHeader\">
  233.             <h1>";
  234.         // line 190
  235.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録"), "html"nulltrue);
  236.         echo "</h1>
  237.         </div>
  238.         <div class=\"ec-off1Grid\">
  239.             <div class=\"ec-off1Grid__cell\">
  240.                 <form method=\"post\" action=\"";
  241.         // line 194
  242.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
  243.         echo "\" novalidate class=\"h-adr\">
  244.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  245.                     ";
  246.         // line 196
  247.         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); })()), "_token", [], "any"falsefalsefalse196), 'widget');
  248.         echo "
  249.                     <div class=\"ec-borderedDefs\">
  250.                         <dl>
  251.                             <dt>
  252.                                 ";
  253.         // line 200
  254.         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); })()), "name", [], "any"falsefalsefalse200), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
  255.         echo "
  256.                             </dt>
  257.                             <dd>
  258.                                 <div class=\"ec-halfInput";
  259.         // line 203
  260.         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.'203$this->source); })()), "name", [], "any"falsefalsefalse203), "name01", [], "any"falsefalsefalse203), 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.'203$this->source); })()), "name", [], "any"falsefalsefalse203), "name02", [], "any"falsefalsefalse203))) ? (" error") : (""));
  261.         echo "\">
  262.                                     ";
  263.         // line 204
  264.         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.'204$this->source); })()), "name", [], "any"falsefalsefalse204), "name01", [], "any"falsefalsefalse204), 'widget', ["attr" => ["placeholder" => "姓"]]);
  265.         echo "
  266.                                     ";
  267.         // line 205
  268.         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.'205$this->source); })()), "name", [], "any"falsefalsefalse205), "name02", [], "any"falsefalsefalse205), 'widget', ["attr" => ["placeholder" => "名"]]);
  269.         echo "
  270.                                     ";
  271.         // line 206
  272.         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.'206$this->source); })()), "name", [], "any"falsefalsefalse206), "name01", [], "any"falsefalsefalse206), 'errors');
  273.         echo "
  274.                                     ";
  275.         // line 207
  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.'207$this->source); })()), "name", [], "any"falsefalsefalse207), "name02", [], "any"falsefalsefalse207), 'errors');
  277.         echo "
  278.                                 </div>
  279.                             </dd>
  280.                         </dl>
  281.                         <dl>
  282.                             <dt>
  283.                                 ";
  284.         // line 213
  285.         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.'213$this->source); })()), "kana", [], "any"falsefalsefalse213), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前(カナ)"]);
  286.         echo "
  287.                             </dt>
  288.                             <dd>
  289.                                 <div class=\"ec-halfInput";
  290.         // line 216
  291.         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.'216$this->source); })()), "kana", [], "any"falsefalsefalse216), "kana01", [], "any"falsefalsefalse216), 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.'216$this->source); })()), "kana", [], "any"falsefalsefalse216), "kana02", [], "any"falsefalsefalse216))) ? (" error") : (""));
  292.         echo "\">
  293.                                     ";
  294.         // line 217
  295.         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.'217$this->source); })()), "kana", [], "any"falsefalsefalse217), "kana01", [], "any"falsefalsefalse217), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  296.         echo "
  297.                                     ";
  298.         // line 218
  299.         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.'218$this->source); })()), "kana", [], "any"falsefalsefalse218), "kana02", [], "any"falsefalsefalse218), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  300.         echo "
  301.                                     ";
  302.         // line 219
  303.         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.'219$this->source); })()), "kana", [], "any"falsefalsefalse219), "kana01", [], "any"falsefalsefalse219), 'errors');
  304.         echo "
  305.                                     ";
  306.         // line 220
  307.         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.'220$this->source); })()), "kana", [], "any"falsefalsefalse220), "kana02", [], "any"falsefalsefalse220), 'errors');
  308.         echo "
  309.                                 </div>
  310.                             </dd>
  311.                         </dl>
  312.                         <dl>
  313.                             <dt>
  314.                                 ";
  315.         // line 226
  316.         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.'226$this->source); })()), "company_name", [], "any"falsefalsefalse226), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "会社名"]);
  317.         echo "
  318.                             </dt>
  319.                             <dd>
  320.                                 <div class=\"ec-halfInput";
  321.         // line 229
  322.         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.'229$this->source); })()), "company_name", [], "any"falsefalsefalse229))) ? (" error") : (""));
  323.         echo "\">
  324.                                     ";
  325.         // line 230
  326.         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.'230$this->source); })()), "company_name", [], "any"falsefalsefalse230), 'widget');
  327.         echo "
  328.                                     ";
  329.         // line 231
  330.         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.'231$this->source); })()), "company_name", [], "any"falsefalsefalse231), 'errors');
  331.         echo "
  332.                                 </div>
  333.                             </dd>
  334.                         </dl>
  335.                         <dl>
  336.                             <dt>
  337.                                 ";
  338.         // line 237
  339.         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.'237$this->source); })()), "address", [], "any"falsefalsefalse237), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
  340.         echo "
  341.                             </dt>
  342.                             <dd>
  343.                                 <div class=\"ec-zipInput";
  344.         // line 240
  345.         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.'240$this->source); })()), "postal_code", [], "any"falsefalsefalse240))) ? (" error") : (""));
  346.         echo "\"><span>";
  347.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  348.         echo "</span>
  349.                                     ";
  350.         // line 241
  351.         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.'241$this->source); })()), "postal_code", [], "any"falsefalsefalse241), 'widget');
  352.         echo "
  353.                                     <div class=\"ec-zipInputHelp\">
  354.                                         <div class=\"ec-zipInputHelp__icon\">
  355.                                             <div class=\"ec-icon\"><img
  356.                                                         src=\"";
  357.         // line 245
  358.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/question-white.svg"), "html"nulltrue);
  359.         echo "\" alt=\"\">
  360.                                             </div>
  361.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  362.         // line 247
  363.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html"nulltrue);
  364.         echo "</span></a>
  365.                                     </div>
  366.                                     ";
  367.         // line 249
  368.         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.'249$this->source); })()), "postal_code", [], "any"falsefalsefalse249), 'errors');
  369.         echo "
  370.                                 </div>
  371.                                 <div class=\"ec-select";
  372.         // line 252
  373.         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.'252$this->source); })()), "address", [], "any"falsefalsefalse252), "pref", [], "any"falsefalsefalse252))) ? (" error") : (""));
  374.         echo "\">
  375.                                     ";
  376.         // line 253
  377.         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); })()), "address", [], "any"falsefalsefalse253), "pref", [], "any"falsefalsefalse253), 'widget');
  378.         echo "
  379.                                     ";
  380.         // line 254
  381.         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); })()), "address", [], "any"falsefalsefalse254), "pref", [], "any"falsefalsefalse254), 'errors');
  382.         echo "
  383.                                 </div>
  384.                                 <div class=\"ec-input";
  385.         // line 256
  386.         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.'256$this->source); })()), "address", [], "any"falsefalsefalse256), "addr01", [], "any"falsefalsefalse256))) ? (" error") : (""));
  387.         echo "\">
  388.                                     ";
  389.         // line 257
  390.         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.'257$this->source); })()), "address", [], "any"falsefalsefalse257), "addr01", [], "any"falsefalsefalse257), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  391.         echo "
  392.                                     ";
  393.         // line 258
  394.         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.'258$this->source); })()), "address", [], "any"falsefalsefalse258), "addr01", [], "any"falsefalsefalse258), 'errors');
  395.         echo "
  396.                                 </div>
  397.                                 <div class=\"ec-input";
  398.         // line 260
  399.         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.'260$this->source); })()), "address", [], "any"falsefalsefalse260), "addr02", [], "any"falsefalsefalse260))) ? (" error") : (""));
  400.         echo "\">
  401.                                     ";
  402.         // line 261
  403.         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.'261$this->source); })()), "address", [], "any"falsefalsefalse261), "addr02", [], "any"falsefalsefalse261), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  404.         echo "
  405.                                     ";
  406.         // line 262
  407.         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.'262$this->source); })()), "address", [], "any"falsefalsefalse262), "addr02", [], "any"falsefalsefalse262), 'errors');
  408.         echo "
  409.                                 </div>
  410.                             </dd>
  411.                         </dl>
  412.                         <dl>
  413.                             <dt>
  414.                                 ";
  415.         // line 268
  416.         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.'268$this->source); })()), "phone_number", [], "any"falsefalsefalse268), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  417.         echo "
  418.                             </dt>
  419.                             <dd>
  420.                                 <div class=\"ec-telInput";
  421.         // line 271
  422.         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.'271$this->source); })()), "phone_number", [], "any"falsefalsefalse271))) ? (" error") : (""));
  423.         echo "\">
  424.                                     ";
  425.         // line 272
  426.         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); })()), "phone_number", [], "any"falsefalsefalse272), 'widget');
  427.         echo "
  428.                                     ";
  429.         // line 273
  430.         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.'273$this->source); })()), "phone_number", [], "any"falsefalsefalse273), 'errors');
  431.         echo "
  432.                                 </div>
  433.                             </dd>
  434.                         </dl>
  435.                         <dl>
  436.                             <dt>
  437.                                 ";
  438.         // line 279
  439.         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.'279$this->source); })()), "email", [], "any"falsefalsefalse279), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  440.         echo "
  441.                             </dt>
  442.                             <dd>
  443.                                 <div class=\"ec-input";
  444.         // line 282
  445.         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.'282$this->source); })()), "email", [], "any"falsefalsefalse282), "first", [], "any"falsefalsefalse282))) ? (" error") : (""));
  446.         echo "\">
  447.                                     ";
  448.         // line 283
  449.         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.'283$this->source); })()), "email", [], "any"falsefalsefalse283), "first", [], "any"falsefalsefalse283), 'widget', ["attr" => ["placeholder" => "例:ec-cube@example.com"]]);
  450.         echo "
  451.                                     ";
  452.         // line 284
  453.         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.'284$this->source); })()), "email", [], "any"falsefalsefalse284), "first", [], "any"falsefalsefalse284), 'errors');
  454.         echo "
  455.                                 </div>
  456.                                 <div class=\"ec-input";
  457.         // line 286
  458.         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.'286$this->source); })()), "email", [], "any"falsefalsefalse286), "second", [], "any"falsefalsefalse286))) ? (" error") : (""));
  459.         echo "\">
  460.                                     ";
  461.         // line 287
  462.         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.'287$this->source); })()), "email", [], "any"falsefalsefalse287), "second", [], "any"falsefalsefalse287), 'widget', ["attr" => ["placeholder" => "確認のためもう一度入力してください"]]);
  463.         echo "
  464.                                     ";
  465.         // line 288
  466.         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.'288$this->source); })()), "email", [], "any"falsefalsefalse288), "second", [], "any"falsefalsefalse288), 'errors');
  467.         echo "
  468.                                 </div>
  469.                             </dd>
  470.                         </dl>
  471.                         <dl>
  472.                             <dt>
  473.                                 ";
  474.         // line 294
  475.         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.'294$this->source); })()), "plain_password", [], "any"falsefalsefalse294), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "パスワード"]);
  476.         echo "
  477.                             </dt>
  478.                             <dd>
  479.                                 <div class=\"ec-input";
  480.         // line 297
  481.         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.'297$this->source); })()), "plain_password", [], "any"falsefalsefalse297), "first", [], "any"falsefalsefalse297))) ? (" error") : (""));
  482.         echo "\">
  483.                                     ";
  484.         // line 298
  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.'298$this->source); })()), "plain_password", [], "any"falsefalsefalse298), "first", [], "any"falsefalsefalse298), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("半角英数記号%min%〜%max%文字", ["%min%" => twig_get_attribute($this->env$this->source,         // line 299
  486. (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'299$this->source); })()), "eccube_password_min_len", [], "any"falsefalsefalse299), "%max%" => twig_get_attribute($this->env$this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'299$this->source); })()), "eccube_password_max_len", [], "any"falsefalsefalse299)])], "type" => "password"]);
  487.         // line 301
  488.         echo "
  489.                                     ";
  490.         // line 302
  491.         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.'302$this->source); })()), "plain_password", [], "any"falsefalsefalse302), "first", [], "any"falsefalsefalse302), 'errors');
  492.         echo "
  493.                                 </div>
  494.                                 <div class=\"ec-input";
  495.         // line 304
  496.         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.'304$this->source); })()), "plain_password", [], "any"falsefalsefalse304), "second", [], "any"falsefalsefalse304))) ? (" error") : (""));
  497.         echo "\">
  498.                                     ";
  499.         // line 305
  500.         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.'305$this->source); })()), "plain_password", [], "any"falsefalsefalse305), "second", [], "any"falsefalsefalse305), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認のためもう一度入力してください")], "type" => "password"]);
  501.         // line 308
  502.         echo "
  503.                                     ";
  504.         // line 309
  505.         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.'309$this->source); })()), "plain_password", [], "any"falsefalsefalse309), "second", [], "any"falsefalsefalse309), 'errors');
  506.         echo "
  507.                                 </div>
  508.                             </dd>
  509.                         </dl>
  510.                         <dl>
  511.                             <dt>
  512.                                 ";
  513.         // line 315
  514.         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.'315$this->source); })()), "birth", [], "any"falsefalsefalse315), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "生年月日"]);
  515.         echo "
  516.                             </dt>
  517.                             <dd>
  518.                                 <div class=\"ec-birth";
  519.         // line 318
  520.         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.'318$this->source); })()), "birth", [], "any"falsefalsefalse318))) ? (" error") : (""));
  521.         echo "\">
  522.                                     ";
  523.         // line 319
  524.         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.'319$this->source); })()), "birth", [], "any"falsefalsefalse319), "year", [], "any"falsefalsefalse319), 'widget');
  525.         echo "<span>/</span>
  526.                                     ";
  527.         // line 320
  528.         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.'320$this->source); })()), "birth", [], "any"falsefalsefalse320), "month", [], "any"falsefalsefalse320), 'widget');
  529.         echo "<span>/</span>
  530.                                     ";
  531.         // line 321
  532.         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.'321$this->source); })()), "birth", [], "any"falsefalsefalse321), "day", [], "any"falsefalsefalse321), 'widget');
  533.         echo "
  534.                                     ";
  535.         // line 322
  536.         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.'322$this->source); })()), "birth", [], "any"falsefalsefalse322), 'errors');
  537.         echo "
  538.                                 </div>
  539.                             </dd>
  540.                         </dl>
  541.                         <dl>
  542.                             <dt>
  543.                                 ";
  544.         // line 328
  545.         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.'328$this->source); })()), "sex", [], "any"falsefalsefalse328), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "性別"]);
  546.         echo "
  547.                             </dt>
  548.                             <dd>
  549.                                 <div class=\"ec-radio";
  550.         // line 331
  551.         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.'331$this->source); })()), "sex", [], "any"falsefalsefalse331))) ? (" error") : (""));
  552.         echo "\">
  553.                                     ";
  554.         // line 332
  555.         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.'332$this->source); })()), "sex", [], "any"falsefalsefalse332), 'widget');
  556.         echo "
  557.                                     ";
  558.         // line 333
  559.         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.'333$this->source); })()), "sex", [], "any"falsefalsefalse333), 'errors');
  560.         echo "
  561.                                 </div>
  562.                             </dd>
  563.                         </dl>
  564.                         <dl>
  565.                             <dt>
  566.                                 ";
  567.         // line 339
  568.         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.'339$this->source); })()), "job", [], "any"falsefalsefalse339), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "職業"]);
  569.         echo "
  570.                             </dt>
  571.                             <dd>
  572.                                 <div class=\"ec-select";
  573.         // line 342
  574.         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.'342$this->source); })()), "job", [], "any"falsefalsefalse342))) ? (" error") : (""));
  575.         echo "\">
  576.                                     ";
  577.         // line 343
  578.         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.'343$this->source); })()), "job", [], "any"falsefalsefalse343), 'widget');
  579.         echo "
  580.                                     ";
  581.         // line 344
  582.         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.'344$this->source); })()), "job", [], "any"falsefalsefalse344), 'errors');
  583.         echo "
  584.                                 </div>
  585.                             </dd>
  586.                         </dl>
  587.                         <dl>
  588.                             <dt>
  589.                                 ";
  590.         // line 350
  591.         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.'350$this->source); })()), "bank", [], "any"falsefalsefalse350), "bank_name", [], "any"falsefalsefalse350), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "金融機関名"]);
  592.         echo "
  593.                             </dt>
  594.                             <dd>
  595.                                 <div class=\"ec-select";
  596.         // line 353
  597.         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.'353$this->source); })()), "bank", [], "any"falsefalsefalse353), "bank_name", [], "any"falsefalsefalse353))) ? (" error") : (""));
  598.         echo "\">
  599.                                     ";
  600.         // line 354
  601.         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.'354$this->source); })()), "bank", [], "any"falsefalsefalse354), "bank_name", [], "any"falsefalsefalse354), 'widget');
  602.         echo "
  603.                                     ";
  604.         // line 355
  605.         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.'355$this->source); })()), "bank", [], "any"falsefalsefalse355), "bank_name", [], "any"falsefalsefalse355), 'errors');
  606.         echo "
  607.                                 </div>
  608.                             </dd>
  609.                         </dl>
  610.                         <dl>
  611.                             <dt>
  612.                                 ";
  613.         // line 361
  614.         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.'361$this->source); })()), "bank_branch_code", [], "any"falsefalsefalse361), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "支店名"]);
  615.         echo "
  616.                             </dt>
  617.                             <dd>
  618.                                 <div class=\"ec-halfInput\">
  619.                                     <input type=\"text\" id=\"bank_branch_id\" maxlength=3 class=\"form-control\" placeholder=\"支店番号\">
  620.                                     <button class=\"ec-headerSearch__keywordBtn btn_bank_search\" type=\"submit\" style=\"width:36px;height:36px;\">
  621.                                         <div class=\"ec-icon\">
  622.                                             <img src=\"/html/template/dzx02/assets/icon/search-dark.svg\" alt=\"\">
  623.                                         </div>
  624.                                     </button>
  625.                                 </div>
  626.                                 
  627.                                 <div class=\"ec-select";
  628.         // line 373
  629.         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.'373$this->source); })()), "bank_branch_code", [], "any"falsefalsefalse373))) ? (" error") : (""));
  630.         echo "\">
  631.                                     <select id=\"bank_branch_code\" name=\"bank_branch_code\" class=\"p-bank-name form-control\" placeholder=\"支店名\">
  632.                                     </select>
  633.                                     ";
  634.         // line 377
  635.         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.'377$this->source); })()), "bank_branch_code", [], "any"falsefalsefalse377), 'widget', ["attr" => ["style" => "display:none;"]]);
  636.         echo "
  637.                                     ";
  638.         // line 378
  639.         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.'378$this->source); })()), "bank_branch_code", [], "any"falsefalsefalse378), 'errors');
  640.         echo "
  641.                                 </div>
  642.                             </dd>
  643.                         </dl>
  644.                         <dl>
  645.                             <dt>
  646.                                 ";
  647.         // line 384
  648.         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.'384$this->source); })()), "bank_account", [], "any"falsefalsefalse384), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "口座番号"]);
  649.         echo "
  650.                             </dt>
  651.                             <dd>
  652.                                 <div class=\"ec-halfInput";
  653.         // line 387
  654.         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.'387$this->source); })()), "bank_account", [], "any"falsefalsefalse387))) ? (" error") : (""));
  655.         echo "\">
  656.                                     ";
  657.         // line 388
  658.         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.'388$this->source); })()), "bank_account", [], "any"falsefalsefalse388), 'widget', ["attr" => ["placeholder" => "口座番号(例:0000000)"]]);
  659.         echo "
  660.                                     ";
  661.         // line 389
  662.         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.'389$this->source); })()), "bank_account", [], "any"falsefalsefalse389), 'errors');
  663.         echo "
  664.                                 </div>
  665.                             </dd>
  666.                         </dl>
  667.                         <dl>
  668.                             <dt>
  669.                                 ";
  670.         // line 395
  671.         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.'395$this->source); })()), "bank_holder", [], "any"falsefalsefalse395), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "口座名義"]);
  672.         echo "
  673.                             </dt>
  674.                             <dd>
  675.                                 <div class=\"ec-halfInput";
  676.         // line 398
  677.         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.'398$this->source); })()), "bank_holder", [], "any"falsefalsefalse398))) ? (" error") : (""));
  678.         echo "\">
  679.                                     ";
  680.         // line 399
  681.         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.'399$this->source); })()), "bank_holder", [], "any"falsefalsefalse399), 'widget', ["attr" => ["placeholder" => "口座名義(例:トウキョウフジダイガク)"]]);
  682.         echo "
  683.                                     ";
  684.         // line 400
  685.         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.'400$this->source); })()), "bank_holder", [], "any"falsefalsefalse400), 'errors');
  686.         echo "
  687.                                 </div>
  688.                             </dd>
  689.                         </dl>
  690.                         ";
  691.         // line 405
  692.         echo "                        ";
  693.         $context['_parent'] = $context;
  694.         $context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'405$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse405), "eccube_form_options", [], "any"falsefalsefalse405), "auto_render", [], "any"falsefalsefalse405); }));
  695.         foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  696.             // line 406
  697.             echo "                            ";
  698.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse406), "eccube_form_options", [], "any"falsefalsefalse406), "form_theme", [], "any"falsefalsefalse406)) {
  699.                 // line 407
  700.                 echo "                                ";
  701.                 $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme($context["f"], [=> twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse407), "eccube_form_options", [], "any"falsefalsefalse407), "form_theme", [], "any"falsefalsefalse407)], true);
  702.                 // line 408
  703.                 echo "                                ";
  704.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
  705.                 echo "
  706.                             ";
  707.             } else {
  708.                 // line 410
  709.                 echo "                                <dl>
  710.                                     <dt>
  711.                                         ";
  712.                 // line 412
  713.                 $context["label_class"] = ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsetruefalse412), "label_attr", [], "any"falsetruefalse412), "class", [], "any"truetruefalse412)) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse412), "label_attr", [], "any"falsefalsefalse412), "class", [], "any"falsefalsefalse412)) : (""));
  714.                 // line 413
  715.                 echo "                                        ";
  716.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'label', ["label_attr" => ["class" => ((isset($context["label_class"]) || array_key_exists("label_class"$context) ? $context["label_class"] : (function () { throw new RuntimeError('Variable "label_class" does not exist.'413$this->source); })()) . " ec-label")]] + (twig_test_empty($_label_ twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse413), "label", [], "any"falsefalsefalse413)) ? [] : ["label" => $_label_]));
  717.                 echo "
  718.                                     </dt>
  719.                                     <dd>
  720.                                         <div class=\"";
  721.                 // line 416
  722.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse416), "eccube_form_options", [], "any"falsefalsefalse416), "style_class", [], "any"falsefalsefalse416), "html"nulltrue);
  723.                 echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($context["f"])) ? (" error") : (""));
  724.                 echo "\">
  725.                                             ";
  726.                 // line 417
  727.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'widget');
  728.                 echo "
  729.                                             ";
  730.                 // line 418
  731.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'errors');
  732.                 echo "
  733.                                         </div>
  734.                                     </dd>
  735.                                 </dl>
  736.                             ";
  737.             }
  738.             // line 423
  739.             echo "                        ";
  740.         }
  741.         $_parent $context['_parent'];
  742.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  743.         $context array_intersect_key($context$_parent) + $_parent;
  744.         // line 424
  745.         echo "                    </div>
  746.                     <div class=\"ec-registerRole__actions\">
  747.                         <div class=\"ec-checkbox";
  748.         // line 426
  749.         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.'426$this->source); })()), "user_policy_check", [], "any"falsefalsefalse426))) ? (" error") : (""));
  750.         echo "\">
  751.                             <label>
  752.                                 ";
  753.         // line 428
  754.         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.'428$this->source); })()), "user_policy_check", [], "any"falsefalsefalse428), 'widget');
  755.         echo "
  756.                                 ";
  757.         // line 429
  758.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("<a class=\"ec-link\" href=\"%url%\" target=\"_blank\">利用規約</a>に同意してお進みください", ["%url%" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_agreement")]);
  759.         echo "
  760.                             </label>
  761.                             ";
  762.         // line 431
  763.         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.'431$this->source); })()), "user_policy_check", [], "any"falsefalsefalse431), 'errors');
  764.         echo "
  765.                         </div>
  766.                         <div class=\"ec-off4Grid\">
  767.                             <div class=\"ec-off4Grid__cell\">
  768.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">";
  769.         // line 435
  770.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意する"), "html"nulltrue);
  771.         echo "</button>
  772.                                 <a class=\"ec-blockBtn--cancel\" href=\"";
  773.         // line 436
  774.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  775.         echo "\">";
  776.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意しない"), "html"nulltrue);
  777.         echo "</a>
  778.                             </div>
  779.                         </div>
  780.                     </div>
  781.                 </form>
  782.             </div>
  783.         </div>
  784.     </div>
  785.     <div class=\"ec-modal\" id=\"bankError\">
  786.         <input type=\"checkbox\" id=\"ec-modal-checkbox\" class=\"checkbox\">
  787.         <div class=\"ec-modal-overlay\">
  788.             <label for=\"ec-modal-checkbox\" class=\"ec-modal-overlay-close\"></label>
  789.             <div class=\"ec-modal-wrap\">
  790.                 <label for=\"ec-modal-checkbox\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
  791.                 <div id=\"ec-modal-header\" class=\"text-center\">支店番号が見つかりません</div>
  792.                 <div class=\"ec-modal-box\">
  793.                     <div class=\"ec-role\">
  794.                         <label for=\"ec-modal-checkbox\" class=\"ec-inlineBtn--cancel\">閉じる</label>
  795.                     </div>
  796.                 </div>
  797.             </div>
  798.         </div>
  799.     </div>
  800.     <div class=\"ec-modal\" id=\"bankError\">
  801.         <input type=\"checkbox\" id=\"ec-modal-bank\" class=\"checkbox\">
  802.         <div class=\"ec-modal-overlay\">
  803.             <label for=\"ec-modal-bank\" class=\"ec-modal-overlay-close\"></label>
  804.             <div class=\"ec-modal-wrap\">
  805.                 <label for=\"ec-modal-bank\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
  806.                 <div id=\"ec-modal-header\" class=\"text-center\">金融機関名を選択してください</div>
  807.                 <div class=\"ec-modal-box\">
  808.                     <div class=\"ec-role\">
  809.                         <label for=\"ec-modal-bank\" class=\"ec-inlineBtn--cancel\">閉じる</label>
  810.                     </div>
  811.                 </div>
  812.             </div>
  813.         </div>
  814.     </div>
  815.     <div class=\"ec-modal\">
  816.         <input type=\"checkbox\" id=\"ec-modal-banksearch\" class=\"checkbox\">
  817.         <div class=\"ec-modal-overlay\">
  818.             <label for=\"ec-modal-banksearch\" class=\"ec-modal-overlay-close\"></label>
  819.             <div class=\"ec-modal-wrap\">
  820.                 <label for=\"ec-modal-banksearch\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
  821.                 <div id=\"ec-modal-header\">
  822.                     <div class=\"ec-borderedDefs\">
  823.                         <dl>
  824.                             <dt>
  825.                                 支店番号または支店名
  826.                             </dt>
  827.                             <dd>
  828.                                 <div class=\"ec-halfInput\">
  829.                                     <input type=\"text\" id=\"branch_keyword\" class=\"form-control\" placeholder=\"番号または支店名を入力\">
  830.                                     <a class=\"ec-inlineBtn btn_bank_query\" href=\"#\">検索</a>
  831.                                 </div>
  832.                             </dd>
  833.                         </dl>
  834.                         <table class=\"dzx-table_row_detail bank_branch_list\">
  835.                         <thead>
  836.                             <tr>
  837.                                 <th style=\"width:70px;\">選択</th>
  838.                                 <th style=\"width:120px;\">支店番号</th>
  839.                                 <th>支店名</th>
  840.                             </tr>
  841.                         </thead>
  842.                         </table>
  843.                     </div>
  844.                 </div>
  845.                 <div class=\"ec-modal-box\">
  846.                     <div class=\"ec-role\">
  847.                         <label for=\"ec-modal-banksearch\" class=\"ec-inlineBtn--cancel\">閉じる</label>
  848.                     </div>
  849.                 </div>
  850.             </div>
  851.         </div>
  852.     </div>
  853. ";
  854.         
  855.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  856.         
  857.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  858.     }
  859.     public function getTemplateName()
  860.     {
  861.         return "Entry/index.twig";
  862.     }
  863.     public function isTraitable()
  864.     {
  865.         return false;
  866.     }
  867.     public function getDebugInfo()
  868.     {
  869.         return array (  824 => 436,  820 => 435,  813 => 431,  808 => 429,  804 => 428,  799 => 426,  795 => 424,  789 => 423,  781 => 418,  777 => 417,  772 => 416,  765 => 413,  763 => 412,  759 => 410,  753 => 408,  750 => 407,  747 => 406,  742 => 405,  735 => 400,  731 => 399,  727 => 398,  721 => 395,  712 => 389,  708 => 388,  704 => 387,  698 => 384,  689 => 378,  685 => 377,  678 => 373,  663 => 361,  654 => 355,  650 => 354,  646 => 353,  640 => 350,  631 => 344,  627 => 343,  623 => 342,  617 => 339,  608 => 333,  604 => 332,  600 => 331,  594 => 328,  585 => 322,  581 => 321,  577 => 320,  573 => 319,  569 => 318,  563 => 315,  554 => 309,  551 => 308,  549 => 305,  545 => 304,  540 => 302,  537 => 301,  535 => 299,  534 => 298,  530 => 297,  524 => 294,  515 => 288,  511 => 287,  507 => 286,  502 => 284,  498 => 283,  494 => 282,  488 => 279,  479 => 273,  475 => 272,  471 => 271,  465 => 268,  456 => 262,  452 => 261,  448 => 260,  443 => 258,  439 => 257,  435 => 256,  430 => 254,  426 => 253,  422 => 252,  416 => 249,  411 => 247,  406 => 245,  399 => 241,  393 => 240,  387 => 237,  378 => 231,  374 => 230,  370 => 229,  364 => 226,  355 => 220,  351 => 219,  347 => 218,  343 => 217,  339 => 216,  333 => 213,  324 => 207,  320 => 206,  316 => 205,  312 => 204,  308 => 203,  302 => 200,  295 => 196,  290 => 194,  283 => 190,  279 => 188,  269 => 187,  123 => 49,  113 => 48,  75 => 18,  65 => 17,  54 => 11,  52 => 15,  50 => 13,  37 => 11,);
  870.     }
  871.     public function getSourceContext()
  872.     {
  873.         return new Source("{#
  874. This file is part of EC-CUBE
  875. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  876. http://www.ec-cube.co.jp/
  877. For the full copyright and license information, please view the LICENSE
  878. file that was distributed with this source code.
  879. #}
  880. {% extends 'default_frame.twig' %}
  881. {% set body_class = 'registration_page' %}
  882. {% form_theme form 'Form/form_div_layout.twig' %}
  883. {% block stylesheet %}
  884. \t<style>
  885.         .dzx-table_row_detail {
  886.             min-width: auto;
  887.             width:100%;
  888.         }
  889.         .bank_branch_list tbody {
  890.             display:block;
  891.             height:195px;
  892.             overflow-y:scroll;
  893.         }
  894.         .bank_branch_list thead, tbody tr {
  895.             display:table;
  896.             width:100%;
  897.             table-layout:fixed;
  898.         }
  899.         .bank_branch_list thead {
  900.             width: calc( 100% - 1em )
  901.         }
  902.         .bank_branch_select {
  903.             padding: 5px;
  904.             font-size: 12px;
  905.         }
  906.         .ec-select select {
  907.             width:100%;
  908.         }
  909.     </style>
  910. {% endblock stylesheet %}
  911. {% block javascript %}
  912.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  913.     <script>
  914.         var sys_AllowIsApp = true;
  915.         \$(function() {
  916.             var branchList = null;
  917.             \$(\"#entry_bank_bank_name\").on(\"change\", function(){
  918.                 var t = \$(this);
  919.                 var bankid = t.val() || '0';
  920.                 branchList=null;
  921.                 \$.ajax({
  922.                     type: \"POST\",
  923.                     url: \"/bank/list/\" + bankid,
  924.                     data: JSON.stringify({\"id\": bankid}),
  925.                     dataType : \"json\",
  926.                 }).done(function(data){
  927.                     var isSelected = false;
  928.                     if(data.status!=\"OK\") return;
  929.                     var opt = \$(\"#bank_branch_code\");
  930.                     var txt = \$(\"#entry_bank_branch_code\");
  931.                     opt.find(\"option\").remove().end();
  932.                     opt.append('<option value=\"\">支店を選択</option>');
  933.                     \$.each(data.data, function(i, dt){
  934.                         var item = \$(\"<option></option>\");
  935.                         item.prop(\"value\", dt.id);
  936.                         item.text(dt.name);
  937.                         if( txt.val() == dt.id ){
  938.                             isSelected = true;
  939.                             item.prop(\"selected\", true);
  940.                             \$(\"#entry_bank_branch_code\").val( dt.id );
  941.                             \$(\"#bank_branch_id\").val(dt.branchCode);
  942.                         }
  943.                         item.data(\"branchCode\", dt.branchCode);
  944.                         opt.append(item);
  945.                     });
  946.                     branchList = data.data;
  947.                     if(!isSelected){
  948.                         \$(\"#entry_bank_branch_code\").val(\"\");
  949.                         \$(\"#bank_branch_id\").val(\"\");
  950.                     }
  951.                     return true;
  952.                 });
  953.             });
  954.             \$(\"#bank_branch_code\").on(\"change\", function(){
  955.                 var opt = \$(this).find(\":selected\");
  956.                 \$(\"#entry_bank_branch_code\").val( \$(this).val() );
  957.                 \$(\"#bank_branch_id\").val(opt.data(\"branchCode\"));
  958.             });
  959.             \$(\"#bank_branch_id\").on(\"keyup\", function(){
  960.                 var isSelected = false;
  961.                 var opt = \$(\"#bank_branch_code\").find(\"option\");
  962.                 \$(\"#bank_branch_code\").find(\"option\").prop(\"selected\", false);
  963.                 \$(\"#entry_bank_branch_code\").val(\"\");
  964.                 \$.each(opt, function(){
  965.                     var o = \$(this);
  966.                     if(o.data(\"branchCode\") == \$(\"#bank_branch_id\").val()){
  967.                         o.prop(\"selected\", true);
  968.                         isSelected = true;
  969.                         \$(\"#entry_bank_branch_code\").val(o.val());
  970.                     }
  971.                 });
  972.                 if(!isSelected){
  973.                     if(\$(\"#bank_branch_id\").val().length >= 3){
  974.                         \$('#ec-modal-checkbox').prop('checked', true);
  975.                     }
  976.                 }
  977.             });
  978.             \$(\"#entry_bank_bank_name\").trigger(\"change\");
  979.            \$(\".btn_bank_search\").on(\"click\", function(){
  980.                 if(branchList == null || branchList.length <= 0){
  981.                     \$('#ec-modal-bank').prop('checked', true);
  982.                 }else{
  983.                     \$('#ec-modal-banksearch').prop('checked', true);
  984.                     \$(\".bank_branch_list\").hide();
  985.                 }
  986.                 return false;
  987.             });
  988.             \$(\".btn_bank_query\").on(\"click\", function(){
  989.                 var table = \$(\".bank_branch_list\");
  990.                 var tbody = \$(\"<tbody></tbody>\");
  991.                 table.find(\"tbody\").remove().end();
  992.                 \$.each(branchList, function(i, dt){
  993.                     if(  dt.name.indexOf(\$(\"#branch_keyword\").val()) >= 0 || dt.branchCode.indexOf(\$(\"#branch_keyword\").val()) >= 0 ){
  994.                         var tr = \$(\"<tr></tr>\");
  995.                         var btn = \$('<a class=\"ec-inlineBtn bank_branch_select\" href=\"#\">選択する</a>');
  996.                         var branchSel = \$('<td style=\"width:70px;\"></td>');
  997.                         var branchCode = \$('<td style=\"width:120px;\"></td>');
  998.                         var branchName = \$(\"<td></td>\");
  999.                         btn.data(\"value\", dt.branchCode);
  1000.                         branchCode.text(dt.branchCode);
  1001.                         branchName.text(dt.name);
  1002.                         branchSel.append(btn);
  1003.                         tr.append(branchSel);
  1004.                         tr.append(branchCode);
  1005.                         tr.append(branchName);
  1006.                         btn.on(\"click\", function(){
  1007.                             var \$this = \$(this);
  1008.                             \$('#bank_branch_id').val(btn.data(\"value\"));
  1009.                             \$('#bank_branch_id').trigger(\"keyup\");
  1010.                             \$('#ec-modal-banksearch').prop('checked', false);
  1011.                             return false;
  1012.                         });
  1013.                         tbody.append(tr);
  1014.                     }
  1015.                 });
  1016.                 if(tbody.find(\"tr\").length==0){
  1017.                     var tr = \$('<tr><td colspan=3>支店が見つかりません</td></tr>');
  1018.                     tbody.append(tr);
  1019.                 }
  1020.                 table.append(tbody);
  1021.                 \$(\".bank_branch_list\").show();
  1022.                 return false;
  1023.             });
  1024.         });
  1025.     </script>
  1026. {% endblock javascript %}
  1027. {% block main %}
  1028.     <div class=\"ec-registerRole\">
  1029.         <div class=\"ec-pageHeader\">
  1030.             <h1>{{ '新規会員登録'|trans }}</h1>
  1031.         </div>
  1032.         <div class=\"ec-off1Grid\">
  1033.             <div class=\"ec-off1Grid__cell\">
  1034.                 <form method=\"post\" action=\"{{ url('entry') }}\" novalidate class=\"h-adr\">
  1035.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  1036.                     {{ form_widget(form._token) }}
  1037.                     <div class=\"ec-borderedDefs\">
  1038.                         <dl>
  1039.                             <dt>
  1040.                                 {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
  1041.                             </dt>
  1042.                             <dd>
  1043.                                 <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error'}}\">
  1044.                                     {{ form_widget(form.name.name01, { 'attr': { 'placeholder': '姓' }}) }}
  1045.                                     {{ form_widget(form.name.name02, { 'attr': { 'placeholder': '名' }}) }}
  1046.                                     {{ form_errors(form.name.name01) }}
  1047.                                     {{ form_errors(form.name.name02) }}
  1048.                                 </div>
  1049.                             </dd>
  1050.                         </dl>
  1051.                         <dl>
  1052.                             <dt>
  1053.                                 {{ form_label(form.kana, 'お名前(カナ)', { 'label_attr': { 'class': 'ec-label' }}) }}
  1054.                             </dt>
  1055.                             <dd>
  1056.                                 <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error'}}\">
  1057.                                     {{ form_widget(form.kana.kana01, { 'attr': { 'placeholder': 'セイ' }}) }}
  1058.                                     {{ form_widget(form.kana.kana02, { 'attr': { 'placeholder': 'メイ' }}) }}
  1059.                                     {{ form_errors(form.kana.kana01) }}
  1060.                                     {{ form_errors(form.kana.kana02) }}
  1061.                                 </div>
  1062.                             </dd>
  1063.                         </dl>
  1064.                         <dl>
  1065.                             <dt>
  1066.                                 {{ form_label(form.company_name, '会社名', { 'label_attr': { 'class': 'ec-label' }}) }}
  1067.                             </dt>
  1068.                             <dd>
  1069.                                 <div class=\"ec-halfInput{{ has_errors(form.company_name) ? ' error' }}\">
  1070.                                     {{ form_widget(form.company_name) }}
  1071.                                     {{ form_errors(form.company_name) }}
  1072.                                 </div>
  1073.                             </dd>
  1074.                         </dl>
  1075.                         <dl>
  1076.                             <dt>
  1077.                                 {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  1078.                             </dt>
  1079.                             <dd>
  1080.                                 <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\"><span>{{ '〒'|trans }}</span>
  1081.                                     {{ form_widget(form.postal_code) }}
  1082.                                     <div class=\"ec-zipInputHelp\">
  1083.                                         <div class=\"ec-zipInputHelp__icon\">
  1084.                                             <div class=\"ec-icon\"><img
  1085.                                                         src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\">
  1086.                                             </div>
  1087.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
  1088.                                     </div>
  1089.                                     {{ form_errors(form.postal_code) }}
  1090.                                 </div>
  1091.                                 <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  1092.                                     {{ form_widget(form.address.pref) }}
  1093.                                     {{ form_errors(form.address.pref) }}
  1094.                                 </div>
  1095.                                 <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  1096.                                     {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  1097.                                     {{ form_errors(form.address.addr01) }}
  1098.                                 </div>
  1099.                                 <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  1100.                                     {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  1101.                                     {{ form_errors(form.address.addr02) }}
  1102.                                 </div>
  1103.                             </dd>
  1104.                         </dl>
  1105.                         <dl>
  1106.                             <dt>
  1107.                                 {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  1108.                             </dt>
  1109.                             <dd>
  1110.                                 <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  1111.                                     {{ form_widget(form.phone_number) }}
  1112.                                     {{ form_errors(form.phone_number) }}
  1113.                                 </div>
  1114.                             </dd>
  1115.                         </dl>
  1116.                         <dl>
  1117.                             <dt>
  1118.                                 {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  1119.                             </dt>
  1120.                             <dd>
  1121.                                 <div class=\"ec-input{{ has_errors(form.email.first) ? ' error' }}\">
  1122.                                     {{ form_widget(form.email.first, { 'attr': { 'placeholder': '例:ec-cube@example.com' }}) }}
  1123.                                     {{ form_errors(form.email.first) }}
  1124.                                 </div>
  1125.                                 <div class=\"ec-input{{ has_errors(form.email.second) ? ' error' }}\">
  1126.                                     {{ form_widget(form.email.second, { 'attr': { 'placeholder': '確認のためもう一度入力してください' }}) }}
  1127.                                     {{ form_errors(form.email.second) }}
  1128.                                 </div>
  1129.                             </dd>
  1130.                         </dl>
  1131.                         <dl>
  1132.                             <dt>
  1133.                                 {{ form_label(form.plain_password, 'パスワード', { 'label_attr': {'class': 'ec-label' }}) }}
  1134.                             </dt>
  1135.                             <dd>
  1136.                                 <div class=\"ec-input{{ has_errors(form.plain_password.first) ? ' error' }}\">
  1137.                                     {{ form_widget(form.plain_password.first, {
  1138.                                         'attr': { 'placeholder': '半角英数記号%min%〜%max%文字'|trans({ '%min%': eccube_config.eccube_password_min_len, '%max%': eccube_config.eccube_password_max_len }) },
  1139.                                         'type': 'password'
  1140.                                     }) }}
  1141.                                     {{ form_errors(form.plain_password.first) }}
  1142.                                 </div>
  1143.                                 <div class=\"ec-input{{ has_errors(form.plain_password.second) ? ' error' }}\">
  1144.                                     {{ form_widget(form.plain_password.second, {
  1145.                                         'attr': { 'placeholder': '確認のためもう一度入力してください'|trans },
  1146.                                         'type': 'password'
  1147.                                     }) }}
  1148.                                     {{ form_errors(form.plain_password.second) }}
  1149.                                 </div>
  1150.                             </dd>
  1151.                         </dl>
  1152.                         <dl>
  1153.                             <dt>
  1154.                                 {{ form_label(form.birth, '生年月日', { 'label_attr': {'class': 'ec-label' }}) }}
  1155.                             </dt>
  1156.                             <dd>
  1157.                                 <div class=\"ec-birth{{ has_errors(form.birth) ? ' error' }}\">
  1158.                                     {{ form_widget(form.birth.year) }}<span>/</span>
  1159.                                     {{ form_widget(form.birth.month) }}<span>/</span>
  1160.                                     {{ form_widget(form.birth.day) }}
  1161.                                     {{ form_errors(form.birth) }}
  1162.                                 </div>
  1163.                             </dd>
  1164.                         </dl>
  1165.                         <dl>
  1166.                             <dt>
  1167.                                 {{ form_label(form.sex, '性別', { 'label_attr': { 'class': 'ec-label' }}) }}
  1168.                             </dt>
  1169.                             <dd>
  1170.                                 <div class=\"ec-radio{{ has_errors(form.sex) ? ' error' }}\">
  1171.                                     {{ form_widget(form.sex) }}
  1172.                                     {{ form_errors(form.sex) }}
  1173.                                 </div>
  1174.                             </dd>
  1175.                         </dl>
  1176.                         <dl>
  1177.                             <dt>
  1178.                                 {{ form_label(form.job, '職業', { 'label_attr': {'class': 'ec-label' }}) }}
  1179.                             </dt>
  1180.                             <dd>
  1181.                                 <div class=\"ec-select{{ has_errors(form.job) ? ' error' }}\">
  1182.                                     {{ form_widget(form.job) }}
  1183.                                     {{ form_errors(form.job) }}
  1184.                                 </div>
  1185.                             </dd>
  1186.                         </dl>
  1187.                         <dl>
  1188.                             <dt>
  1189.                                 {{ form_label(form.bank.bank_name, '金融機関名', { 'label_attr': {'class': 'ec-label' }}) }}
  1190.                             </dt>
  1191.                             <dd>
  1192.                                 <div class=\"ec-select{{ has_errors(form.bank.bank_name) ? ' error' }}\">
  1193.                                     {{ form_widget(form.bank.bank_name) }}
  1194.                                     {{ form_errors(form.bank.bank_name) }}
  1195.                                 </div>
  1196.                             </dd>
  1197.                         </dl>
  1198.                         <dl>
  1199.                             <dt>
  1200.                                 {{ form_label(form.bank_branch_code, '支店名', { 'label_attr': {'class': 'ec-label' }}) }}
  1201.                             </dt>
  1202.                             <dd>
  1203.                                 <div class=\"ec-halfInput\">
  1204.                                     <input type=\"text\" id=\"bank_branch_id\" maxlength=3 class=\"form-control\" placeholder=\"支店番号\">
  1205.                                     <button class=\"ec-headerSearch__keywordBtn btn_bank_search\" type=\"submit\" style=\"width:36px;height:36px;\">
  1206.                                         <div class=\"ec-icon\">
  1207.                                             <img src=\"/html/template/dzx02/assets/icon/search-dark.svg\" alt=\"\">
  1208.                                         </div>
  1209.                                     </button>
  1210.                                 </div>
  1211.                                 
  1212.                                 <div class=\"ec-select{{ has_errors(form.bank_branch_code) ? ' error' }}\">
  1213.                                     <select id=\"bank_branch_code\" name=\"bank_branch_code\" class=\"p-bank-name form-control\" placeholder=\"支店名\">
  1214.                                     </select>
  1215.                                     {{ form_widget(form.bank_branch_code, { 'attr': { 'style': 'display:none;' }}) }}
  1216.                                     {{ form_errors(form.bank_branch_code) }}
  1217.                                 </div>
  1218.                             </dd>
  1219.                         </dl>
  1220.                         <dl>
  1221.                             <dt>
  1222.                                 {{ form_label(form.bank_account, '口座番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  1223.                             </dt>
  1224.                             <dd>
  1225.                                 <div class=\"ec-halfInput{{ has_errors(form.bank_account) ? ' error' }}\">
  1226.                                     {{ form_widget(form.bank_account, { 'attr': { 'placeholder': '口座番号(例:0000000)' }}) }}
  1227.                                     {{ form_errors(form.bank_account) }}
  1228.                                 </div>
  1229.                             </dd>
  1230.                         </dl>
  1231.                         <dl>
  1232.                             <dt>
  1233.                                 {{ form_label(form.bank_holder, '口座名義', { 'label_attr': { 'class': 'ec-label' }}) }}
  1234.                             </dt>
  1235.                             <dd>
  1236.                                 <div class=\"ec-halfInput{{ has_errors(form.bank_holder) ? ' error' }}\">
  1237.                                     {{ form_widget(form.bank_holder, { 'attr': { 'placeholder': '口座名義(例:トウキョウフジダイガク)' }}) }}
  1238.                                     {{ form_errors(form.bank_holder) }}
  1239.                                 </div>
  1240.                             </dd>
  1241.                         </dl>
  1242.                         {# エンティティ拡張の自動出力 #}
  1243.                         {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}
  1244.                             {% if f.vars.eccube_form_options.form_theme %}
  1245.                                 {% form_theme f f.vars.eccube_form_options.form_theme %}
  1246.                                 {{ form_row(f) }}
  1247.                             {% else %}
  1248.                                 <dl>
  1249.                                     <dt>
  1250.                                         {% set label_class =  f.vars.label_attr.class is defined ? f.vars.label_attr.class : '' %}
  1251.                                         {{ form_label(f, f.vars.label, { 'label_attr': {'class': label_class ~ ' ec-label' }}) }}
  1252.                                     </dt>
  1253.                                     <dd>
  1254.                                         <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
  1255.                                             {{ form_widget(f) }}
  1256.                                             {{ form_errors(f) }}
  1257.                                         </div>
  1258.                                     </dd>
  1259.                                 </dl>
  1260.                             {% endif %}
  1261.                         {% endfor %}
  1262.                     </div>
  1263.                     <div class=\"ec-registerRole__actions\">
  1264.                         <div class=\"ec-checkbox{{ has_errors(form.user_policy_check) ? ' error' }}\">
  1265.                             <label>
  1266.                                 {{ form_widget(form.user_policy_check) }}
  1267.                                 {{ '<a class=\"ec-link\" href=\"%url%\" target=\"_blank\">利用規約</a>に同意してお進みください'|trans({ '%url%': url('help_agreement') })|raw }}
  1268.                             </label>
  1269.                             {{ form_errors(form.user_policy_check) }}
  1270.                         </div>
  1271.                         <div class=\"ec-off4Grid\">
  1272.                             <div class=\"ec-off4Grid__cell\">
  1273.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">{{ '同意する'|trans }}</button>
  1274.                                 <a class=\"ec-blockBtn--cancel\" href=\"{{ url('homepage') }}\">{{ '同意しない'|trans }}</a>
  1275.                             </div>
  1276.                         </div>
  1277.                     </div>
  1278.                 </form>
  1279.             </div>
  1280.         </div>
  1281.     </div>
  1282.     <div class=\"ec-modal\" id=\"bankError\">
  1283.         <input type=\"checkbox\" id=\"ec-modal-checkbox\" class=\"checkbox\">
  1284.         <div class=\"ec-modal-overlay\">
  1285.             <label for=\"ec-modal-checkbox\" class=\"ec-modal-overlay-close\"></label>
  1286.             <div class=\"ec-modal-wrap\">
  1287.                 <label for=\"ec-modal-checkbox\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
  1288.                 <div id=\"ec-modal-header\" class=\"text-center\">支店番号が見つかりません</div>
  1289.                 <div class=\"ec-modal-box\">
  1290.                     <div class=\"ec-role\">
  1291.                         <label for=\"ec-modal-checkbox\" class=\"ec-inlineBtn--cancel\">閉じる</label>
  1292.                     </div>
  1293.                 </div>
  1294.             </div>
  1295.         </div>
  1296.     </div>
  1297.     <div class=\"ec-modal\" id=\"bankError\">
  1298.         <input type=\"checkbox\" id=\"ec-modal-bank\" class=\"checkbox\">
  1299.         <div class=\"ec-modal-overlay\">
  1300.             <label for=\"ec-modal-bank\" class=\"ec-modal-overlay-close\"></label>
  1301.             <div class=\"ec-modal-wrap\">
  1302.                 <label for=\"ec-modal-bank\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
  1303.                 <div id=\"ec-modal-header\" class=\"text-center\">金融機関名を選択してください</div>
  1304.                 <div class=\"ec-modal-box\">
  1305.                     <div class=\"ec-role\">
  1306.                         <label for=\"ec-modal-bank\" class=\"ec-inlineBtn--cancel\">閉じる</label>
  1307.                     </div>
  1308.                 </div>
  1309.             </div>
  1310.         </div>
  1311.     </div>
  1312.     <div class=\"ec-modal\">
  1313.         <input type=\"checkbox\" id=\"ec-modal-banksearch\" class=\"checkbox\">
  1314.         <div class=\"ec-modal-overlay\">
  1315.             <label for=\"ec-modal-banksearch\" class=\"ec-modal-overlay-close\"></label>
  1316.             <div class=\"ec-modal-wrap\">
  1317.                 <label for=\"ec-modal-banksearch\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
  1318.                 <div id=\"ec-modal-header\">
  1319.                     <div class=\"ec-borderedDefs\">
  1320.                         <dl>
  1321.                             <dt>
  1322.                                 支店番号または支店名
  1323.                             </dt>
  1324.                             <dd>
  1325.                                 <div class=\"ec-halfInput\">
  1326.                                     <input type=\"text\" id=\"branch_keyword\" class=\"form-control\" placeholder=\"番号または支店名を入力\">
  1327.                                     <a class=\"ec-inlineBtn btn_bank_query\" href=\"#\">検索</a>
  1328.                                 </div>
  1329.                             </dd>
  1330.                         </dl>
  1331.                         <table class=\"dzx-table_row_detail bank_branch_list\">
  1332.                         <thead>
  1333.                             <tr>
  1334.                                 <th style=\"width:70px;\">選択</th>
  1335.                                 <th style=\"width:120px;\">支店番号</th>
  1336.                                 <th>支店名</th>
  1337.                             </tr>
  1338.                         </thead>
  1339.                         </table>
  1340.                     </div>
  1341.                 </div>
  1342.                 <div class=\"ec-modal-box\">
  1343.                     <div class=\"ec-role\">
  1344.                         <label for=\"ec-modal-banksearch\" class=\"ec-inlineBtn--cancel\">閉じる</label>
  1345.                     </div>
  1346.                 </div>
  1347.             </div>
  1348.         </div>
  1349.     </div>
  1350. {% endblock %}
  1351. ""Entry/index.twig""/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/template/default/Entry/index.twig");
  1352.     }
  1353. }