var/cache/dev/twig/6a/6a3443fed7bb0dd17e329fc693dd8c916bc8993ace8a48f8fd95b82c112b9525.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_54f6c96d7f2becdf8594e5387153cd08057f773efdf2144a78f860d0704b4076 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.                             </dd>
  315.                         </dl>
  316.                         <dl>
  317.                             <dt>
  318.                                 ";
  319.         // line 128
  320.         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); })()), "plain_password", [], "any"falsefalsefalse128), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "パスワード"]);
  321.         echo "
  322.                             </dt>
  323.                             <dd>
  324.                                 <div class=\"ec-input";
  325.         // line 131
  326.         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.'131$this->source); })()), "plain_password", [], "any"falsefalsefalse131), "first", [], "any"falsefalsefalse131))) ? (" error") : (""));
  327.         echo "\">
  328.                                     ";
  329.         // line 132
  330.         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.'132$this->source); })()), "plain_password", [], "any"falsefalsefalse132), "first", [], "any"falsefalsefalse132), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("半角英数記号%min%〜%max%文字", ["%min%" => twig_get_attribute($this->env$this->source,         // line 133
  331. (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'133$this->source); })()), "eccube_password_min_len", [], "any"falsefalsefalse133), "%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.'133$this->source); })()), "eccube_password_max_len", [], "any"falsefalsefalse133)])], "type" => "password"]);
  332.         // line 135
  333.         echo "
  334.                                     ";
  335.         // line 136
  336.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'136$this->source); })()), "plain_password", [], "any"falsefalsefalse136), "first", [], "any"falsefalsefalse136), 'errors');
  337.         echo "
  338.                                 </div>
  339.                                 <div class=\"ec-input";
  340.         // line 138
  341.         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); })()), "plain_password", [], "any"falsefalsefalse138), "second", [], "any"falsefalsefalse138))) ? (" error") : (""));
  342.         echo "\">
  343.                                     ";
  344.         // line 139
  345.         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); })()), "plain_password", [], "any"falsefalsefalse139), "second", [], "any"falsefalsefalse139), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認のためもう一度入力してください")], "type" => "password"]);
  346.         // line 142
  347.         echo "
  348.                                     ";
  349.         // line 143
  350.         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); })()), "plain_password", [], "any"falsefalsefalse143), "second", [], "any"falsefalsefalse143), 'errors');
  351.         echo "
  352.                                 </div>
  353.                             </dd>
  354.                         </dl>
  355.                         <dl>
  356.                             <dt>
  357.                                 ";
  358.         // line 149
  359.         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.'149$this->source); })()), "birth", [], "any"falsefalsefalse149), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "生年月日"]);
  360.         echo "
  361.                             </dt>
  362.                             <dd>
  363.                                 <div class=\"ec-birth";
  364.         // line 152
  365.         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.'152$this->source); })()), "birth", [], "any"falsefalsefalse152))) ? (" error") : (""));
  366.         echo "\">
  367.                                     ";
  368.         // line 153
  369.         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.'153$this->source); })()), "birth", [], "any"falsefalsefalse153), "year", [], "any"falsefalsefalse153), 'widget');
  370.         echo "<span>/</span>
  371.                                     ";
  372.         // line 154
  373.         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), "month", [], "any"falsefalsefalse154), 'widget');
  374.         echo "<span>/</span>
  375.                                     ";
  376.         // line 155
  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.'155$this->source); })()), "birth", [], "any"falsefalsefalse155), "day", [], "any"falsefalsefalse155), 'widget');
  378.         echo "
  379.                                     ";
  380.         // line 156
  381.         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.'156$this->source); })()), "birth", [], "any"falsefalsefalse156), 'errors');
  382.         echo "
  383.                                 </div>
  384.                             </dd>
  385.                         </dl>
  386.                         <dl>
  387.                             <dt>
  388.                                 ";
  389.         // line 162
  390.         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.'162$this->source); })()), "sex", [], "any"falsefalsefalse162), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "性別"]);
  391.         echo "
  392.                             </dt>
  393.                             <dd>
  394.                                 <div class=\"ec-radio";
  395.         // line 165
  396.         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.'165$this->source); })()), "sex", [], "any"falsefalsefalse165))) ? (" error") : (""));
  397.         echo "\">
  398.                                     ";
  399.         // line 166
  400.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'166$this->source); })()), "sex", [], "any"falsefalsefalse166), 'widget');
  401.         echo "
  402.                                     ";
  403.         // line 167
  404.         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), 'errors');
  405.         echo "
  406.                                 </div>
  407.                             </dd>
  408.                         </dl>
  409.                         <dl>
  410.                             <dt>
  411.                                 ";
  412.         // line 173
  413.         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.'173$this->source); })()), "job", [], "any"falsefalsefalse173), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "職業"]);
  414.         echo "
  415.                             </dt>
  416.                             <dd>
  417.                                 <div class=\"ec-select";
  418.         // line 176
  419.         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.'176$this->source); })()), "job", [], "any"falsefalsefalse176))) ? (" error") : (""));
  420.         echo "\">
  421.                                     ";
  422.         // line 177
  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.'177$this->source); })()), "job", [], "any"falsefalsefalse177), 'widget');
  424.         echo "
  425.                                     ";
  426.         // line 178
  427.         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), 'errors');
  428.         echo "
  429.                                 </div>
  430.                             </dd>
  431.                         </dl>
  432.                         ";
  433.         // line 183
  434.         echo "                        ";
  435.         $context['_parent'] = $context;
  436.         $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.'183$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"falsefalsefalse183), "eccube_form_options", [], "any"falsefalsefalse183), "auto_render", [], "any"falsefalsefalse183); }));
  437.         foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  438.             // line 184
  439.             echo "                            ";
  440.             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), "form_theme", [], "any"falsefalsefalse184)) {
  441.                 // line 185
  442.                 echo "                                ";
  443.                 $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"falsefalsefalse185), "eccube_form_options", [], "any"falsefalsefalse185), "form_theme", [], "any"falsefalsefalse185)], true);
  444.                 // line 186
  445.                 echo "                                ";
  446.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
  447.                 echo "
  448.                             ";
  449.             } else {
  450.                 // line 188
  451.                 echo "                                <dl>
  452.                                     <dt>
  453.                                         ";
  454.                 // line 190
  455.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'label');
  456.                 echo "
  457.                                     </dt>
  458.                                     <dd>
  459.                                         <div class=\"";
  460.                 // line 193
  461.                 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"falsefalsefalse193), "eccube_form_options", [], "any"falsefalsefalse193), "style_class", [], "any"falsefalsefalse193), "html"nulltrue);
  462.                 echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($context["f"])) ? (" error") : (""));
  463.                 echo "\">
  464.                                             ";
  465.                 // line 194
  466.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'widget');
  467.                 echo "
  468.                                             ";
  469.                 // line 195
  470.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'errors');
  471.                 echo "
  472.                                         </div>
  473.                                     </dd>
  474.                                 </dl>
  475.                             ";
  476.             }
  477.             // line 200
  478.             echo "                        ";
  479.         }
  480.         $_parent $context['_parent'];
  481.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  482.         $context array_intersect_key($context$_parent) + $_parent;
  483.         // line 201
  484.         echo "                    </div>
  485.                     <div class=\"ec-registerRole__actions\">
  486.                         <div class=\"ec-checkbox";
  487.         // line 203
  488.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'203$this->source); })()), "user_policy_check", [], "any"falsefalsefalse203))) ? (" error") : (""));
  489.         echo "\">
  490.                             <label>
  491.                                 ";
  492.         // line 205
  493.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'205$this->source); })()), "user_policy_check", [], "any"falsefalsefalse205), 'widget');
  494.         echo "
  495.                                 ";
  496.         // line 206
  497.         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")]);
  498.         echo "
  499.                             </label>
  500.                             ";
  501.         // line 208
  502.         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), 'errors');
  503.         echo "
  504.                         </div>
  505.                         <div class=\"ec-off4Grid\">
  506.                             <div class=\"ec-off4Grid__cell\">
  507.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">";
  508.         // line 212
  509.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意する"), "html"nulltrue);
  510.         echo "</button>
  511.                                 <a class=\"ec-blockBtn--cancel\" href=\"";
  512.         // line 213
  513.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  514.         echo "\">";
  515.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意しない"), "html"nulltrue);
  516.         echo "</a>
  517.                             </div>
  518.                         </div>
  519.                     </div>
  520.                 </form>
  521.             </div>
  522.         </div>
  523.     </div>
  524. ";
  525.         
  526.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  527.         
  528.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  529.     }
  530.     public function getTemplateName()
  531.     {
  532.         return "Entry/index.twig";
  533.     }
  534.     public function isTraitable()
  535.     {
  536.         return false;
  537.     }
  538.     public function getDebugInfo()
  539.     {
  540.         return array (  533 => 213,  529 => 212,  522 => 208,  517 => 206,  513 => 205,  508 => 203,  504 => 201,  498 => 200,  490 => 195,  486 => 194,  481 => 193,  475 => 190,  471 => 188,  465 => 186,  462 => 185,  459 => 184,  454 => 183,  447 => 178,  443 => 177,  439 => 176,  433 => 173,  424 => 167,  420 => 166,  416 => 165,  410 => 162,  401 => 156,  397 => 155,  393 => 154,  389 => 153,  385 => 152,  379 => 149,  370 => 143,  367 => 142,  365 => 139,  361 => 138,  356 => 136,  353 => 135,  351 => 133,  350 => 132,  346 => 131,  340 => 128,  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,);
  541.     }
  542.     public function getSourceContext()
  543.     {
  544.         return new Source("{#
  545. This file is part of EC-CUBE
  546. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  547. http://www.ec-cube.co.jp/
  548. For the full copyright and license information, please view the LICENSE
  549. file that was distributed with this source code.
  550. #}
  551. {% extends 'default_frame.twig' %}
  552. {% set body_class = 'registration_page' %}
  553. {% form_theme form 'Form/form_div_layout.twig' %}
  554. {% block javascript %}
  555.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  556. {% endblock javascript %}
  557. {% block main %}
  558.     <div class=\"ec-registerRole\">
  559.         <div class=\"ec-pageHeader\">
  560.             <h1>{{ '新規会員登録'|trans }}</h1>
  561.         </div>
  562.         <div class=\"ec-off1Grid\">
  563.             <div class=\"ec-off1Grid__cell\">
  564.                 <form method=\"post\" action=\"{{ url('entry') }}\" novalidate class=\"h-adr\">
  565.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  566.                     {{ form_widget(form._token) }}
  567.                     <div class=\"ec-borderedDefs\">
  568.                         <dl>
  569.                             <dt>
  570.                                 {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
  571.                             </dt>
  572.                             <dd>
  573.                                 <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error'}}\">
  574.                                     {{ form_widget(form.name.name01, { 'attr': { 'placeholder': '姓' }}) }}
  575.                                     {{ form_widget(form.name.name02, { 'attr': { 'placeholder': '名' }}) }}
  576.                                     {{ form_errors(form.name.name01) }}
  577.                                     {{ form_errors(form.name.name02) }}
  578.                                 </div>
  579.                             </dd>
  580.                         </dl>
  581.                         <dl>
  582.                             <dt>
  583.                                 {{ form_label(form.kana, 'お名前(カナ)', { 'label_attr': { 'class': 'ec-label' }}) }}
  584.                             </dt>
  585.                             <dd>
  586.                                 <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error'}}\">
  587.                                     {{ form_widget(form.kana.kana01, { 'attr': { 'placeholder': 'セイ' }}) }}
  588.                                     {{ form_widget(form.kana.kana02, { 'attr': { 'placeholder': 'メイ' }}) }}
  589.                                     {{ form_errors(form.kana.kana01) }}
  590.                                     {{ form_errors(form.kana.kana02) }}
  591.                                 </div>
  592.                             </dd>
  593.                         </dl>
  594.                         <dl>
  595.                             <dt>
  596.                                 {{ form_label(form.company_name, '会社名', { 'label_attr': { 'class': 'ec-label' }}) }}
  597.                             </dt>
  598.                             <dd>
  599.                                 <div class=\"ec-halfInput{{ has_errors(form.company_name) ? ' error' }}\">
  600.                                     {{ form_widget(form.company_name) }}
  601.                                     {{ form_errors(form.company_name) }}
  602.                                 </div>
  603.                             </dd>
  604.                         </dl>
  605.                         <dl>
  606.                             <dt>
  607.                                 {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  608.                             </dt>
  609.                             <dd>
  610.                                 <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\"><span>{{ '〒'|trans }}</span>
  611.                                     {{ form_widget(form.postal_code) }}
  612.                                     <div class=\"ec-zipInputHelp\">
  613.                                         <div class=\"ec-zipInputHelp__icon\">
  614.                                             <div class=\"ec-icon\"><img
  615.                                                         src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\">
  616.                                             </div>
  617.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
  618.                                     </div>
  619.                                     {{ form_errors(form.postal_code) }}
  620.                                 </div>
  621.                                 <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  622.                                     {{ form_widget(form.address.pref) }}
  623.                                     {{ form_errors(form.address.pref) }}
  624.                                 </div>
  625.                                 <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  626.                                     {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  627.                                     {{ form_errors(form.address.addr01) }}
  628.                                 </div>
  629.                                 <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  630.                                     {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  631.                                     {{ form_errors(form.address.addr02) }}
  632.                                 </div>
  633.                             </dd>
  634.                         </dl>
  635.                         <dl>
  636.                             <dt>
  637.                                 {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  638.                             </dt>
  639.                             <dd>
  640.                                 <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  641.                                     {{ form_widget(form.phone_number) }}
  642.                                     {{ form_errors(form.phone_number) }}
  643.                                 </div>
  644.                             </dd>
  645.                         </dl>
  646.                         <dl>
  647.                             <dt>
  648.                                 {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  649.                             </dt>
  650.                             <dd>
  651.                                 <div class=\"ec-input{{ has_errors(form.email.first) ? ' error' }}\">
  652.                                     {{ form_widget(form.email.first, { 'attr': { 'placeholder': '例:ec-cube@example.com' }}) }}
  653.                                     {{ form_errors(form.email.first) }}
  654.                                 </div>
  655.                                 <div class=\"ec-input{{ has_errors(form.email.second) ? ' error' }}\">
  656.                                     {{ form_widget(form.email.second, { 'attr': { 'placeholder': '確認のためもう一度入力してください' }}) }}
  657.                                     {{ form_errors(form.email.second) }}
  658.                                 </div>
  659.                             </dd>
  660.                         </dl>
  661.                         <dl>
  662.                             <dt>
  663.                                 {{ form_label(form.plain_password, 'パスワード', { 'label_attr': {'class': 'ec-label' }}) }}
  664.                             </dt>
  665.                             <dd>
  666.                                 <div class=\"ec-input{{ has_errors(form.plain_password.first) ? ' error' }}\">
  667.                                     {{ form_widget(form.plain_password.first, {
  668.                                         'attr': { 'placeholder': '半角英数記号%min%〜%max%文字'|trans({ '%min%': eccube_config.eccube_password_min_len, '%max%': eccube_config.eccube_password_max_len }) },
  669.                                         'type': 'password'
  670.                                     }) }}
  671.                                     {{ form_errors(form.plain_password.first) }}
  672.                                 </div>
  673.                                 <div class=\"ec-input{{ has_errors(form.plain_password.second) ? ' error' }}\">
  674.                                     {{ form_widget(form.plain_password.second, {
  675.                                         'attr': { 'placeholder': '確認のためもう一度入力してください'|trans },
  676.                                         'type': 'password'
  677.                                     }) }}
  678.                                     {{ form_errors(form.plain_password.second) }}
  679.                                 </div>
  680.                             </dd>
  681.                         </dl>
  682.                         <dl>
  683.                             <dt>
  684.                                 {{ form_label(form.birth, '生年月日', { 'label_attr': {'class': 'ec-label' }}) }}
  685.                             </dt>
  686.                             <dd>
  687.                                 <div class=\"ec-birth{{ has_errors(form.birth) ? ' error' }}\">
  688.                                     {{ form_widget(form.birth.year) }}<span>/</span>
  689.                                     {{ form_widget(form.birth.month) }}<span>/</span>
  690.                                     {{ form_widget(form.birth.day) }}
  691.                                     {{ form_errors(form.birth) }}
  692.                                 </div>
  693.                             </dd>
  694.                         </dl>
  695.                         <dl>
  696.                             <dt>
  697.                                 {{ form_label(form.sex, '性別', { 'label_attr': { 'class': 'ec-label' }}) }}
  698.                             </dt>
  699.                             <dd>
  700.                                 <div class=\"ec-radio{{ has_errors(form.sex) ? ' error' }}\">
  701.                                     {{ form_widget(form.sex) }}
  702.                                     {{ form_errors(form.sex) }}
  703.                                 </div>
  704.                             </dd>
  705.                         </dl>
  706.                         <dl>
  707.                             <dt>
  708.                                 {{ form_label(form.job, '職業', { 'label_attr': {'class': 'ec-label' }}) }}
  709.                             </dt>
  710.                             <dd>
  711.                                 <div class=\"ec-select{{ has_errors(form.job) ? ' error' }}\">
  712.                                     {{ form_widget(form.job) }}
  713.                                     {{ form_errors(form.job) }}
  714.                                 </div>
  715.                             </dd>
  716.                         </dl>
  717.                         {# エンティティ拡張の自動出力 #}
  718.                         {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}
  719.                             {% if f.vars.eccube_form_options.form_theme %}
  720.                                 {% form_theme f f.vars.eccube_form_options.form_theme %}
  721.                                 {{ form_row(f) }}
  722.                             {% else %}
  723.                                 <dl>
  724.                                     <dt>
  725.                                         {{ form_label(f) }}
  726.                                     </dt>
  727.                                     <dd>
  728.                                         <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
  729.                                             {{ form_widget(f) }}
  730.                                             {{ form_errors(f) }}
  731.                                         </div>
  732.                                     </dd>
  733.                                 </dl>
  734.                             {% endif %}
  735.                         {% endfor %}
  736.                     </div>
  737.                     <div class=\"ec-registerRole__actions\">
  738.                         <div class=\"ec-checkbox{{ has_errors(form.user_policy_check) ? ' error' }}\">
  739.                             <label>
  740.                                 {{ form_widget(form.user_policy_check) }}
  741.                                 {{ '<a class=\"ec-link\" href=\"%url%\" target=\"_blank\">利用規約</a>に同意してお進みください'|trans({ '%url%': url('help_agreement') })|raw }}
  742.                             </label>
  743.                             {{ form_errors(form.user_policy_check) }}
  744.                         </div>
  745.                         <div class=\"ec-off4Grid\">
  746.                             <div class=\"ec-off4Grid__cell\">
  747.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">{{ '同意する'|trans }}</button>
  748.                                 <a class=\"ec-blockBtn--cancel\" href=\"{{ url('homepage') }}\">{{ '同意しない'|trans }}</a>
  749.                             </div>
  750.                         </div>
  751.                     </div>
  752.                 </form>
  753.             </div>
  754.         </div>
  755.     </div>
  756. {% endblock %}
  757. ""Entry/index.twig""/home/saika38/www/saika/shop/src/Eccube/Resource/template/default/Entry/index.twig");
  758.     }
  759. }