var/cache/dev/twig/b3/b3810e230882299d1837ec0a96c37aac02e49e1043830aed75e113688a3a2e87.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_2b09a96d7c5bf476ed2556b5f23858fe4f36705df07d417cd4e6226f3189aeab extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 11
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Entry/index.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Entry/index.twig"));
  39.         // line 13
  40.         $context["body_class"] = "registration_page";
  41.         // line 15
  42.         $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);
  43.         // line 11
  44.         $this->parent $this->loadTemplate("default_frame.twig""Entry/index.twig"11);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  48.         
  49.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  50.     }
  51.     // line 17
  52.     public function block_javascript($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  59.         // line 18
  60.         echo "    <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  61. ";
  62.         
  63.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  64.         
  65.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  66.     }
  67.     // line 21
  68.     public function block_main($context, array $blocks = [])
  69.     {
  70.         $macros $this->macros;
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  75.         // line 22
  76.         echo "    <div class=\"ec-registerRole\">
  77.         <div class=\"ec-pageHeader\">
  78.             <h1>";
  79.         // line 24
  80.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録"), "html"nulltrue);
  81.         echo "</h1>
  82.         </div>
  83.         <div class=\"ec-off1Grid\">
  84.             <div class=\"ec-off1Grid__cell\">
  85.                 <form method=\"post\" action=\"";
  86.         // line 28
  87.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
  88.         echo "\" novalidate class=\"h-adr\">
  89.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  90.                     ";
  91.         // line 30
  92.         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.'30$this->source); })()), "_token", [], "any"falsefalsefalse30), 'widget');
  93.         echo "
  94.                     <div class=\"ec-borderedDefs\">
  95.                         <dl>
  96.                             <dt>
  97.                                 ";
  98.         // line 34
  99.         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.'34$this->source); })()), "campaign_cd10", [], "any"falsefalsefalse34), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "キャンペーンコード"]);
  100.         echo "
  101.                             </dt>
  102.                             <dd>
  103.                                 <div class=\"ec-halfInput";
  104.         // line 37
  105.         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.'37$this->source); })()), "campaign_cd10", [], "any"falsefalsefalse37))) ? (" error") : (""));
  106.         echo "\">
  107.                                     ";
  108.         // line 38
  109.         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.'38$this->source); })()), "campaign_cd10", [], "any"falsefalsefalse38), 'widget', ["attr" => ["placeholder" => "キャンペーンコードが必要です。"]]);
  110.         echo "
  111.                                     ";
  112.         // line 39
  113.         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.'39$this->source); })()), "campaign_cd10", [], "any"falsefalsefalse39), 'errors');
  114.         echo "
  115.                                 </div>
  116.                             </dd>
  117.                         </dl>
  118.                         <dl>
  119.                             <dt>
  120.                                 ";
  121.         // line 45
  122.         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.'45$this->source); })()), "skscd", [], "any"falsefalsefalse45), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "専用コード"]);
  123.         echo "
  124.                             </dt>
  125.                             <dd>
  126.                                 <div class=\"ec-halfInput";
  127.         // line 48
  128.         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.'48$this->source); })()), "skscd", [], "any"falsefalsefalse48))) ? (" error") : (""));
  129.         echo "\">
  130.                                     ";
  131.         // line 49
  132.         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.'49$this->source); })()), "skscd", [], "any"falsefalsefalse49), 'widget', ["attr" => ["placeholder" => "お持ちの方は入力してください。"]]);
  133.         echo "
  134.                                     ";
  135.         // line 50
  136.         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.'50$this->source); })()), "skscd", [], "any"falsefalsefalse50), 'errors');
  137.         echo "
  138.                                 </div>
  139.                             </dd>
  140.                         </dl>
  141.                         <dl>
  142.                             <dt>
  143.                                 ";
  144.         // line 56
  145.         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.'56$this->source); })()), "name", [], "any"falsefalsefalse56), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
  146.         echo "
  147.                             </dt>
  148.                             <dd>
  149.                                 <div class=\"ec-halfInput";
  150.         // line 59
  151.         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.'59$this->source); })()), "name", [], "any"falsefalsefalse59), "name01", [], "any"falsefalsefalse59), 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.'59$this->source); })()), "name", [], "any"falsefalsefalse59), "name02", [], "any"falsefalsefalse59))) ? (" error") : (""));
  152.         echo "\">
  153.                                     ";
  154.         // line 60
  155.         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.'60$this->source); })()), "name", [], "any"falsefalsefalse60), "name01", [], "any"falsefalsefalse60), 'widget', ["attr" => ["placeholder" => "姓"]]);
  156.         echo "
  157.                                     ";
  158.         // line 61
  159.         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.'61$this->source); })()), "name", [], "any"falsefalsefalse61), "name02", [], "any"falsefalsefalse61), 'widget', ["attr" => ["placeholder" => "名"]]);
  160.         echo "
  161.                                     ";
  162.         // line 62
  163.         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.'62$this->source); })()), "name", [], "any"falsefalsefalse62), "name01", [], "any"falsefalsefalse62), 'errors');
  164.         echo "
  165.                                     ";
  166.         // line 63
  167.         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.'63$this->source); })()), "name", [], "any"falsefalsefalse63), "name02", [], "any"falsefalsefalse63), 'errors');
  168.         echo "
  169.                                 </div>
  170.                             </dd>
  171.                         </dl>
  172.                         <dl>
  173.                             <dt>
  174.                                 ";
  175.         // line 69
  176.         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.'69$this->source); })()), "kana", [], "any"falsefalsefalse69), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前(カナ)"]);
  177.         echo "
  178.                             </dt>
  179.                             <dd>
  180.                                 <div class=\"ec-halfInput";
  181.         // line 72
  182.         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.'72$this->source); })()), "kana", [], "any"falsefalsefalse72), "kana01", [], "any"falsefalsefalse72), 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.'72$this->source); })()), "kana", [], "any"falsefalsefalse72), "kana02", [], "any"falsefalsefalse72))) ? (" error") : (""));
  183.         echo "\">
  184.                                     ";
  185.         // line 73
  186.         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.'73$this->source); })()), "kana", [], "any"falsefalsefalse73), "kana01", [], "any"falsefalsefalse73), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  187.         echo "
  188.                                     ";
  189.         // line 74
  190.         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.'74$this->source); })()), "kana", [], "any"falsefalsefalse74), "kana02", [], "any"falsefalsefalse74), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  191.         echo "
  192.                                     ";
  193.         // line 75
  194.         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.'75$this->source); })()), "kana", [], "any"falsefalsefalse75), "kana01", [], "any"falsefalsefalse75), 'errors');
  195.         echo "
  196.                                     ";
  197.         // line 76
  198.         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.'76$this->source); })()), "kana", [], "any"falsefalsefalse76), "kana02", [], "any"falsefalsefalse76), 'errors');
  199.         echo "
  200.                                 </div>
  201.                             </dd>
  202.                         </dl>
  203.                     ";
  204.         // line 91
  205.         echo "                        <dl>
  206.                             <dt>
  207.                                 ";
  208.         // line 93
  209.         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.'93$this->source); })()), "address", [], "any"falsefalsefalse93), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
  210.         echo "
  211.                             </dt>
  212.                             <dd>
  213.                                 <div class=\"ec-zipInput";
  214.         // line 96
  215.         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.'96$this->source); })()), "postal_code", [], "any"falsefalsefalse96))) ? (" error") : (""));
  216.         echo "\"><span>";
  217.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  218.         echo "</span>
  219.                                     ";
  220.         // line 97
  221.         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.'97$this->source); })()), "postal_code", [], "any"falsefalsefalse97), 'widget');
  222.         echo "
  223.                                     <div class=\"ec-zipInputHelp\">
  224.                                         <div class=\"ec-zipInputHelp__icon\">
  225.                                             <div class=\"ec-icon\"><img
  226.                                                         src=\"";
  227.         // line 101
  228.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/question-white.svg"), "html"nulltrue);
  229.         echo "\" alt=\"\">
  230.                                             </div>
  231.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  232.         // line 103
  233.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html"nulltrue);
  234.         echo "</span></a>
  235.                                     </div>
  236.                                     ";
  237.         // line 105
  238.         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.'105$this->source); })()), "postal_code", [], "any"falsefalsefalse105), 'errors');
  239.         echo "
  240.                                 </div>
  241.                                 <div class=\"ec-select";
  242.         // line 108
  243.         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.'108$this->source); })()), "address", [], "any"falsefalsefalse108), "pref", [], "any"falsefalsefalse108))) ? (" error") : (""));
  244.         echo "\">
  245.                                     ";
  246.         // line 109
  247.         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.'109$this->source); })()), "address", [], "any"falsefalsefalse109), "pref", [], "any"falsefalsefalse109), 'widget');
  248.         echo "
  249.                                     ";
  250.         // line 110
  251.         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.'110$this->source); })()), "address", [], "any"falsefalsefalse110), "pref", [], "any"falsefalsefalse110), 'errors');
  252.         echo "
  253.                                 </div>
  254.                                 <div class=\"ec-input";
  255.         // line 112
  256.         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.'112$this->source); })()), "address", [], "any"falsefalsefalse112), "addr01", [], "any"falsefalsefalse112))) ? (" error") : (""));
  257.         echo "\">
  258.                                     ";
  259.         // line 113
  260.         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.'113$this->source); })()), "address", [], "any"falsefalsefalse113), "addr01", [], "any"falsefalsefalse113), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  261.         echo "
  262.                                     ";
  263.         // line 114
  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.'114$this->source); })()), "address", [], "any"falsefalsefalse114), "addr01", [], "any"falsefalsefalse114), 'errors');
  265.         echo "
  266.                                 </div>
  267.                                 <div class=\"ec-input";
  268.         // line 116
  269.         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.'116$this->source); })()), "address", [], "any"falsefalsefalse116), "addr02", [], "any"falsefalsefalse116))) ? (" error") : (""));
  270.         echo "\">
  271.                                     ";
  272.         // line 117
  273.         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.'117$this->source); })()), "address", [], "any"falsefalsefalse117), "addr02", [], "any"falsefalsefalse117), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  274.         echo "
  275.                                     ";
  276.         // line 118
  277.         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.'118$this->source); })()), "address", [], "any"falsefalsefalse118), "addr02", [], "any"falsefalsefalse118), 'errors');
  278.         echo "
  279.                                 </div>
  280.                             </dd>
  281.                         </dl>
  282.                         <dl>
  283.                             <dt>
  284.                                 ";
  285.         // line 124
  286.         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.'124$this->source); })()), "phone_number", [], "any"falsefalsefalse124), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  287.         echo "
  288.                             </dt>
  289.                             <dd>
  290.                                 <div class=\"ec-telInput";
  291.         // line 127
  292.         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.'127$this->source); })()), "phone_number", [], "any"falsefalsefalse127))) ? (" error") : (""));
  293.         echo "\">
  294.                                     ";
  295.         // line 128
  296.         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.'128$this->source); })()), "phone_number", [], "any"falsefalsefalse128), 'widget');
  297.         echo "
  298.                                     ";
  299.         // line 129
  300.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'129$this->source); })()), "phone_number", [], "any"falsefalsefalse129), 'errors');
  301.         echo "
  302.                                 </div>
  303.                             </dd>
  304.                         </dl>
  305.                         <dl>
  306.                             <dt>
  307.                                 ";
  308.         // line 135
  309.         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.'135$this->source); })()), "email", [], "any"falsefalsefalse135), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  310.         echo "
  311.                             </dt>
  312.                             <dd>
  313.                                 <div class=\"ec-input";
  314.         // line 138
  315.         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.'138$this->source); })()), "email", [], "any"falsefalsefalse138), "first", [], "any"falsefalsefalse138))) ? (" error") : (""));
  316.         echo "\">
  317.                                     ";
  318.         // line 139
  319.         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.'139$this->source); })()), "email", [], "any"falsefalsefalse139), "first", [], "any"falsefalsefalse139), 'widget', ["attr" => ["placeholder" => "例:sample@example.com"]]);
  320.         echo "
  321.                                     ";
  322.         // line 140
  323.         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.'140$this->source); })()), "email", [], "any"falsefalsefalse140), "first", [], "any"falsefalsefalse140), 'errors');
  324.         echo "
  325.                                 </div>
  326.                                 <div class=\"ec-input";
  327.         // line 142
  328.         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.'142$this->source); })()), "email", [], "any"falsefalsefalse142), "second", [], "any"falsefalsefalse142))) ? (" error") : (""));
  329.         echo "\">
  330.                                     ";
  331.         // line 143
  332.         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.'143$this->source); })()), "email", [], "any"falsefalsefalse143), "second", [], "any"falsefalsefalse143), 'widget', ["attr" => ["placeholder" => "確認のためもう一度入力してください"]]);
  333.         echo "
  334.                                     ";
  335.         // line 144
  336.         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.'144$this->source); })()), "email", [], "any"falsefalsefalse144), "second", [], "any"falsefalsefalse144), 'errors');
  337.         echo "
  338.                                 </div>
  339.                             </dd>
  340.                         </dl>
  341.                         <dl>
  342.                             <dt>
  343.                                 ";
  344.         // line 150
  345.         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.'150$this->source); })()), "plain_password", [], "any"falsefalsefalse150), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "パスワード"]);
  346.         echo "
  347.                             </dt>
  348.                             <dd>
  349.                                 <div class=\"ec-input";
  350.         // line 153
  351.         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.'153$this->source); })()), "plain_password", [], "any"falsefalsefalse153), "first", [], "any"falsefalsefalse153))) ? (" error") : (""));
  352.         echo "\">
  353.                                     ";
  354.         // line 154
  355.         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.'154$this->source); })()), "plain_password", [], "any"falsefalsefalse154), "first", [], "any"falsefalsefalse154), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("半角英数記号%min%〜%max%文字", ["%min%" => twig_get_attribute($this->env$this->source,         // line 155
  356. (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'155$this->source); })()), "eccube_password_min_len", [], "any"falsefalsefalse155), "%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.'155$this->source); })()), "eccube_password_max_len", [], "any"falsefalsefalse155)])], "type" => "password"]);
  357.         // line 157
  358.         echo "
  359.                                     ";
  360.         // line 158
  361.         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.'158$this->source); })()), "plain_password", [], "any"falsefalsefalse158), "first", [], "any"falsefalsefalse158), 'errors');
  362.         echo "
  363.                                 </div>
  364.                                 <div class=\"ec-input";
  365.         // line 160
  366.         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.'160$this->source); })()), "plain_password", [], "any"falsefalsefalse160), "second", [], "any"falsefalsefalse160))) ? (" error") : (""));
  367.         echo "\">
  368.                                     ";
  369.         // line 161
  370.         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.'161$this->source); })()), "plain_password", [], "any"falsefalsefalse161), "second", [], "any"falsefalsefalse161), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認のためもう一度入力してください")], "type" => "password"]);
  371.         // line 164
  372.         echo "
  373.                                     ";
  374.         // line 165
  375.         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.'165$this->source); })()), "plain_password", [], "any"falsefalsefalse165), "second", [], "any"falsefalsefalse165), 'errors');
  376.         echo "
  377.                                 </div>
  378.                             </dd>
  379.                         </dl>
  380.                         <dl>
  381.                             <dt>
  382.                                 ";
  383.         // line 171
  384.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'171$this->source); })()), "birth", [], "any"falsefalsefalse171), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "生年月日"]);
  385.         echo "
  386.                             </dt>
  387.                             <dd>
  388.                                 <div class=\"ec-birth";
  389.         // line 174
  390.         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.'174$this->source); })()), "birth", [], "any"falsefalsefalse174))) ? (" error") : (""));
  391.         echo "\">
  392.                                     ";
  393.         // line 175
  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.'175$this->source); })()), "birth", [], "any"falsefalsefalse175), "year", [], "any"falsefalsefalse175), 'widget');
  395.         echo "<span>/</span>
  396.                                     ";
  397.         // line 176
  398.         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.'176$this->source); })()), "birth", [], "any"falsefalsefalse176), "month", [], "any"falsefalsefalse176), 'widget');
  399.         echo "<span>/</span>
  400.                                     ";
  401.         // line 177
  402.         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.'177$this->source); })()), "birth", [], "any"falsefalsefalse177), "day", [], "any"falsefalsefalse177), 'widget');
  403.         echo "
  404.                                     ";
  405.         // line 178
  406.         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.'178$this->source); })()), "birth", [], "any"falsefalsefalse178), 'errors');
  407.         echo "
  408.                                 </div>
  409.                             </dd>
  410.                         </dl>
  411.                         <dl>
  412.                             <dt>
  413.                                 ";
  414.         // line 184
  415.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'184$this->source); })()), "sex", [], "any"falsefalsefalse184), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "性別"]);
  416.         echo "
  417.                             </dt>
  418.                             <dd>
  419.                                 <div class=\"ec-radio";
  420.         // line 187
  421.         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.'187$this->source); })()), "sex", [], "any"falsefalsefalse187))) ? (" error") : (""));
  422.         echo "\">
  423.                                     ";
  424.         // line 188
  425.         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.'188$this->source); })()), "sex", [], "any"falsefalsefalse188), 'widget');
  426.         echo "
  427.                                     ";
  428.         // line 189
  429.         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.'189$this->source); })()), "sex", [], "any"falsefalsefalse189), 'errors');
  430.         echo "
  431.                                 </div>
  432.                             </dd>
  433.                         </dl>
  434.                         <dl>
  435.                             <dt>
  436.                                 ";
  437.         // line 195
  438.         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.'195$this->source); })()), "job", [], "any"falsefalsefalse195), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "職業"]);
  439.         echo "
  440.                             </dt>
  441.                             <dd>
  442.                                 <div class=\"ec-select";
  443.         // line 198
  444.         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.'198$this->source); })()), "job", [], "any"falsefalsefalse198))) ? (" error") : (""));
  445.         echo "\">
  446.                                     ";
  447.         // line 199
  448.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'199$this->source); })()), "job", [], "any"falsefalsefalse199), 'widget');
  449.         echo "
  450.                                     ";
  451.         // line 200
  452.         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); })()), "job", [], "any"falsefalsefalse200), 'errors');
  453.         echo "
  454.                                 </div>
  455.                             </dd>
  456.                         </dl>
  457.                         <dl>
  458.                             <dt>
  459.                                 ";
  460.         // line 206
  461.         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.'206$this->source); })()), "mailmaga_flg_old", [], "any"falsefalsefalse206), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールマガジン送付"]);
  462.         echo "
  463.                             </dt>
  464.                             <dd>
  465.                                 <div class=\"ec-radio";
  466.         // line 209
  467.         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.'209$this->source); })()), "mailmaga_flg_old", [], "any"falsefalsefalse209))) ? (" error") : (""));
  468.         echo "\">
  469.                                     ";
  470.         // line 210
  471.         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.'210$this->source); })()), "mailmaga_flg_old", [], "any"falsefalsefalse210), 'widget');
  472.         echo "
  473.                                     ";
  474.         // line 211
  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.'211$this->source); })()), "mailmaga_flg_old", [], "any"falsefalsefalse211), 'errors');
  476.         echo "
  477.                                 </div>
  478.                             </dd>
  479.                         </dl>
  480.                         ";
  481.         // line 216
  482.         echo "                        ";
  483.         $context['_parent'] = $context;
  484.         $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.'216$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"falsefalsefalse216), "eccube_form_options", [], "any"falsefalsefalse216), "auto_render", [], "any"falsefalsefalse216); }));
  485.         foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  486.             // line 217
  487.             echo "                            ";
  488.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse217), "eccube_form_options", [], "any"falsefalsefalse217), "form_theme", [], "any"falsefalsefalse217)) {
  489.                 // line 218
  490.                 echo "                                ";
  491.                 $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"falsefalsefalse218), "eccube_form_options", [], "any"falsefalsefalse218), "form_theme", [], "any"falsefalsefalse218)], true);
  492.                 // line 219
  493.                 echo "                                ";
  494.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
  495.                 echo "
  496.                             ";
  497.             } else {
  498.                 // line 221
  499.                 echo "                                <dl>
  500.                                     <dt>
  501.                                         ";
  502.                 // line 223
  503.                 $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"falsetruefalse223), "label_attr", [], "any"falsetruefalse223), "class", [], "any"truetruefalse223)) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse223), "label_attr", [], "any"falsefalsefalse223), "class", [], "any"falsefalsefalse223)) : (""));
  504.                 // line 224
  505.                 echo "                                        ";
  506.                 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.'224$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"falsefalsefalse224), "label", [], "any"falsefalsefalse224)) ? [] : ["label" => $_label_]));
  507.                 echo "
  508.                                     </dt>
  509.                                     <dd>
  510.                                         <div class=\"";
  511.                 // line 227
  512.                 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"falsefalsefalse227), "eccube_form_options", [], "any"falsefalsefalse227), "style_class", [], "any"falsefalsefalse227), "html"nulltrue);
  513.                 echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($context["f"])) ? (" error") : (""));
  514.                 echo "\">
  515.                                             ";
  516.                 // line 228
  517.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'widget');
  518.                 echo "
  519.                                             ";
  520.                 // line 229
  521.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'errors');
  522.                 echo "
  523.                                         </div>
  524.                                     </dd>
  525.                                 </dl>
  526.                             ";
  527.             }
  528.             // line 234
  529.             echo "                        ";
  530.         }
  531.         $_parent $context['_parent'];
  532.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  533.         $context array_intersect_key($context$_parent) + $_parent;
  534.         // line 236
  535.         echo "                    <dl style=\"display:none;\">
  536.                         <dt>
  537.                             ";
  538.         // line 238
  539.         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.'238$this->source); })()), "email_mobile", [], "any"falsefalsefalse238), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "携帯メールアドレス"]);
  540.         echo "
  541.                         </dt>
  542.                         <dd>
  543.                             <div class=\"ec-input";
  544.         // line 241
  545.         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.'241$this->source); })()), "email_mobile", [], "any"falsefalsefalse241), "first", [], "any"falsefalsefalse241))) ? (" error") : (""));
  546.         echo "\">
  547.                                 ";
  548.         // line 242
  549.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'242$this->source); })()), "email_mobile", [], "any"falsefalsefalse242), "first", [], "any"falsefalsefalse242), 'widget', ["attr" => ["placeholder" => "例:partnerclub@example.com"]]);
  550.         echo "
  551.                                 ";
  552.         // line 243
  553.         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.'243$this->source); })()), "email_mobile", [], "any"falsefalsefalse243), "first", [], "any"falsefalsefalse243), 'errors');
  554.         echo "
  555.                             </div>
  556.                             <div class=\"ec-input";
  557.         // line 245
  558.         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.'245$this->source); })()), "email_mobile", [], "any"falsefalsefalse245), "second", [], "any"falsefalsefalse245))) ? (" error") : (""));
  559.         echo "\">
  560.                                 ";
  561.         // line 246
  562.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'246$this->source); })()), "email_mobile", [], "any"falsefalsefalse246), "second", [], "any"falsefalsefalse246), 'widget', ["attr" => ["placeholder" => "確認のためもう一度入力してください"]]);
  563.         echo "
  564.                                 ";
  565.         // line 247
  566.         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.'247$this->source); })()), "email_mobile", [], "any"falsefalsefalse247), "second", [], "any"falsefalsefalse247), 'errors');
  567.         echo "
  568.                             </div>
  569.                         </dd>
  570.                     </dl>
  571.                     <dl style=\"display:none;\">
  572.                         <dt>
  573.                             ";
  574.         // line 253
  575.         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.'253$this->source); })()), "mailmaga_flg_c", [], "any"falsefalsefalse253), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "携帯メールマガジン送付"]);
  576.         echo "
  577.                         </dt>
  578.                         <dd>
  579.                             <div class=\"ec-radio";
  580.         // line 256
  581.         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.'256$this->source); })()), "mailmaga_flg_c", [], "any"falsefalsefalse256))) ? (" error") : (""));
  582.         echo "\">
  583.                                 ";
  584.         // line 257
  585.         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.'257$this->source); })()), "mailmaga_flg_c", [], "any"falsefalsefalse257), 'widget');
  586.         echo "
  587.                                 ";
  588.         // line 258
  589.         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.'258$this->source); })()), "mailmaga_flg_c", [], "any"falsefalsefalse258), 'errors');
  590.         echo "
  591.                             </div>
  592.                         </dd>
  593.                     </dl>
  594. ";
  595.         // line 263
  596.         echo "                    </div>
  597.                     <div class=\"ec-registerRole__actions\">
  598.                         <div class=\"ec-checkbox";
  599.         // line 265
  600.         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.'265$this->source); })()), "user_policy_check", [], "any"falsefalsefalse265))) ? (" error") : (""));
  601.         echo "\">
  602.                             <label>
  603.                                 ";
  604.         // line 267
  605.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'267$this->source); })()), "user_policy_check", [], "any"falsefalsefalse267), 'widget');
  606.         echo "
  607.                                 ";
  608.         // line 268
  609.         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")]);
  610.         echo "
  611.                             </label>
  612.                             ";
  613.         // line 270
  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.'270$this->source); })()), "user_policy_check", [], "any"falsefalsefalse270), 'errors');
  615.         echo "
  616.                         </div>
  617.                         <div class=\"ec-off4Grid\">
  618.                             <div class=\"ec-off4Grid__cell\">
  619.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">";
  620.         // line 274
  621.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意する"), "html"nulltrue);
  622.         echo "</button>
  623.                                 <a class=\"ec-blockBtn--cancel\" href=\"";
  624.         // line 275
  625.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  626.         echo "\">";
  627.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意しない"), "html"nulltrue);
  628.         echo "</a>
  629.                             </div>
  630.                         </div>
  631.                     </div>
  632.                 </form>
  633.             </div>
  634.         </div>
  635.     </div>
  636. ";
  637.         
  638.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  639.         
  640.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  641.     }
  642.     public function getTemplateName()
  643.     {
  644.         return "Entry/index.twig";
  645.     }
  646.     public function isTraitable()
  647.     {
  648.         return false;
  649.     }
  650.     public function getDebugInfo()
  651.     {
  652.         return array (  645 => 275,  641 => 274,  634 => 270,  629 => 268,  625 => 267,  620 => 265,  616 => 263,  609 => 258,  605 => 257,  601 => 256,  595 => 253,  586 => 247,  582 => 246,  578 => 245,  573 => 243,  569 => 242,  565 => 241,  559 => 238,  555 => 236,  549 => 234,  541 => 229,  537 => 228,  532 => 227,  525 => 224,  523 => 223,  519 => 221,  513 => 219,  510 => 218,  507 => 217,  502 => 216,  495 => 211,  491 => 210,  487 => 209,  481 => 206,  472 => 200,  468 => 199,  464 => 198,  458 => 195,  449 => 189,  445 => 188,  441 => 187,  435 => 184,  426 => 178,  422 => 177,  418 => 176,  414 => 175,  410 => 174,  404 => 171,  395 => 165,  392 => 164,  390 => 161,  386 => 160,  381 => 158,  378 => 157,  376 => 155,  375 => 154,  371 => 153,  365 => 150,  356 => 144,  352 => 143,  348 => 142,  343 => 140,  339 => 139,  335 => 138,  329 => 135,  320 => 129,  316 => 128,  312 => 127,  306 => 124,  297 => 118,  293 => 117,  289 => 116,  284 => 114,  280 => 113,  276 => 112,  271 => 110,  267 => 109,  263 => 108,  257 => 105,  252 => 103,  247 => 101,  240 => 97,  234 => 96,  228 => 93,  224 => 91,  217 => 76,  213 => 75,  209 => 74,  205 => 73,  201 => 72,  195 => 69,  186 => 63,  182 => 62,  178 => 61,  174 => 60,  170 => 59,  164 => 56,  155 => 50,  151 => 49,  147 => 48,  141 => 45,  132 => 39,  128 => 38,  124 => 37,  118 => 34,  111 => 30,  106 => 28,  99 => 24,  95 => 22,  85 => 21,  74 => 18,  64 => 17,  53 => 11,  51 => 15,  49 => 13,  36 => 11,);
  653.     }
  654.     public function getSourceContext()
  655.     {
  656.         return new Source("{#
  657. This file is part of EC-CUBE
  658. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  659. http://www.ec-cube.co.jp/
  660. For the full copyright and license information, please view the LICENSE
  661. file that was distributed with this source code.
  662. #}
  663. {% extends 'default_frame.twig' %}
  664. {% set body_class = 'registration_page' %}
  665. {% form_theme form 'Form/form_div_layout.twig' %}
  666. {% block javascript %}
  667.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  668. {% endblock javascript %}
  669. {% block main %}
  670.     <div class=\"ec-registerRole\">
  671.         <div class=\"ec-pageHeader\">
  672.             <h1>{{ '新規会員登録'|trans }}</h1>
  673.         </div>
  674.         <div class=\"ec-off1Grid\">
  675.             <div class=\"ec-off1Grid__cell\">
  676.                 <form method=\"post\" action=\"{{ url('entry') }}\" novalidate class=\"h-adr\">
  677.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  678.                     {{ form_widget(form._token) }}
  679.                     <div class=\"ec-borderedDefs\">
  680.                         <dl>
  681.                             <dt>
  682.                                 {{ form_label(form.campaign_cd10, 'キャンペーンコード', { 'label_attr': { 'class': 'ec-label' }}) }}
  683.                             </dt>
  684.                             <dd>
  685.                                 <div class=\"ec-halfInput{{ has_errors(form.campaign_cd10) ? ' error' }}\">
  686.                                     {{ form_widget(form.campaign_cd10, { 'attr': { 'placeholder': 'キャンペーンコードが必要です。' }}) }}
  687.                                     {{ form_errors(form.campaign_cd10) }}
  688.                                 </div>
  689.                             </dd>
  690.                         </dl>
  691.                         <dl>
  692.                             <dt>
  693.                                 {{ form_label(form.skscd, '専用コード', { 'label_attr': { 'class': 'ec-label' }}) }}
  694.                             </dt>
  695.                             <dd>
  696.                                 <div class=\"ec-halfInput{{ has_errors(form.skscd) ? ' error' }}\">
  697.                                     {{ form_widget(form.skscd, { 'attr': { 'placeholder': 'お持ちの方は入力してください。' }}) }}
  698.                                     {{ form_errors(form.skscd) }}
  699.                                 </div>
  700.                             </dd>
  701.                         </dl>
  702.                         <dl>
  703.                             <dt>
  704.                                 {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
  705.                             </dt>
  706.                             <dd>
  707.                                 <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error'}}\">
  708.                                     {{ form_widget(form.name.name01, { 'attr': { 'placeholder': '姓' }}) }}
  709.                                     {{ form_widget(form.name.name02, { 'attr': { 'placeholder': '名' }}) }}
  710.                                     {{ form_errors(form.name.name01) }}
  711.                                     {{ form_errors(form.name.name02) }}
  712.                                 </div>
  713.                             </dd>
  714.                         </dl>
  715.                         <dl>
  716.                             <dt>
  717.                                 {{ form_label(form.kana, 'お名前(カナ)', { 'label_attr': { 'class': 'ec-label' }}) }}
  718.                             </dt>
  719.                             <dd>
  720.                                 <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error'}}\">
  721.                                     {{ form_widget(form.kana.kana01, { 'attr': { 'placeholder': 'セイ' }}) }}
  722.                                     {{ form_widget(form.kana.kana02, { 'attr': { 'placeholder': 'メイ' }}) }}
  723.                                     {{ form_errors(form.kana.kana01) }}
  724.                                     {{ form_errors(form.kana.kana02) }}
  725.                                 </div>
  726.                             </dd>
  727.                         </dl>
  728.                     {#    <dl>
  729.                             <dt>
  730.                                 {{ form_label(form.company_name, '会社名', { 'label_attr': { 'class': 'ec-label' }}) }}
  731.                             </dt>
  732.                             <dd>
  733.                                 <div class=\"ec-halfInput{{ has_errors(form.company_name) ? ' error' }}\">
  734.                                     {{ form_widget(form.company_name) }}
  735.                                     {{ form_errors(form.company_name) }}
  736.                                 </div>
  737.                             </dd>
  738.                         </dl> #}
  739.                         <dl>
  740.                             <dt>
  741.                                 {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  742.                             </dt>
  743.                             <dd>
  744.                                 <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\"><span>{{ '〒'|trans }}</span>
  745.                                     {{ form_widget(form.postal_code) }}
  746.                                     <div class=\"ec-zipInputHelp\">
  747.                                         <div class=\"ec-zipInputHelp__icon\">
  748.                                             <div class=\"ec-icon\"><img
  749.                                                         src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\">
  750.                                             </div>
  751.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
  752.                                     </div>
  753.                                     {{ form_errors(form.postal_code) }}
  754.                                 </div>
  755.                                 <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  756.                                     {{ form_widget(form.address.pref) }}
  757.                                     {{ form_errors(form.address.pref) }}
  758.                                 </div>
  759.                                 <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  760.                                     {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  761.                                     {{ form_errors(form.address.addr01) }}
  762.                                 </div>
  763.                                 <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  764.                                     {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  765.                                     {{ form_errors(form.address.addr02) }}
  766.                                 </div>
  767.                             </dd>
  768.                         </dl>
  769.                         <dl>
  770.                             <dt>
  771.                                 {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  772.                             </dt>
  773.                             <dd>
  774.                                 <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  775.                                     {{ form_widget(form.phone_number) }}
  776.                                     {{ form_errors(form.phone_number) }}
  777.                                 </div>
  778.                             </dd>
  779.                         </dl>
  780.                         <dl>
  781.                             <dt>
  782.                                 {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  783.                             </dt>
  784.                             <dd>
  785.                                 <div class=\"ec-input{{ has_errors(form.email.first) ? ' error' }}\">
  786.                                     {{ form_widget(form.email.first, { 'attr': { 'placeholder': '例:sample@example.com' }}) }}
  787.                                     {{ form_errors(form.email.first) }}
  788.                                 </div>
  789.                                 <div class=\"ec-input{{ has_errors(form.email.second) ? ' error' }}\">
  790.                                     {{ form_widget(form.email.second, { 'attr': { 'placeholder': '確認のためもう一度入力してください' }}) }}
  791.                                     {{ form_errors(form.email.second) }}
  792.                                 </div>
  793.                             </dd>
  794.                         </dl>
  795.                         <dl>
  796.                             <dt>
  797.                                 {{ form_label(form.plain_password, 'パスワード', { 'label_attr': {'class': 'ec-label' }}) }}
  798.                             </dt>
  799.                             <dd>
  800.                                 <div class=\"ec-input{{ has_errors(form.plain_password.first) ? ' error' }}\">
  801.                                     {{ form_widget(form.plain_password.first, {
  802.                                         'attr': { 'placeholder': '半角英数記号%min%〜%max%文字'|trans({ '%min%': eccube_config.eccube_password_min_len, '%max%': eccube_config.eccube_password_max_len }) },
  803.                                         'type': 'password'
  804.                                     }) }}
  805.                                     {{ form_errors(form.plain_password.first) }}
  806.                                 </div>
  807.                                 <div class=\"ec-input{{ has_errors(form.plain_password.second) ? ' error' }}\">
  808.                                     {{ form_widget(form.plain_password.second, {
  809.                                         'attr': { 'placeholder': '確認のためもう一度入力してください'|trans },
  810.                                         'type': 'password'
  811.                                     }) }}
  812.                                     {{ form_errors(form.plain_password.second) }}
  813.                                 </div>
  814.                             </dd>
  815.                         </dl>
  816.                         <dl>
  817.                             <dt>
  818.                                 {{ form_label(form.birth, '生年月日', { 'label_attr': {'class': 'ec-label' }}) }}
  819.                             </dt>
  820.                             <dd>
  821.                                 <div class=\"ec-birth{{ has_errors(form.birth) ? ' error' }}\">
  822.                                     {{ form_widget(form.birth.year) }}<span>/</span>
  823.                                     {{ form_widget(form.birth.month) }}<span>/</span>
  824.                                     {{ form_widget(form.birth.day) }}
  825.                                     {{ form_errors(form.birth) }}
  826.                                 </div>
  827.                             </dd>
  828.                         </dl>
  829.                         <dl>
  830.                             <dt>
  831.                                 {{ form_label(form.sex, '性別', { 'label_attr': { 'class': 'ec-label' }}) }}
  832.                             </dt>
  833.                             <dd>
  834.                                 <div class=\"ec-radio{{ has_errors(form.sex) ? ' error' }}\">
  835.                                     {{ form_widget(form.sex) }}
  836.                                     {{ form_errors(form.sex) }}
  837.                                 </div>
  838.                             </dd>
  839.                         </dl>
  840.                         <dl>
  841.                             <dt>
  842.                                 {{ form_label(form.job, '職業', { 'label_attr': {'class': 'ec-label' }}) }}
  843.                             </dt>
  844.                             <dd>
  845.                                 <div class=\"ec-select{{ has_errors(form.job) ? ' error' }}\">
  846.                                     {{ form_widget(form.job) }}
  847.                                     {{ form_errors(form.job) }}
  848.                                 </div>
  849.                             </dd>
  850.                         </dl>
  851.                         <dl>
  852.                             <dt>
  853.                                 {{ form_label(form.mailmaga_flg_old, 'メールマガジン送付', { 'label_attr': {'class': 'ec-label' }}) }}
  854.                             </dt>
  855.                             <dd>
  856.                                 <div class=\"ec-radio{{ has_errors(form.mailmaga_flg_old) ? ' error' }}\">
  857.                                     {{ form_widget(form.mailmaga_flg_old) }}
  858.                                     {{ form_errors(form.mailmaga_flg_old) }}
  859.                                 </div>
  860.                             </dd>
  861.                         </dl>
  862.                         {# エンティティ拡張の自動出力 #}
  863.                         {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}
  864.                             {% if f.vars.eccube_form_options.form_theme %}
  865.                                 {% form_theme f f.vars.eccube_form_options.form_theme %}
  866.                                 {{ form_row(f) }}
  867.                             {% else %}
  868.                                 <dl>
  869.                                     <dt>
  870.                                         {% set label_class =  f.vars.label_attr.class is defined ? f.vars.label_attr.class : '' %}
  871.                                         {{ form_label(f, f.vars.label, { 'label_attr': {'class': label_class ~ ' ec-label' }}) }}
  872.                                     </dt>
  873.                                     <dd>
  874.                                         <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
  875.                                             {{ form_widget(f) }}
  876.                                             {{ form_errors(f) }}
  877.                                         </div>
  878.                                     </dd>
  879.                                 </dl>
  880.                             {% endif %}
  881.                         {% endfor %}
  882. {# Entryの入力チェックにかかってしまうため隠しで項目を追加 #}
  883.                     <dl style=\"display:none;\">
  884.                         <dt>
  885.                             {{ form_label(form.email_mobile, '携帯メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  886.                         </dt>
  887.                         <dd>
  888.                             <div class=\"ec-input{{ has_errors(form.email_mobile.first) ? ' error' }}\">
  889.                                 {{ form_widget(form.email_mobile.first, { 'attr': { 'placeholder': '例:partnerclub@example.com' }}) }}
  890.                                 {{ form_errors(form.email_mobile.first) }}
  891.                             </div>
  892.                             <div class=\"ec-input{{ has_errors(form.email_mobile.second) ? ' error' }}\">
  893.                                 {{ form_widget(form.email_mobile.second, { 'attr': { 'placeholder': '確認のためもう一度入力してください' }}) }}
  894.                                 {{ form_errors(form.email_mobile.second) }}
  895.                             </div>
  896.                         </dd>
  897.                     </dl>
  898.                     <dl style=\"display:none;\">
  899.                         <dt>
  900.                             {{ form_label(form.mailmaga_flg_c, '携帯メールマガジン送付', { 'label_attr': {'class': 'ec-label' }}) }}
  901.                         </dt>
  902.                         <dd>
  903.                             <div class=\"ec-radio{{ has_errors(form.mailmaga_flg_c) ? ' error' }}\">
  904.                                 {{ form_widget(form.mailmaga_flg_c) }}
  905.                                 {{ form_errors(form.mailmaga_flg_c) }}
  906.                             </div>
  907.                         </dd>
  908.                     </dl>
  909. {# ↑ここまで #}
  910.                     </div>
  911.                     <div class=\"ec-registerRole__actions\">
  912.                         <div class=\"ec-checkbox{{ has_errors(form.user_policy_check) ? ' error' }}\">
  913.                             <label>
  914.                                 {{ form_widget(form.user_policy_check) }}
  915.                                 {{ '<a class=\"ec-link\" href=\"%url%\" target=\"_blank\">利用規約</a>に同意してお進みください'|trans({ '%url%': url('help_agreement') })|raw }}
  916.                             </label>
  917.                             {{ form_errors(form.user_policy_check) }}
  918.                         </div>
  919.                         <div class=\"ec-off4Grid\">
  920.                             <div class=\"ec-off4Grid__cell\">
  921.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">{{ '同意する'|trans }}</button>
  922.                                 <a class=\"ec-blockBtn--cancel\" href=\"{{ url('homepage') }}\">{{ '同意しない'|trans }}</a>
  923.                             </div>
  924.                         </div>
  925.                     </div>
  926.                 </form>
  927.             </div>
  928.         </div>
  929.     </div>
  930. {% endblock %}""Entry/index.twig""/home/xs813364/ooki-g.com/public_html/partnerclubtest/ec/app/template/dtJEIA4011/Entry/index.twig");
  931.     }
  932. }