var/cache/dev/twig/84/847486df443ac1085f7a1b172156d0479942e99565be6426e49e279073901d8c.php line 341

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