var/cache/dev/twig/b0/b01f9a686397b24ce41a6d8f750fceae.php line 41

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