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