var/cache/dev/twig/32/32fc8a60c36a2374341d9bd035477d54.php line 40

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_41b1f4274a7baedf4f0d857cd3427463 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_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Entry/index.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_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_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 17
  53.     public function block_stylesheet($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  60.         // line 18
  61.         echo "\t<style>
  62. \t.btn--orange,
  63. \ta.btn--orange {
  64.         color: #fff;
  65.         background-color: #eb6100;
  66.         margin-top: 20px;
  67.         margin-left: 50%;
  68.         width: 200px;
  69. \t}
  70. \t.btn--orange:hover,
  71. \ta.btn--orange:hover {
  72.         color: #fff;
  73.         background: #f56500;
  74. \t}
  75.     .ml-7 {
  76.         margin-left: 7%;
  77.     }
  78.     @media screen and (max-width: 768px) {
  79.         .btn--orange,
  80.         a.btn--orange {
  81.             color: #fff;
  82.             background-color: #eb6100;
  83.             margin: 10px 0 10px 25%;
  84.             width: 200px;
  85.         }
  86.         .ml-7 {
  87.             margin-left: 0;
  88.         }
  89.         .mb-25 {
  90.             margin-top: 2%;
  91.         }
  92.     }
  93. \t</style>
  94. ";
  95.         
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  97.         
  98.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  99.     }
  100.     // line 54
  101.     public function block_javascript($context, array $blocks = [])
  102.     {
  103.         $macros $this->macros;
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  108.         // line 55
  109.         echo "    <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  110. ";
  111.         
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  113.         
  114.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  115.     }
  116.     // line 58
  117.     public function block_main($context, array $blocks = [])
  118.     {
  119.         $macros $this->macros;
  120.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  121.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  122.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  123.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  124.         // line 59
  125.         echo "    <div class=\"ec-registerRole\">
  126.         <div class=\"ec-pageHeader flex\">
  127. \t\t\t<div class=\"mb-25 ml-7\"><h1>";
  128.         // line 61
  129.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録"), "html"nulltrue);
  130.         echo "</h1></div>
  131. \t\t\t<div><a href=\"/mypage/login\" class=\"btn btn--orange\">ログイン</a></div>
  132.         </div>
  133.         <div class=\"ec-off1Grid\">
  134.             <div class=\"ec-off1Grid__cell\">
  135.                 <form method=\"post\" action=\"";
  136.         // line 66
  137.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
  138.         echo "\" novalidate class=\"h-adr\">
  139.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  140.                     ";
  141.         // line 68
  142.         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.'68$this->source); })()), "_token", [], "any"falsefalsefalse68), 'widget');
  143.         echo "
  144.                     <div class=\"ec-borderedDefs\">
  145.                         <dl>
  146.                             <dt>
  147.                                 ";
  148.         // line 72
  149.         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.'72$this->source); })()), "name", [], "any"falsefalsefalse72), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
  150.         echo "
  151.                             </dt>
  152.                             <dd>
  153.                                 <div class=\"ec-halfInput";
  154.         // line 75
  155.         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.'75$this->source); })()), "name", [], "any"falsefalsefalse75), "name01", [], "any"falsefalsefalse75), 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); })()), "name", [], "any"falsefalsefalse75), "name02", [], "any"falsefalsefalse75))) ? (" error") : (""));
  156.         echo "\">
  157.                                     ";
  158.         // line 76
  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.'76$this->source); })()), "name", [], "any"falsefalsefalse76), "name01", [], "any"falsefalsefalse76), 'widget', ["attr" => ["placeholder" => "姓"]]);
  160.         echo "
  161.                                     ";
  162.         // line 77
  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.'77$this->source); })()), "name", [], "any"falsefalsefalse77), "name02", [], "any"falsefalsefalse77), 'widget', ["attr" => ["placeholder" => "名"]]);
  164.         echo "
  165.                                     ";
  166.         // line 78
  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.'78$this->source); })()), "name", [], "any"falsefalsefalse78), "name01", [], "any"falsefalsefalse78), 'errors');
  168.         echo "
  169.                                     ";
  170.         // line 79
  171.         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.'79$this->source); })()), "name", [], "any"falsefalsefalse79), "name02", [], "any"falsefalsefalse79), 'errors');
  172.         echo "
  173.                                 </div>
  174.                             </dd>
  175.                         </dl>
  176.                         <dl>
  177.                             <dt>
  178.                                 ";
  179.         // line 85
  180.         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.'85$this->source); })()), "kana", [], "any"falsefalsefalse85), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前(カナ)"]);
  181.         echo "
  182.                             </dt>
  183.                             <dd>
  184.                                 <div class=\"ec-halfInput";
  185.         // line 88
  186.         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.'88$this->source); })()), "kana", [], "any"falsefalsefalse88), "kana01", [], "any"falsefalsefalse88), 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.'88$this->source); })()), "kana", [], "any"falsefalsefalse88), "kana02", [], "any"falsefalsefalse88))) ? (" error") : (""));
  187.         echo "\">
  188.                                     ";
  189.         // line 89
  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.'89$this->source); })()), "kana", [], "any"falsefalsefalse89), "kana01", [], "any"falsefalsefalse89), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  191.         echo "
  192.                                     ";
  193.         // line 90
  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.'90$this->source); })()), "kana", [], "any"falsefalsefalse90), "kana02", [], "any"falsefalsefalse90), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  195.         echo "
  196.                                     ";
  197.         // line 91
  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.'91$this->source); })()), "kana", [], "any"falsefalsefalse91), "kana01", [], "any"falsefalsefalse91), 'errors');
  199.         echo "
  200.                                     ";
  201.         // line 92
  202.         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.'92$this->source); })()), "kana", [], "any"falsefalsefalse92), "kana02", [], "any"falsefalsefalse92), 'errors');
  203.         echo "
  204.                                 </div>
  205.                             </dd>
  206.                         </dl>
  207.                         <dl>
  208.                             <dt>
  209.                                 ";
  210.         // line 98
  211.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'98$this->source); })()), "company_name", [], "any"falsefalsefalse98), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "会社名"]);
  212.         echo "
  213.                             </dt>
  214.                             <dd>
  215.                                 <div class=\"ec-halfInput";
  216.         // line 101
  217.         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.'101$this->source); })()), "company_name", [], "any"falsefalsefalse101))) ? (" error") : (""));
  218.         echo "\">
  219.                                     ";
  220.         // line 102
  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.'102$this->source); })()), "company_name", [], "any"falsefalsefalse102), 'widget');
  222.         echo "
  223.                                     ";
  224.         // line 103
  225.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'103$this->source); })()), "company_name", [], "any"falsefalsefalse103), 'errors');
  226.         echo "
  227.                                 </div>
  228.                             </dd>
  229.                         </dl>
  230.                         <dl>
  231.                             <dt>
  232.                                 ";
  233.         // line 109
  234.         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.'109$this->source); })()), "address", [], "any"falsefalsefalse109), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
  235.         echo "
  236.                             </dt>
  237.                             <dd>
  238.                                 <div class=\"ec-zipInput";
  239.         // line 112
  240.         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.'112$this->source); })()), "postal_code", [], "any"falsefalsefalse112))) ? (" error") : (""));
  241.         echo "\"><span>";
  242.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  243.         echo "</span>
  244.                                     ";
  245.         // line 113
  246.         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.'113$this->source); })()), "postal_code", [], "any"falsefalsefalse113), 'widget');
  247.         echo "
  248.                                     <div class=\"ec-zipInputHelp\">
  249.                                         <div class=\"ec-zipInputHelp__icon\">
  250.                                             <div class=\"ec-icon\"><img
  251.                                                         src=\"";
  252.         // line 117
  253.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/question-white.svg"), "html"nulltrue);
  254.         echo "\" alt=\"\">
  255.                                             </div>
  256.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  257.         // line 119
  258.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html"nulltrue);
  259.         echo "</span></a>
  260.                                     </div>
  261.                                     ";
  262.         // line 121
  263.         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.'121$this->source); })()), "postal_code", [], "any"falsefalsefalse121), 'errors');
  264.         echo "
  265.                                 </div>
  266.                                 <div class=\"ec-select";
  267.         // line 124
  268.         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.'124$this->source); })()), "address", [], "any"falsefalsefalse124), "pref", [], "any"falsefalsefalse124))) ? (" error") : (""));
  269.         echo "\">
  270.                                     ";
  271.         // line 125
  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.'125$this->source); })()), "address", [], "any"falsefalsefalse125), "pref", [], "any"falsefalsefalse125), 'widget');
  273.         echo "
  274.                                     ";
  275.         // line 126
  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.'126$this->source); })()), "address", [], "any"falsefalsefalse126), "pref", [], "any"falsefalsefalse126), 'errors');
  277.         echo "
  278.                                 </div>
  279.                                 <div class=\"ec-input";
  280.         // line 128
  281.         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.'128$this->source); })()), "address", [], "any"falsefalsefalse128), "addr01", [], "any"falsefalsefalse128))) ? (" error") : (""));
  282.         echo "\">
  283.                                     ";
  284.         // line 129
  285.         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.'129$this->source); })()), "address", [], "any"falsefalsefalse129), "addr01", [], "any"falsefalsefalse129), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  286.         echo "
  287.                                     ";
  288.         // line 130
  289.         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.'130$this->source); })()), "address", [], "any"falsefalsefalse130), "addr01", [], "any"falsefalsefalse130), 'errors');
  290.         echo "
  291.                                 </div>
  292.                                 <div class=\"ec-input";
  293.         // line 132
  294.         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.'132$this->source); })()), "address", [], "any"falsefalsefalse132), "addr02", [], "any"falsefalsefalse132))) ? (" error") : (""));
  295.         echo "\">
  296.                                     ";
  297.         // line 133
  298.         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.'133$this->source); })()), "address", [], "any"falsefalsefalse133), "addr02", [], "any"falsefalsefalse133), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  299.         echo "
  300.                                     ";
  301.         // line 134
  302.         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.'134$this->source); })()), "address", [], "any"falsefalsefalse134), "addr02", [], "any"falsefalsefalse134), 'errors');
  303.         echo "
  304.                                 </div>
  305.                             </dd>
  306.                         </dl>
  307.                         <dl>
  308.                             <dt>
  309.                                 ";
  310.         // line 140
  311.         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.'140$this->source); })()), "phone_number", [], "any"falsefalsefalse140), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  312.         echo "
  313.                             </dt>
  314.                             <dd>
  315.                                 <div class=\"ec-telInput";
  316.         // line 143
  317.         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.'143$this->source); })()), "phone_number", [], "any"falsefalsefalse143))) ? (" error") : (""));
  318.         echo "\">
  319.                                     ";
  320.         // line 144
  321.         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.'144$this->source); })()), "phone_number", [], "any"falsefalsefalse144), 'widget');
  322.         echo "
  323.                                     ";
  324.         // line 145
  325.         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.'145$this->source); })()), "phone_number", [], "any"falsefalsefalse145), 'errors');
  326.         echo "
  327.                                 </div>
  328.                             </dd>
  329.                         </dl>
  330.                         <dl>
  331.                             <dt>
  332.                                 ";
  333.         // line 151
  334.         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.'151$this->source); })()), "email", [], "any"falsefalsefalse151), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  335.         echo "
  336.                             </dt>
  337.                             <dd>
  338.                                 <div class=\"ec-input";
  339.         // line 154
  340.         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.'154$this->source); })()), "email", [], "any"falsefalsefalse154), "first", [], "any"falsefalsefalse154))) ? (" error") : (""));
  341.         echo "\">
  342.                                     ";
  343.         // line 155
  344.         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.'155$this->source); })()), "email", [], "any"falsefalsefalse155), "first", [], "any"falsefalsefalse155), 'widget', ["attr" => ["placeholder" => "例:ec-cube@example.com"]]);
  345.         echo "
  346.                                     ";
  347.         // line 156
  348.         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.'156$this->source); })()), "email", [], "any"falsefalsefalse156), "first", [], "any"falsefalsefalse156), 'errors');
  349.         echo "
  350.                                 </div>
  351.                                 <div class=\"ec-input";
  352.         // line 158
  353.         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.'158$this->source); })()), "email", [], "any"falsefalsefalse158), "second", [], "any"falsefalsefalse158))) ? (" error") : (""));
  354.         echo "\">
  355.                                     ";
  356.         // line 159
  357.         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.'159$this->source); })()), "email", [], "any"falsefalsefalse159), "second", [], "any"falsefalsefalse159), 'widget', ["attr" => ["placeholder" => "確認のためもう一度入力してください"]]);
  358.         echo "
  359.                                     ";
  360.         // line 160
  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.'160$this->source); })()), "email", [], "any"falsefalsefalse160), "second", [], "any"falsefalsefalse160), 'errors');
  362.         echo "
  363.                                 </div>
  364.                             </dd>
  365.                         </dl>
  366.                         <dl>
  367.                             <dt>
  368.                                 ";
  369.         // line 166
  370.         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.'166$this->source); })()), "plain_password", [], "any"falsefalsefalse166), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "パスワード"]);
  371.         echo "
  372.                             </dt>
  373.                             <dd>
  374.                                 <div class=\"ec-input";
  375.         // line 169
  376.         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.'169$this->source); })()), "plain_password", [], "any"falsefalsefalse169), "first", [], "any"falsefalsefalse169))) ? (" error") : (""));
  377.         echo "\">
  378.                                     ";
  379.         // line 170
  380.         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.'170$this->source); })()), "plain_password", [], "any"falsefalsefalse170), "first", [], "any"falsefalsefalse170), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("半角英数記号%min%〜%max%文字", ["%min%" => twig_get_attribute($this->env$this->source,         // line 171
  381. (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'171$this->source); })()), "eccube_password_min_len", [], "any"falsefalsefalse171), "%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.'171$this->source); })()), "eccube_password_max_len", [], "any"falsefalsefalse171)])], "type" => "password"]);
  382.         // line 173
  383.         echo "
  384.                                     ";
  385.         // line 174
  386.         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.'174$this->source); })()), "plain_password", [], "any"falsefalsefalse174), "first", [], "any"falsefalsefalse174), 'errors');
  387.         echo "
  388.                                 </div>
  389.                                 <div class=\"ec-input";
  390.         // line 176
  391.         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.'176$this->source); })()), "plain_password", [], "any"falsefalsefalse176), "second", [], "any"falsefalsefalse176))) ? (" error") : (""));
  392.         echo "\">
  393.                                     ";
  394.         // line 177
  395.         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); })()), "plain_password", [], "any"falsefalsefalse177), "second", [], "any"falsefalsefalse177), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認のためもう一度入力してください")], "type" => "password"]);
  396.         // line 180
  397.         echo "
  398.                                     ";
  399.         // line 181
  400.         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.'181$this->source); })()), "plain_password", [], "any"falsefalsefalse181), "second", [], "any"falsefalsefalse181), 'errors');
  401.         echo "
  402.                                 </div>
  403.                             </dd>
  404.                         </dl>
  405.                         <dl>
  406.                             <dt>
  407.                                 ";
  408.         // line 187
  409.         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.'187$this->source); })()), "birth", [], "any"falsefalsefalse187), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "生年月日"]);
  410.         echo "
  411.                             </dt>
  412.                             <dd>
  413.                                 <div class=\"ec-birth";
  414.         // line 190
  415.         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.'190$this->source); })()), "birth", [], "any"falsefalsefalse190))) ? (" error") : (""));
  416.         echo "\">
  417.                                     ";
  418.         // line 191
  419.         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.'191$this->source); })()), "birth", [], "any"falsefalsefalse191), "year", [], "any"falsefalsefalse191), 'widget');
  420.         echo "<span>/</span>
  421.                                     ";
  422.         // line 192
  423.         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.'192$this->source); })()), "birth", [], "any"falsefalsefalse192), "month", [], "any"falsefalsefalse192), 'widget');
  424.         echo "<span>/</span>
  425.                                     ";
  426.         // line 193
  427.         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.'193$this->source); })()), "birth", [], "any"falsefalsefalse193), "day", [], "any"falsefalsefalse193), 'widget');
  428.         echo "
  429.                                     ";
  430.         // line 194
  431.         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.'194$this->source); })()), "birth", [], "any"falsefalsefalse194), 'errors');
  432.         echo "
  433.                                 </div>
  434.                             </dd>
  435.                         </dl>
  436.                         <dl>
  437.                             <dt>
  438.                                 ";
  439.         // line 200
  440.         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); })()), "sex", [], "any"falsefalsefalse200), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "性別"]);
  441.         echo "
  442.                             </dt>
  443.                             <dd>
  444.                                 <div class=\"ec-radio";
  445.         // line 203
  446.         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.'203$this->source); })()), "sex", [], "any"falsefalsefalse203))) ? (" error") : (""));
  447.         echo "\">
  448.                                     ";
  449.         // line 204
  450.         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.'204$this->source); })()), "sex", [], "any"falsefalsefalse204), 'widget');
  451.         echo "
  452.                                     ";
  453.         // line 205
  454.         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.'205$this->source); })()), "sex", [], "any"falsefalsefalse205), 'errors');
  455.         echo "
  456.                                 </div>
  457.                             </dd>
  458.                         </dl>
  459.                         <dl>
  460.                             <dt>
  461.                                 ";
  462.         // line 211
  463.         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); })()), "job", [], "any"falsefalsefalse211), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "職業"]);
  464.         echo "
  465.                             </dt>
  466.                             <dd>
  467.                                 <div class=\"ec-select";
  468.         // line 214
  469.         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.'214$this->source); })()), "job", [], "any"falsefalsefalse214))) ? (" error") : (""));
  470.         echo "\">
  471.                                     ";
  472.         // line 215
  473.         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.'215$this->source); })()), "job", [], "any"falsefalsefalse215), 'widget');
  474.         echo "
  475.                                     ";
  476.         // line 216
  477.         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.'216$this->source); })()), "job", [], "any"falsefalsefalse216), 'errors');
  478.         echo "
  479.                                 </div>
  480.                             </dd>
  481.                         </dl>
  482.                         ";
  483.         // line 221
  484.         echo "                        ";
  485.         $context['_parent'] = $context;
  486.         $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.'221$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"falsefalsefalse221), "eccube_form_options", [], "any"falsefalsefalse221), "auto_render", [], "any"falsefalsefalse221); }));
  487.         foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  488.             // line 222
  489.             echo "                            ";
  490.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse222), "eccube_form_options", [], "any"falsefalsefalse222), "form_theme", [], "any"falsefalsefalse222)) {
  491.                 // line 223
  492.                 echo "                                ";
  493.                 $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"falsefalsefalse223), "eccube_form_options", [], "any"falsefalsefalse223), "form_theme", [], "any"falsefalsefalse223)], true);
  494.                 // line 224
  495.                 echo "                                ";
  496.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
  497.                 echo "
  498.                             ";
  499.             } else {
  500.                 // line 226
  501.                 echo "                                <dl>
  502.                                     <dt>
  503.                                         ";
  504.                 // line 228
  505.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'label');
  506.                 echo "
  507.                                     </dt>
  508.                                     <dd>
  509.                                         <div class=\"";
  510.                 // line 231
  511.                 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"falsefalsefalse231), "eccube_form_options", [], "any"falsefalsefalse231), "style_class", [], "any"falsefalsefalse231), "html"nulltrue);
  512.                 echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($context["f"])) ? (" error") : (""));
  513.                 echo "\">
  514.                                             ";
  515.                 // line 232
  516.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'widget');
  517.                 echo "
  518.                                             ";
  519.                 // line 233
  520.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'errors');
  521.                 echo "
  522.                                         </div>
  523.                                     </dd>
  524.                                 </dl>
  525.                             ";
  526.             }
  527.             // line 238
  528.             echo "                        ";
  529.         }
  530.         $_parent $context['_parent'];
  531.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  532.         $context array_intersect_key($context$_parent) + $_parent;
  533.         // line 239
  534.         echo "                    </div>
  535.                     <div class=\"ec-registerRole__actions\">
  536.                         <div class=\"ec-checkbox";
  537.         // line 241
  538.         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.'241$this->source); })()), "user_policy_check", [], "any"falsefalsefalse241))) ? (" error") : (""));
  539.         echo "\">
  540.                             <label>
  541.                                 ";
  542.         // line 243
  543.         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.'243$this->source); })()), "user_policy_check", [], "any"falsefalsefalse243), 'widget');
  544.         echo "
  545.                                 ";
  546.         // line 244
  547.         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")]);
  548.         echo "
  549.                             </label>
  550.                             ";
  551.         // line 246
  552.         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.'246$this->source); })()), "user_policy_check", [], "any"falsefalsefalse246), 'errors');
  553.         echo "
  554.                         </div>
  555.                         <div class=\"ec-off4Grid\">
  556.                             <div class=\"ec-off4Grid__cell\">
  557.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">";
  558.         // line 250
  559.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意する"), "html"nulltrue);
  560.         echo "</button>
  561.                                 <a class=\"ec-blockBtn--cancel\" href=\"";
  562.         // line 251
  563.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  564.         echo "\">";
  565.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意しない"), "html"nulltrue);
  566.         echo "</a>
  567.                             </div>
  568.                         </div>
  569.                     </div>
  570.                 </form>
  571.             </div>
  572.         </div>
  573.     </div>
  574. ";
  575.         
  576.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  577.         
  578.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  579.     }
  580.     public function getTemplateName()
  581.     {
  582.         return "Entry/index.twig";
  583.     }
  584.     public function isTraitable()
  585.     {
  586.         return false;
  587.     }
  588.     public function getDebugInfo()
  589.     {
  590.         return array (  589 => 251,  585 => 250,  578 => 246,  573 => 244,  569 => 243,  564 => 241,  560 => 239,  554 => 238,  546 => 233,  542 => 232,  537 => 231,  531 => 228,  527 => 226,  521 => 224,  518 => 223,  515 => 222,  510 => 221,  503 => 216,  499 => 215,  495 => 214,  489 => 211,  480 => 205,  476 => 204,  472 => 203,  466 => 200,  457 => 194,  453 => 193,  449 => 192,  445 => 191,  441 => 190,  435 => 187,  426 => 181,  423 => 180,  421 => 177,  417 => 176,  412 => 174,  409 => 173,  407 => 171,  406 => 170,  402 => 169,  396 => 166,  387 => 160,  383 => 159,  379 => 158,  374 => 156,  370 => 155,  366 => 154,  360 => 151,  351 => 145,  347 => 144,  343 => 143,  337 => 140,  328 => 134,  324 => 133,  320 => 132,  315 => 130,  311 => 129,  307 => 128,  302 => 126,  298 => 125,  294 => 124,  288 => 121,  283 => 119,  278 => 117,  271 => 113,  265 => 112,  259 => 109,  250 => 103,  246 => 102,  242 => 101,  236 => 98,  227 => 92,  223 => 91,  219 => 90,  215 => 89,  211 => 88,  205 => 85,  196 => 79,  192 => 78,  188 => 77,  184 => 76,  180 => 75,  174 => 72,  167 => 68,  162 => 66,  154 => 61,  150 => 59,  140 => 58,  129 => 55,  119 => 54,  75 => 18,  65 => 17,  54 => 11,  52 => 15,  50 => 13,  37 => 11,);
  591.     }
  592.     public function getSourceContext()
  593.     {
  594.         return new Source("{#
  595. This file is part of EC-CUBE
  596. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  597. http://www.ec-cube.co.jp/
  598. For the full copyright and license information, please view the LICENSE
  599. file that was distributed with this source code.
  600. #}
  601. {% extends 'default_frame.twig' %}
  602. {% set body_class = 'registration_page' %}
  603. {% form_theme form 'Form/form_div_layout.twig' %}
  604. {% block stylesheet %}
  605. \t<style>
  606. \t.btn--orange,
  607. \ta.btn--orange {
  608.         color: #fff;
  609.         background-color: #eb6100;
  610.         margin-top: 20px;
  611.         margin-left: 50%;
  612.         width: 200px;
  613. \t}
  614. \t.btn--orange:hover,
  615. \ta.btn--orange:hover {
  616.         color: #fff;
  617.         background: #f56500;
  618. \t}
  619.     .ml-7 {
  620.         margin-left: 7%;
  621.     }
  622.     @media screen and (max-width: 768px) {
  623.         .btn--orange,
  624.         a.btn--orange {
  625.             color: #fff;
  626.             background-color: #eb6100;
  627.             margin: 10px 0 10px 25%;
  628.             width: 200px;
  629.         }
  630.         .ml-7 {
  631.             margin-left: 0;
  632.         }
  633.         .mb-25 {
  634.             margin-top: 2%;
  635.         }
  636.     }
  637. \t</style>
  638. {% endblock %}
  639. {% block javascript %}
  640.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  641. {% endblock javascript %}
  642. {% block main %}
  643.     <div class=\"ec-registerRole\">
  644.         <div class=\"ec-pageHeader flex\">
  645. \t\t\t<div class=\"mb-25 ml-7\"><h1>{{ '新規会員登録'|trans }}</h1></div>
  646. \t\t\t<div><a href=\"/mypage/login\" class=\"btn btn--orange\">ログイン</a></div>
  647.         </div>
  648.         <div class=\"ec-off1Grid\">
  649.             <div class=\"ec-off1Grid__cell\">
  650.                 <form method=\"post\" action=\"{{ url('entry') }}\" novalidate class=\"h-adr\">
  651.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  652.                     {{ form_widget(form._token) }}
  653.                     <div class=\"ec-borderedDefs\">
  654.                         <dl>
  655.                             <dt>
  656.                                 {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
  657.                             </dt>
  658.                             <dd>
  659.                                 <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error'}}\">
  660.                                     {{ form_widget(form.name.name01, { 'attr': { 'placeholder': '姓' }}) }}
  661.                                     {{ form_widget(form.name.name02, { 'attr': { 'placeholder': '名' }}) }}
  662.                                     {{ form_errors(form.name.name01) }}
  663.                                     {{ form_errors(form.name.name02) }}
  664.                                 </div>
  665.                             </dd>
  666.                         </dl>
  667.                         <dl>
  668.                             <dt>
  669.                                 {{ form_label(form.kana, 'お名前(カナ)', { 'label_attr': { 'class': 'ec-label' }}) }}
  670.                             </dt>
  671.                             <dd>
  672.                                 <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error'}}\">
  673.                                     {{ form_widget(form.kana.kana01, { 'attr': { 'placeholder': 'セイ' }}) }}
  674.                                     {{ form_widget(form.kana.kana02, { 'attr': { 'placeholder': 'メイ' }}) }}
  675.                                     {{ form_errors(form.kana.kana01) }}
  676.                                     {{ form_errors(form.kana.kana02) }}
  677.                                 </div>
  678.                             </dd>
  679.                         </dl>
  680.                         <dl>
  681.                             <dt>
  682.                                 {{ form_label(form.company_name, '会社名', { 'label_attr': { 'class': 'ec-label' }}) }}
  683.                             </dt>
  684.                             <dd>
  685.                                 <div class=\"ec-halfInput{{ has_errors(form.company_name) ? ' error' }}\">
  686.                                     {{ form_widget(form.company_name) }}
  687.                                     {{ form_errors(form.company_name) }}
  688.                                 </div>
  689.                             </dd>
  690.                         </dl>
  691.                         <dl>
  692.                             <dt>
  693.                                 {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  694.                             </dt>
  695.                             <dd>
  696.                                 <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\"><span>{{ '〒'|trans }}</span>
  697.                                     {{ form_widget(form.postal_code) }}
  698.                                     <div class=\"ec-zipInputHelp\">
  699.                                         <div class=\"ec-zipInputHelp__icon\">
  700.                                             <div class=\"ec-icon\"><img
  701.                                                         src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\">
  702.                                             </div>
  703.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
  704.                                     </div>
  705.                                     {{ form_errors(form.postal_code) }}
  706.                                 </div>
  707.                                 <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  708.                                     {{ form_widget(form.address.pref) }}
  709.                                     {{ form_errors(form.address.pref) }}
  710.                                 </div>
  711.                                 <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  712.                                     {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  713.                                     {{ form_errors(form.address.addr01) }}
  714.                                 </div>
  715.                                 <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  716.                                     {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  717.                                     {{ form_errors(form.address.addr02) }}
  718.                                 </div>
  719.                             </dd>
  720.                         </dl>
  721.                         <dl>
  722.                             <dt>
  723.                                 {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  724.                             </dt>
  725.                             <dd>
  726.                                 <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  727.                                     {{ form_widget(form.phone_number) }}
  728.                                     {{ form_errors(form.phone_number) }}
  729.                                 </div>
  730.                             </dd>
  731.                         </dl>
  732.                         <dl>
  733.                             <dt>
  734.                                 {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  735.                             </dt>
  736.                             <dd>
  737.                                 <div class=\"ec-input{{ has_errors(form.email.first) ? ' error' }}\">
  738.                                     {{ form_widget(form.email.first, { 'attr': { 'placeholder': '例:ec-cube@example.com' }}) }}
  739.                                     {{ form_errors(form.email.first) }}
  740.                                 </div>
  741.                                 <div class=\"ec-input{{ has_errors(form.email.second) ? ' error' }}\">
  742.                                     {{ form_widget(form.email.second, { 'attr': { 'placeholder': '確認のためもう一度入力してください' }}) }}
  743.                                     {{ form_errors(form.email.second) }}
  744.                                 </div>
  745.                             </dd>
  746.                         </dl>
  747.                         <dl>
  748.                             <dt>
  749.                                 {{ form_label(form.plain_password, 'パスワード', { 'label_attr': {'class': 'ec-label' }}) }}
  750.                             </dt>
  751.                             <dd>
  752.                                 <div class=\"ec-input{{ has_errors(form.plain_password.first) ? ' error' }}\">
  753.                                     {{ form_widget(form.plain_password.first, {
  754.                                         'attr': { 'placeholder': '半角英数記号%min%〜%max%文字'|trans({ '%min%': eccube_config.eccube_password_min_len, '%max%': eccube_config.eccube_password_max_len }) },
  755.                                         'type': 'password'
  756.                                     }) }}
  757.                                     {{ form_errors(form.plain_password.first) }}
  758.                                 </div>
  759.                                 <div class=\"ec-input{{ has_errors(form.plain_password.second) ? ' error' }}\">
  760.                                     {{ form_widget(form.plain_password.second, {
  761.                                         'attr': { 'placeholder': '確認のためもう一度入力してください'|trans },
  762.                                         'type': 'password'
  763.                                     }) }}
  764.                                     {{ form_errors(form.plain_password.second) }}
  765.                                 </div>
  766.                             </dd>
  767.                         </dl>
  768.                         <dl>
  769.                             <dt>
  770.                                 {{ form_label(form.birth, '生年月日', { 'label_attr': {'class': 'ec-label' }}) }}
  771.                             </dt>
  772.                             <dd>
  773.                                 <div class=\"ec-birth{{ has_errors(form.birth) ? ' error' }}\">
  774.                                     {{ form_widget(form.birth.year) }}<span>/</span>
  775.                                     {{ form_widget(form.birth.month) }}<span>/</span>
  776.                                     {{ form_widget(form.birth.day) }}
  777.                                     {{ form_errors(form.birth) }}
  778.                                 </div>
  779.                             </dd>
  780.                         </dl>
  781.                         <dl>
  782.                             <dt>
  783.                                 {{ form_label(form.sex, '性別', { 'label_attr': { 'class': 'ec-label' }}) }}
  784.                             </dt>
  785.                             <dd>
  786.                                 <div class=\"ec-radio{{ has_errors(form.sex) ? ' error' }}\">
  787.                                     {{ form_widget(form.sex) }}
  788.                                     {{ form_errors(form.sex) }}
  789.                                 </div>
  790.                             </dd>
  791.                         </dl>
  792.                         <dl>
  793.                             <dt>
  794.                                 {{ form_label(form.job, '職業', { 'label_attr': {'class': 'ec-label' }}) }}
  795.                             </dt>
  796.                             <dd>
  797.                                 <div class=\"ec-select{{ has_errors(form.job) ? ' error' }}\">
  798.                                     {{ form_widget(form.job) }}
  799.                                     {{ form_errors(form.job) }}
  800.                                 </div>
  801.                             </dd>
  802.                         </dl>
  803.                         {# エンティティ拡張の自動出力 #}
  804.                         {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}
  805.                             {% if f.vars.eccube_form_options.form_theme %}
  806.                                 {% form_theme f f.vars.eccube_form_options.form_theme %}
  807.                                 {{ form_row(f) }}
  808.                             {% else %}
  809.                                 <dl>
  810.                                     <dt>
  811.                                         {{ form_label(f) }}
  812.                                     </dt>
  813.                                     <dd>
  814.                                         <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
  815.                                             {{ form_widget(f) }}
  816.                                             {{ form_errors(f) }}
  817.                                         </div>
  818.                                     </dd>
  819.                                 </dl>
  820.                             {% endif %}
  821.                         {% endfor %}
  822.                     </div>
  823.                     <div class=\"ec-registerRole__actions\">
  824.                         <div class=\"ec-checkbox{{ has_errors(form.user_policy_check) ? ' error' }}\">
  825.                             <label>
  826.                                 {{ form_widget(form.user_policy_check) }}
  827.                                 {{ '<a class=\"ec-link\" href=\"%url%\" target=\"_blank\">利用規約</a>に同意してお進みください'|trans({ '%url%': url('help_agreement') })|raw }}
  828.                             </label>
  829.                             {{ form_errors(form.user_policy_check) }}
  830.                         </div>
  831.                         <div class=\"ec-off4Grid\">
  832.                             <div class=\"ec-off4Grid__cell\">
  833.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">{{ '同意する'|trans }}</button>
  834.                                 <a class=\"ec-blockBtn--cancel\" href=\"{{ url('homepage') }}\">{{ '同意しない'|trans }}</a>
  835.                             </div>
  836.                         </div>
  837.                     </div>
  838.                 </form>
  839.             </div>
  840.         </div>
  841.     </div>
  842. {% endblock %}
  843. ""Entry/index.twig""/home/xs230941/tas-lab.net/public_html/app/template/default/Entry/index.twig");
  844.     }
  845. }