var/cache/dev/twig/f8/f85dc5b45dd9e32f64904c56628d8d40.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_80a924bb7d03e547687cfc931d55f60e 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-input";
  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 class=\"ec-addressInput\">
  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.                                         ";
  202.         // line 82
  203.         echo "                                        <a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  204.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html"nulltrue);
  205.         echo "</span></a>
  206.                                     </div>
  207.                                     ";
  208.         // line 84
  209.         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.'84$this->source); })()), "postal_code", [], "any"falsefalsetrue84), 84$this->source), 'errors');
  210.         echo "
  211.                                 </div>
  212.                                 <div class=\"ec-select";
  213.         // line 87
  214.         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.'87$this->source); })()), "address", [], "any"falsefalsetrue87), "pref", [], "any"falsefalsetrue87), 87$this->source))) ? (" error") : (""));
  215.         echo "\">
  216.                                     ";
  217.         // line 88
  218.         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), 'widget');
  219.         echo "
  220.                                     ";
  221.         // line 89
  222.         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.'89$this->source); })()), "address", [], "any"falsefalsetrue89), "pref", [], "any"falsefalsetrue89), 89$this->source), 'errors');
  223.         echo "
  224.                                 </div>
  225.                                 <div class=\"ec-input";
  226.         // line 91
  227.         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.'91$this->source); })()), "address", [], "any"falsefalsetrue91), "addr01", [], "any"falsefalsetrue91), 91$this->source))) ? (" error") : (""));
  228.         echo "\">
  229.                                     ";
  230.         // line 92
  231.         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), 'widget', ["attr" => ["placeholder" => "市区町村名・番地"]]);
  232.         echo "
  233.                                     ";
  234.         // line 93
  235.         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.'93$this->source); })()), "address", [], "any"falsefalsetrue93), "addr01", [], "any"falsefalsetrue93), 93$this->source), 'errors');
  236.         echo "
  237.                                 </div>
  238.                                 <div class=\"ec-input";
  239.         // line 95
  240.         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.'95$this->source); })()), "address", [], "any"falsefalsetrue95), "addr02", [], "any"falsefalsetrue95), 95$this->source))) ? (" error") : (""));
  241.         echo "\">
  242.                                     ";
  243.         // line 96
  244.         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), 'widget', ["attr" => ["placeholder" => "建物名"]]);
  245.         echo "
  246.                                     ";
  247.         // line 97
  248.         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.'97$this->source); })()), "address", [], "any"falsefalsetrue97), "addr02", [], "any"falsefalsetrue97), 97$this->source), 'errors');
  249.         echo "
  250.                                 </div>
  251.                               <div class=\"ec-alert\">
  252.                                 <p>※都道府県・市区町村は郵便番号を入力すると自動で設定されます。<br>
  253.                                 ※市区町村名・番地と建物名は分けてそれぞれの記入欄にご記入ください。<br>
  254.                                 ※スペースはご入力いただいても配送伝票に反映されません。</p>
  255.                               </div>
  256.                             </dd>
  257.                         </dl>
  258.                         <dl class=\"ec-telInputWrap\">
  259.                             <dt>
  260.                                 ";
  261.         // line 108
  262.         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.'108$this->source); })()), "phone_number", [], "any"falsefalsetrue108), 108$this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  263.         echo "
  264.                             </dt>
  265.                             <dd>
  266.                                 <div class=\"ec-telInput";
  267.         // line 111
  268.         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.'111$this->source); })()), "phone_number", [], "any"falsefalsetrue111), 111$this->source))) ? (" error") : (""));
  269.         echo "\">
  270.                                     ";
  271.         // line 112
  272.         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.'112$this->source); })()), "phone_number", [], "any"falsefalsetrue112), 112$this->source), 'widget');
  273.         echo "
  274.                                     ";
  275.         // line 113
  276.         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); })()), "phone_number", [], "any"falsefalsetrue113), 113$this->source), 'errors');
  277.         echo "
  278.                                 </div>
  279.                             </dd>
  280.                         </dl>
  281.                         <dl class=\"ec-mailInputWrap\">
  282.                             <dt>
  283.                                 ";
  284.         // line 119
  285.         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.'119$this->source); })()), "email", [], "any"falsefalsetrue119), 119$this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  286.         echo "
  287.                             </dt>
  288.                             <dd>
  289.                                 <div class=\"ec-input";
  290.         // line 122
  291.         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.'122$this->source); })()), "email", [], "any"falsefalsetrue122), "first", [], "any"falsefalsetrue122), 122$this->source))) ? (" error") : (""));
  292.         echo "\">
  293.                                     ";
  294.         // line 123
  295.         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.'123$this->source); })()), "email", [], "any"falsefalsetrue123), "first", [], "any"falsefalsetrue123), 123$this->source), 'widget', ["attr" => ["placeholder" => "例:ec-cube@example.com"]]);
  296.         echo "
  297.                                     ";
  298.         // line 124
  299.         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.'124$this->source); })()), "email", [], "any"falsefalsetrue124), "first", [], "any"falsefalsetrue124), 124$this->source), 'errors');
  300.         echo "
  301.                                 </div>
  302.                                 <div class=\"ec-input";
  303.         // line 126
  304.         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.'126$this->source); })()), "email", [], "any"falsefalsetrue126), "second", [], "any"falsefalsetrue126), 126$this->source))) ? (" error") : (""));
  305.         echo "\">
  306.                                     ";
  307.         // line 127
  308.         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.'127$this->source); })()), "email", [], "any"falsefalsetrue127), "second", [], "any"falsefalsetrue127), 127$this->source), 'widget', ["attr" => ["placeholder" => "確認のためもう一度入力してください"]]);
  309.         echo "
  310.                                     ";
  311.         // line 128
  312.         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.'128$this->source); })()), "email", [], "any"falsefalsetrue128), "second", [], "any"falsefalsetrue128), 128$this->source), 'errors');
  313.         echo "
  314.                                 </div>
  315.                                   <div class=\"ec-alert\">
  316.                                     <p>※ご記入いただいたメールアドレスへ、ご注文確認メール等をお送りいたします。</p>
  317.                                   </div>
  318.                             </dd>
  319.                         </dl>
  320.                         <dl>
  321.                             <dt>
  322.                                 ";
  323.         // line 137
  324.         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.'137$this->source); })()), "sex", [], "any"falsefalsetrue137), 137$this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "性別"]);
  325.         echo "
  326.                             </dt>
  327.                             <dd>
  328.                                 <div class=\"ec-radio";
  329.         // line 140
  330.         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.'140$this->source); })()), "sex", [], "any"falsefalsetrue140), 140$this->source))) ? (" error") : (""));
  331.         echo "\">
  332.                                     ";
  333.         // line 141
  334.         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.'141$this->source); })()), "sex", [], "any"falsefalsetrue141), 141$this->source), 'widget');
  335.         echo "
  336.                                     ";
  337.         // line 142
  338.         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.'142$this->source); })()), "sex", [], "any"falsefalsetrue142), 142$this->source), 'errors');
  339.         echo "
  340.                                 </div>
  341.                             </dd>
  342.                         </dl>
  343.                         <dl class=\"ec-workInputWrap\">
  344.                             <dt>
  345.                                 ";
  346.         // line 148
  347.         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.'148$this->source); })()), "job", [], "any"falsefalsetrue148), 148$this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "職業"]);
  348.         echo "
  349.                             </dt>
  350.                             <dd>
  351.                                 <div class=\"ec-select";
  352.         // line 151
  353.         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.'151$this->source); })()), "job", [], "any"falsefalsetrue151), 151$this->source))) ? (" error") : (""));
  354.         echo "\">
  355.                                     ";
  356.         // line 152
  357.         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.'152$this->source); })()), "job", [], "any"falsefalsetrue152), 152$this->source), 'widget');
  358.         echo "
  359.                                     ";
  360.         // line 153
  361.         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.'153$this->source); })()), "job", [], "any"falsefalsetrue153), 153$this->source), 'errors');
  362.         echo "
  363.                                 </div>
  364.                             </dd>
  365.                         </dl>
  366.                         <dl class=\"ec-birthInputWrap\">
  367.                             <dt>
  368.                                 ";
  369.         // line 159
  370.         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.'159$this->source); })()), "birth", [], "any"falsefalsetrue159), 159$this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "生年月日"]);
  371.         echo "
  372.                             </dt>
  373.                             <dd>
  374.                                 <div class=\"ec-birth";
  375.         // line 162
  376.         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.'162$this->source); })()), "birth", [], "any"falsefalsetrue162), 162$this->source))) ? (" error") : (""));
  377.         echo "\">
  378.                                     ";
  379.         // line 163
  380.         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.'163$this->source); })()), "birth", [], "any"falsefalsetrue163), "year", [], "any"falsefalsetrue163), 163$this->source), 'widget');
  381.         echo "<span>/</span>
  382.                                     ";
  383.         // line 164
  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.'164$this->source); })()), "birth", [], "any"falsefalsetrue164), "month", [], "any"falsefalsetrue164), 164$this->source), 'widget');
  385.         echo "<span>/</span>
  386.                                     ";
  387.         // line 165
  388.         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); })()), "birth", [], "any"falsefalsetrue165), "day", [], "any"falsefalsetrue165), 165$this->source), 'widget');
  389.         echo "
  390.                                     ";
  391.         // line 166
  392.         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.'166$this->source); })()), "birth", [], "any"falsefalsetrue166), 166$this->source), 'errors');
  393.         echo "
  394.                                 </div>
  395.                             </dd>
  396.                         </dl>
  397.                         <dl class=\"ec-passInputWrap\">
  398.                             <dt>
  399.                                 ";
  400.         // line 172
  401.         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.'172$this->source); })()), "plain_password", [], "any"falsefalsetrue172), 172$this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "希望するパスワード"]);
  402.         echo "
  403.                             </dt>
  404.                             <dd>
  405.                                 <div class=\"ec-input";
  406.         // line 175
  407.         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.'175$this->source); })()), "plain_password", [], "any"falsefalsetrue175), "first", [], "any"falsefalsetrue175), 175$this->source))) ? (" error") : (""));
  408.         echo "\">
  409.                                     ";
  410.         // line 176
  411.         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); })()), "plain_password", [], "any"falsefalsetrue176), "first", [], "any"falsefalsetrue176), 176$this->source), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("半角英数記号%min%〜%max%文字", ["%min%" => twig_get_attribute($this->env$this->source,         // line 177
  412. (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'177$this->source); })()), "eccube_password_min_len", [], "any"falsefalsetrue177), "%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.'177$this->source); })()), "eccube_password_max_len", [], "any"falsefalsetrue177)])], "type" => "password"]);
  413.         // line 179
  414.         echo "
  415.                                     ";
  416.         // line 180
  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.'180$this->source); })()), "plain_password", [], "any"falsefalsetrue180), "first", [], "any"falsefalsetrue180), 180$this->source), 'errors');
  418.         echo "
  419.                                 </div>
  420.                                 <div class=\"ec-input";
  421.         // line 182
  422.         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.'182$this->source); })()), "plain_password", [], "any"falsefalsetrue182), "second", [], "any"falsefalsetrue182), 182$this->source))) ? (" error") : (""));
  423.         echo "\">
  424.                                     ";
  425.         // line 183
  426.         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.'183$this->source); })()), "plain_password", [], "any"falsefalsetrue183), "second", [], "any"falsefalsetrue183), 183$this->source), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認のためもう一度入力してください")], "type" => "password"]);
  427.         // line 186
  428.         echo "
  429.                                     ";
  430.         // line 187
  431.         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.'187$this->source); })()), "plain_password", [], "any"falsefalsetrue187), "second", [], "any"falsefalsetrue187), 187$this->source), 'errors');
  432.         echo "
  433.                                 </div>
  434.                             </dd>
  435.                         </dl>
  436.                         ";
  437.         // line 192
  438.         echo "                        ";
  439.         $context['_parent'] = $context;
  440.         $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.'192$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"falsefalsetrue192), "eccube_form_options", [], "any"falsefalsetrue192), "auto_render", [], "any"falsefalsetrue192); }));
  441.         foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  442.             // line 193
  443.             echo "                            ";
  444.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsetrue193), "eccube_form_options", [], "any"falsefalsetrue193), "form_theme", [], "any"falsefalsetrue193)) {
  445.                 // line 194
  446.                 echo "                                ";
  447.                 $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"falsefalsetrue194), "eccube_form_options", [], "any"falsefalsetrue194), "form_theme", [], "any"falsefalsetrue194)], true);
  448.                 // line 195
  449.                 echo "                                ";
  450.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 195$this->source), 'row');
  451.                 echo "
  452.                             ";
  453.             } else {
  454.                 // line 197
  455.                 echo "                                <dl>
  456.                                     <dt>
  457.                                         ";
  458.                 // line 199
  459.                 $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"falsetruetrue199), "label_attr", [], "any"falsetruetrue199), "class", [], "any"truetruetrue199)) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsetrue199), "label_attr", [], "any"falsefalsetrue199), "class", [], "any"falsefalsetrue199)) : (""));
  460.                 // line 200
  461.                 echo "                                        ";
  462.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 200$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.'200$this->source); })()), 200$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"falsefalsetrue200), "label", [], "any"falsefalsetrue200), 200$this->source)) ? [] : ["label" => $_label_]));
  463.                 echo "
  464.                                     </dt>
  465.                                     <dd>
  466.                                         <div class=\"";
  467.                 // line 203
  468.                 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"falsefalsetrue203), "eccube_form_options", [], "any"falsefalsetrue203), "style_class", [], "any"falsefalsetrue203), 203$this->source), "html"nulltrue);
  469.                 echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed($context["f"], 203$this->source))) ? (" error") : (""));
  470.                 echo "\">
  471.                                             ";
  472.                 // line 204
  473.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 204$this->source), 'widget');
  474.                 echo "
  475.                                             ";
  476.                 // line 205
  477.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 205$this->source), 'errors');
  478.                 echo "
  479.                                         </div>
  480.                                     </dd>
  481.                                 </dl>
  482.                             ";
  483.             }
  484.             // line 210
  485.             echo "                        ";
  486.         }
  487.         $_parent $context['_parent'];
  488.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  489.         $context array_intersect_key($context$_parent) + $_parent;
  490.         // line 211
  491.         echo "                    </div>
  492.                     <div class=\"ec-registerRole__actions\">
  493.                         <div class=\"ec-checkbox";
  494.         // line 213
  495.         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.'213$this->source); })()), "user_policy_check", [], "any"falsefalsetrue213), 213$this->source))) ? (" error") : (""));
  496.         echo "\">
  497.                             <label>
  498.                                 ";
  499.         // line 215
  500.         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.'215$this->source); })()), "user_policy_check", [], "any"falsefalsetrue215), 215$this->source), 'widget');
  501.         echo "
  502.                                 ";
  503.         // line 216
  504.         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")]);
  505.         echo "
  506.                             </label>
  507.                             ";
  508.         // line 218
  509.         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.'218$this->source); })()), "user_policy_check", [], "any"falsefalsetrue218), 218$this->source), 'errors');
  510.         echo "
  511.                         </div>
  512.                         <div class=\"ec-off4Grid\">
  513.                             <div class=\"ec-off4Grid__cell\">
  514.                                 <a class=\"ec-blockBtn--cancel\" href=\"";
  515.         // line 222
  516.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  517.         echo "\">";
  518.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意しない"), "html"nulltrue);
  519.         echo "</a>
  520.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">";
  521.         // line 223
  522.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意する"), "html"nulltrue);
  523.         echo "</button>
  524.                             </div>
  525.                         </div>
  526.                     </div>
  527.                 </form>
  528.             </div>
  529.         </div>
  530.     </div>
  531. ";
  532.         
  533.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  534.         
  535.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  536.     }
  537.     public function getTemplateName()
  538.     {
  539.         return "Entry/index.twig";
  540.     }
  541.     public function isTraitable()
  542.     {
  543.         return false;
  544.     }
  545.     public function getDebugInfo()
  546.     {
  547.         return array (  542 => 223,  536 => 222,  529 => 218,  524 => 216,  520 => 215,  515 => 213,  511 => 211,  505 => 210,  497 => 205,  493 => 204,  488 => 203,  481 => 200,  479 => 199,  475 => 197,  469 => 195,  466 => 194,  463 => 193,  458 => 192,  451 => 187,  448 => 186,  446 => 183,  442 => 182,  437 => 180,  434 => 179,  432 => 177,  431 => 176,  427 => 175,  421 => 172,  412 => 166,  408 => 165,  404 => 164,  400 => 163,  396 => 162,  390 => 159,  381 => 153,  377 => 152,  373 => 151,  367 => 148,  358 => 142,  354 => 141,  350 => 140,  344 => 137,  332 => 128,  328 => 127,  324 => 126,  319 => 124,  315 => 123,  311 => 122,  305 => 119,  296 => 113,  292 => 112,  288 => 111,  282 => 108,  268 => 97,  264 => 96,  260 => 95,  255 => 93,  251 => 92,  247 => 91,  242 => 89,  238 => 88,  234 => 87,  228 => 84,  222 => 82,  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,);
  548.     }
  549.     public function getSourceContext()
  550.     {
  551.         return new Source("{#
  552. This file is part of EC-CUBE
  553. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  554. http://www.ec-cube.co.jp/
  555. For the full copyright and license information, please view the LICENSE
  556. file that was distributed with this source code.
  557. #}
  558. {% extends 'default_frame.twig' %}
  559. {% set body_class = 'registration_page' %}
  560. {% form_theme form 'Form/form_div_layout.twig' %}
  561. {% block javascript %}
  562.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  563. {% endblock javascript %}
  564. {% block main %}
  565.     <div class=\"ec-registerRole\">
  566.         <div class=\"ec-pageHeader\">
  567.             <h1>{{ '新規会員登録(入力ページ)'|trans }}</h1>
  568.         </div>
  569.         <div class=\"ec-off1Grid\">
  570.             <div class=\"ec-off1Grid__cell\">
  571.                 <form method=\"post\" action=\"{{ url('entry') }}\" novalidate class=\"h-adr\">
  572.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  573.                     {{ form_widget(form._token) }}
  574.                     <div class=\"ec-borderedDefs\">
  575.                         <dl>
  576.                             <dt>
  577.                                 {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
  578.                             </dt>
  579.                             <dd>
  580.                                 <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error'}}\">
  581.                                     {{ form_widget(form.name.name01, { 'attr': { 'placeholder': '姓' }}) }}
  582.                                     {{ form_widget(form.name.name02, { 'attr': { 'placeholder': '名' }}) }}
  583.                                     {{ form_errors(form.name.name01) }}
  584.                                     {{ form_errors(form.name.name02) }}
  585.                                 </div>
  586.                             </dd>
  587.                         </dl>
  588.                         <dl>
  589.                             <dt>
  590.                                 {{ form_label(form.kana, 'お名前(フリガナ)', { 'label_attr': { 'class': 'ec-label' }}) }}
  591.                             </dt>
  592.                             <dd>
  593.                                 <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error'}}\">
  594.                                     {{ form_widget(form.kana.kana01, { 'attr': { 'placeholder': 'セイ' }}) }}
  595.                                     {{ form_widget(form.kana.kana02, { 'attr': { 'placeholder': 'メイ' }}) }}
  596.                                     {{ form_errors(form.kana.kana01) }}
  597.                                     {{ form_errors(form.kana.kana02) }}
  598.                                 </div>
  599.                             </dd>
  600.                         </dl>
  601.                         <dl>
  602.                             <dt>
  603.                                 {{ form_label(form.company_name, '会社名', { 'label_attr': { 'class': 'ec-label' }}) }}
  604.                             </dt>
  605.                             <dd>
  606.                                 <div class=\"ec-input{{ has_errors(form.company_name) ? ' error' }}\">
  607.                                     {{ form_widget(form.company_name) }}
  608.                                     {{ form_errors(form.company_name) }}
  609.                                 </div>
  610.                             </dd>
  611.                         </dl>
  612.                         <dl class=\"ec-addressInput\">
  613.                             <dt>
  614.                                 {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  615.                             </dt>
  616.                             <dd>
  617.                                 <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\"><span>{{ '〒'|trans }}</span>
  618.                                     {{ form_widget(form.postal_code) }}
  619.                                     <div class=\"ec-zipInputHelp\">
  620.                                         {#<div class=\"ec-zipInputHelp__icon\">
  621.                                             <div class=\"ec-icon\"><img
  622.                                                         src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\">
  623.                                             </div>
  624.                                         </div>#}
  625.                                         <a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
  626.                                     </div>
  627.                                     {{ form_errors(form.postal_code) }}
  628.                                 </div>
  629.                                 <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  630.                                     {{ form_widget(form.address.pref) }}
  631.                                     {{ form_errors(form.address.pref) }}
  632.                                 </div>
  633.                                 <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  634.                                     {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名・番地' }}) }}
  635.                                     {{ form_errors(form.address.addr01) }}
  636.                                 </div>
  637.                                 <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  638.                                     {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '建物名' }}) }}
  639.                                     {{ form_errors(form.address.addr02) }}
  640.                                 </div>
  641.                               <div class=\"ec-alert\">
  642.                                 <p>※都道府県・市区町村は郵便番号を入力すると自動で設定されます。<br>
  643.                                 ※市区町村名・番地と建物名は分けてそれぞれの記入欄にご記入ください。<br>
  644.                                 ※スペースはご入力いただいても配送伝票に反映されません。</p>
  645.                               </div>
  646.                             </dd>
  647.                         </dl>
  648.                         <dl class=\"ec-telInputWrap\">
  649.                             <dt>
  650.                                 {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  651.                             </dt>
  652.                             <dd>
  653.                                 <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  654.                                     {{ form_widget(form.phone_number) }}
  655.                                     {{ form_errors(form.phone_number) }}
  656.                                 </div>
  657.                             </dd>
  658.                         </dl>
  659.                         <dl class=\"ec-mailInputWrap\">
  660.                             <dt>
  661.                                 {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  662.                             </dt>
  663.                             <dd>
  664.                                 <div class=\"ec-input{{ has_errors(form.email.first) ? ' error' }}\">
  665.                                     {{ form_widget(form.email.first, { 'attr': { 'placeholder': '例:ec-cube@example.com' }}) }}
  666.                                     {{ form_errors(form.email.first) }}
  667.                                 </div>
  668.                                 <div class=\"ec-input{{ has_errors(form.email.second) ? ' error' }}\">
  669.                                     {{ form_widget(form.email.second, { 'attr': { 'placeholder': '確認のためもう一度入力してください' }}) }}
  670.                                     {{ form_errors(form.email.second) }}
  671.                                 </div>
  672.                                   <div class=\"ec-alert\">
  673.                                     <p>※ご記入いただいたメールアドレスへ、ご注文確認メール等をお送りいたします。</p>
  674.                                   </div>
  675.                             </dd>
  676.                         </dl>
  677.                         <dl>
  678.                             <dt>
  679.                                 {{ form_label(form.sex, '性別', { 'label_attr': { 'class': 'ec-label' }}) }}
  680.                             </dt>
  681.                             <dd>
  682.                                 <div class=\"ec-radio{{ has_errors(form.sex) ? ' error' }}\">
  683.                                     {{ form_widget(form.sex) }}
  684.                                     {{ form_errors(form.sex) }}
  685.                                 </div>
  686.                             </dd>
  687.                         </dl>
  688.                         <dl class=\"ec-workInputWrap\">
  689.                             <dt>
  690.                                 {{ form_label(form.job, '職業', { 'label_attr': {'class': 'ec-label' }}) }}
  691.                             </dt>
  692.                             <dd>
  693.                                 <div class=\"ec-select{{ has_errors(form.job) ? ' error' }}\">
  694.                                     {{ form_widget(form.job) }}
  695.                                     {{ form_errors(form.job) }}
  696.                                 </div>
  697.                             </dd>
  698.                         </dl>
  699.                         <dl class=\"ec-birthInputWrap\">
  700.                             <dt>
  701.                                 {{ form_label(form.birth, '生年月日', { 'label_attr': {'class': 'ec-label' }}) }}
  702.                             </dt>
  703.                             <dd>
  704.                                 <div class=\"ec-birth{{ has_errors(form.birth) ? ' error' }}\">
  705.                                     {{ form_widget(form.birth.year) }}<span>/</span>
  706.                                     {{ form_widget(form.birth.month) }}<span>/</span>
  707.                                     {{ form_widget(form.birth.day) }}
  708.                                     {{ form_errors(form.birth) }}
  709.                                 </div>
  710.                             </dd>
  711.                         </dl>
  712.                         <dl class=\"ec-passInputWrap\">
  713.                             <dt>
  714.                                 {{ form_label(form.plain_password, '希望するパスワード', { 'label_attr': {'class': 'ec-label' }}) }}
  715.                             </dt>
  716.                             <dd>
  717.                                 <div class=\"ec-input{{ has_errors(form.plain_password.first) ? ' error' }}\">
  718.                                     {{ form_widget(form.plain_password.first, {
  719.                                     'attr': { 'placeholder': '半角英数記号%min%〜%max%文字'|trans({ '%min%': eccube_config.eccube_password_min_len, '%max%': eccube_config.eccube_password_max_len }) },
  720.                                     'type': 'password'
  721.                                     }) }}
  722.                                     {{ form_errors(form.plain_password.first) }}
  723.                                 </div>
  724.                                 <div class=\"ec-input{{ has_errors(form.plain_password.second) ? ' error' }}\">
  725.                                     {{ form_widget(form.plain_password.second, {
  726.                                     'attr': { 'placeholder': '確認のためもう一度入力してください'|trans },
  727.                                     'type': 'password'
  728.                                     }) }}
  729.                                     {{ form_errors(form.plain_password.second) }}
  730.                                 </div>
  731.                             </dd>
  732.                         </dl>
  733.                         {# エンティティ拡張の自動出力 #}
  734.                         {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}
  735.                             {% if f.vars.eccube_form_options.form_theme %}
  736.                                 {% form_theme f f.vars.eccube_form_options.form_theme %}
  737.                                 {{ form_row(f) }}
  738.                             {% else %}
  739.                                 <dl>
  740.                                     <dt>
  741.                                         {% set label_class =  f.vars.label_attr.class is defined ? f.vars.label_attr.class : '' %}
  742.                                         {{ form_label(f, f.vars.label, { 'label_attr': {'class': label_class ~ ' ec-label' }}) }}
  743.                                     </dt>
  744.                                     <dd>
  745.                                         <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
  746.                                             {{ form_widget(f) }}
  747.                                             {{ form_errors(f) }}
  748.                                         </div>
  749.                                     </dd>
  750.                                 </dl>
  751.                             {% endif %}
  752.                         {% endfor %}
  753.                     </div>
  754.                     <div class=\"ec-registerRole__actions\">
  755.                         <div class=\"ec-checkbox{{ has_errors(form.user_policy_check) ? ' error' }}\">
  756.                             <label>
  757.                                 {{ form_widget(form.user_policy_check) }}
  758.                                 {{ '<a class=\"ec-link\" href=\"%url%\" target=\"_blank\">利用規約</a>に同意してお進みください'|trans({ '%url%': url('help_agreement') })|raw }}
  759.                             </label>
  760.                             {{ form_errors(form.user_policy_check) }}
  761.                         </div>
  762.                         <div class=\"ec-off4Grid\">
  763.                             <div class=\"ec-off4Grid__cell\">
  764.                                 <a class=\"ec-blockBtn--cancel\" href=\"{{ url('homepage') }}\">{{ '同意しない'|trans }}</a>
  765.                                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">{{ '同意する'|trans }}</button>
  766.                             </div>
  767.                         </div>
  768.                     </div>
  769.                 </form>
  770.             </div>
  771.         </div>
  772.     </div>
  773. {% endblock %}""Entry/index.twig""/home/xs501433/xs501433.xsrv.jp/public_html/app/template/default/Entry/index.twig");
  774.     }
  775.     
  776.     public function checkSecurity()
  777.     {
  778.         static $tags = array("set" => 13"form_theme" => 15"for" => 192"if" => 193);
  779.         static $filters = array("escape" => 24"trans" => 24"filter" => 192"raw" => 216);
  780.         static $functions = array("url" => 28"form_widget" => 30"form_label" => 34"has_errors" => 37"form_errors" => 40"form_row" => 195);
  781.         try {
  782.             $this->sandbox->checkSecurity(
  783.                 ['set''form_theme''for''if'],
  784.                 ['escape''trans''filter''raw'],
  785.                 ['url''form_widget''form_label''has_errors''form_errors''form_row']
  786.             );
  787.         } catch (SecurityError $e) {
  788.             $e->setSourceContext($this->source);
  789.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  790.                 $e->setTemplateLine($tags[$e->getTagName()]);
  791.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  792.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  793.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  794.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  795.             }
  796.             throw $e;
  797.         }
  798.     }
  799. }