var/cache/dev/twig/9d/9d0f716279bf3cabc42f9790518f8af669d239d36752b0c611af091724591170.php line 54

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. /* __string_template__d3a3420ece5933ef3be83640f4f23931988edf5750e1abb42dc5817cb6dd2a1b */
  14. class __TwigTemplate_65267ec555718a2904cc227018cf4551f8b8d6a41743af0409a8d1b11300ecea extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 11
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""__string_template__d3a3420ece5933ef3be83640f4f23931988edf5750e1abb42dc5817cb6dd2a1b"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""__string_template__d3a3420ece5933ef3be83640f4f23931988edf5750e1abb42dc5817cb6dd2a1b"));
  39.         // line 13
  40.         $context["body_class"] = "registration_page";
  41.         // line 15
  42.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'15$this->source); })()), [=> "Form/form_div_layout.twig"], true);
  43.         // line 11
  44.         $this->parent $this->loadTemplate("default_frame.twig""__string_template__d3a3420ece5933ef3be83640f4f23931988edf5750e1abb42dc5817cb6dd2a1b"11);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  48.         
  49.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  50.     }
  51.     // line 17
  52.     public function block_javascript($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  59.         // line 18
  60.         echo "  <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  61.   <script>
  62. function getCookie(name) {
  63.   let matches = document.cookie.match(new RegExp(
  64.     \"(?:^|; )\" + name.replace(/([\\.\$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g, '\\\\\$1') + \"=([^;]*)\"
  65.   ));
  66.   return matches ? decodeURIComponent(matches[1]) : undefined;
  67. }
  68. function setCookie(name, value, options = {}) {
  69.   let updatedCookie =
  70.     encodeURIComponent(name) + '=' + encodeURIComponent(value);
  71.   for (let optionKey in options) {
  72.     updatedCookie += '; ' + optionKey;
  73.     let optionValue = options[optionKey];
  74.     if (optionValue !== true) {
  75.       updatedCookie += '=' + optionValue;
  76.     }
  77.   }
  78.   document.cookie = updatedCookie;
  79. }
  80. \$(function(){
  81.   let cookie_name = 'ad_myfid';
  82.   let code_in_input_value = \$('#entry_myuse_agency_code').val();
  83.   if (code_in_input_value && code_in_input_value != '') {
  84.     setCookie(cookie_name, code_in_input_value);
  85.   } else {
  86.     let code_in_cookie = getCookie(cookie_name);
  87.     if (code_in_cookie && code_in_cookie != '') {
  88.       \$('#entry_myuse_agency_code').val(code_in_cookie);
  89.     }
  90.   }
  91. });
  92.   </script>
  93. ";
  94.         
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  96.         
  97.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  98.     }
  99.     // line 58
  100.     public function block_main($context, array $blocks = [])
  101.     {
  102.         $macros $this->macros;
  103.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  104.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  105.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  106.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  107.         // line 59
  108.         echo "  <div class=\"ec-registerRole\">
  109.     <div class=\"ec-pageHeader\">
  110.       <h1>";
  111.         // line 61
  112.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録"), "html"nulltrue);
  113.         echo "</h1>
  114.     </div>
  115.     <div class=\"ec-off1Grid\">
  116.       <div class=\"ec-off1Grid__cell\"><div class=\"btn-line\" style=\"\"><a href=\"https://test.myufull.online/plugin_line_login\" class=\"line-button\"><img src=\"https://test.myufull.online/html/plugin/line_login_integration/assets/img/btn_register_base.png\" alt=\"LINEで登録\"></a></div>
  117.         <ul class=\"mt-3\">
  118.           <li>
  119.             ミューフル取り扱いサロンに通われている方や店舗で購入されたことのある方は、お気に入りサロン(紹介サロン)をご登録ください。<br>
  120.             <a href=\"https://aff.myufull.online/salon-list/search\" target=\"_blank\" rel=\"nofollow\">サロン検索</a>
  121.           </li>
  122.           <li>「紹介者コード」をお持ちの方は以下にご入力ください。</li>
  123.         </ul>
  124.         
  125.         <form method=\"post\" action=\"";
  126.         // line 75
  127.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
  128.         echo "\" novalidate class=\"h-adr\">
  129.           <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  130.           ";
  131.         // line 77
  132.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'77$this->source); })()), "_token", [], "any"falsefalsefalse77), 'widget');
  133.         echo "
  134.           <input type=\"hidden\" name=\"redir\" value=\"";
  135.         // line 78
  136.         echo twig_escape_filter($this->env, (isset($context["redir"]) || array_key_exists("redir"$context) ? $context["redir"] : (function () { throw new RuntimeError('Variable "redir" does not exist.'78$this->source); })()), "html"nulltrue);
  137.         echo "\">
  138.           <div class=\"ec-borderedDefs\">
  139.             ";
  140.         // line 82
  141.         echo "            <dl>
  142.               <dt>
  143.                 ";
  144.         // line 84
  145.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'84$this->source); })()), "myuse_agency_code", [], "any"falsefalsefalse84), 'label', ["label_attr" => ["class" => "ec-label "], "label" => "紹介者コード"]);
  146.         echo "
  147.               </dt>
  148.               <dd>
  149.                 <div class=\"ec-input";
  150.         // line 87
  151.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'87$this->source); })()))) ? (" error") : (""));
  152.         echo "\">
  153.                   ";
  154.         // line 88
  155.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'88$this->source); })()), "myuse_agency_code", [], "any"falsefalsefalse88), 'widget', ["attr" => ["placeholder" => "紹介者コードをお持ちの方はご入力ください"]]);
  156.         echo "
  157.                   ";
  158.         // line 89
  159.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'89$this->source); })()), "myuse_agency_code", [], "any"falsefalsefalse89), 'errors');
  160.         echo "
  161.                 </div>
  162.                 <small class=\"form-text text-muted\">
  163.                   「紹介者コード」とは、お客様がご利用いただいているミューフル取り扱いサロンから発行される半角英数字6〜8桁のコードのことです。<br>
  164.                   お客様のセルフケア商品購入情報は、通われているサロンのミューフルインストラクターが肌の状態の確認や、今後の最適な施術の指標、お得情報などに利用いたします。
  165.                 </small>
  166.               </dd>
  167.             </dl>
  168.             <dl>
  169.               <dt>
  170.                 ";
  171.         // line 100
  172.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'100$this->source); })()), "name", [], "any"falsefalsefalse100), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
  173.         echo "
  174.               </dt>
  175.               <dd>
  176.                 <div class=\"ec-halfInput";
  177.         // line 103
  178.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'103$this->source); })()), "name", [], "any"falsefalsefalse103), "name01", [], "any"falsefalsefalse103), 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.'103$this->source); })()), "name", [], "any"falsefalsefalse103), "name02", [], "any"falsefalsefalse103))) ? (" error") : (""));
  179.         echo "\">
  180.                   ";
  181.         // line 104
  182.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'104$this->source); })()), "name", [], "any"falsefalsefalse104), "name01", [], "any"falsefalsefalse104), 'widget', ["attr" => ["placeholder" => "姓"]]);
  183.         echo "
  184.                   ";
  185.         // line 105
  186.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'105$this->source); })()), "name", [], "any"falsefalsefalse105), "name02", [], "any"falsefalsefalse105), 'widget', ["attr" => ["placeholder" => "名"]]);
  187.         echo "
  188.                   ";
  189.         // line 106
  190.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'106$this->source); })()), "name", [], "any"falsefalsefalse106), "name01", [], "any"falsefalsefalse106), 'errors');
  191.         echo "
  192.                   ";
  193.         // line 107
  194.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'107$this->source); })()), "name", [], "any"falsefalsefalse107), "name02", [], "any"falsefalsefalse107), 'errors');
  195.         echo "
  196.                 </div>
  197.               </dd>
  198.             </dl>
  199.             <dl>
  200.               <dt>
  201.                 ";
  202.         // line 113
  203.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'113$this->source); })()), "kana", [], "any"falsefalsefalse113), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前(カナ)"]);
  204.         echo "
  205.               </dt>
  206.               <dd>
  207.                 <div class=\"ec-halfInput";
  208.         // line 116
  209.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'116$this->source); })()), "kana", [], "any"falsefalsefalse116), "kana01", [], "any"falsefalsefalse116), 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); })()), "kana", [], "any"falsefalsefalse116), "kana02", [], "any"falsefalsefalse116))) ? (" error") : (""));
  210.         echo "\">
  211.                   ";
  212.         // line 117
  213.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'117$this->source); })()), "kana", [], "any"falsefalsefalse117), "kana01", [], "any"falsefalsefalse117), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  214.         echo "
  215.                   ";
  216.         // line 118
  217.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'118$this->source); })()), "kana", [], "any"falsefalsefalse118), "kana02", [], "any"falsefalsefalse118), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  218.         echo "
  219.                   ";
  220.         // line 119
  221.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'119$this->source); })()), "kana", [], "any"falsefalsefalse119), "kana01", [], "any"falsefalsefalse119), 'errors');
  222.         echo "
  223.                   ";
  224.         // line 120
  225.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'120$this->source); })()), "kana", [], "any"falsefalsefalse120), "kana02", [], "any"falsefalsefalse120), 'errors');
  226.         echo "
  227.                 </div>
  228.               </dd>
  229.             </dl>
  230.             <dl>
  231.               <dt>
  232.                 ";
  233.         // line 126
  234.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'126$this->source); })()), "company_name", [], "any"falsefalsefalse126), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "会社名"]);
  235.         echo "
  236.               </dt>
  237.               <dd>
  238.                 <div class=\"ec-halfInput";
  239.         // line 129
  240.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'129$this->source); })()), "company_name", [], "any"falsefalsefalse129))) ? (" error") : (""));
  241.         echo "\">
  242.                   ";
  243.         // line 130
  244.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'130$this->source); })()), "company_name", [], "any"falsefalsefalse130), 'widget');
  245.         echo "
  246.                   ";
  247.         // line 131
  248.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'131$this->source); })()), "company_name", [], "any"falsefalsefalse131), 'errors');
  249.         echo "
  250.                 </div>
  251.               </dd>
  252.             </dl>
  253.             <dl>
  254.               <dt>
  255.                 ";
  256.         // line 137
  257.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'137$this->source); })()), "address", [], "any"falsefalsefalse137), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
  258.         echo "
  259.               </dt>
  260.               <dd>
  261.                 <div class=\"ec-zipInput";
  262.         // line 140
  263.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'140$this->source); })()), "postal_code", [], "any"falsefalsefalse140))) ? (" error") : (""));
  264.         echo "\"><span>";
  265.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  266.         echo "</span>
  267.                   ";
  268.         // line 141
  269.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'141$this->source); })()), "postal_code", [], "any"falsefalsefalse141), 'widget');
  270.         echo "
  271.                   <div class=\"ec-zipInputHelp\">
  272.                     <a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span><i class=\"fas fa-question-circle fa-lg\"></i> ";
  273.         // line 143
  274.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html"nulltrue);
  275.         echo "</span></a>
  276.                   </div>
  277.                   ";
  278.         // line 145
  279.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'145$this->source); })()), "postal_code", [], "any"falsefalsefalse145), 'errors');
  280.         echo "
  281.                 </div>
  282.                 <div class=\"ec-select";
  283.         // line 148
  284.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'148$this->source); })()), "address", [], "any"falsefalsefalse148), "pref", [], "any"falsefalsefalse148))) ? (" error") : (""));
  285.         echo "\">
  286.                   ";
  287.         // line 149
  288.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'149$this->source); })()), "address", [], "any"falsefalsefalse149), "pref", [], "any"falsefalsefalse149), 'widget');
  289.         echo "
  290.                   ";
  291.         // line 150
  292.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'150$this->source); })()), "address", [], "any"falsefalsefalse150), "pref", [], "any"falsefalsefalse150), 'errors');
  293.         echo "
  294.                 </div>
  295.                 <div class=\"ec-input";
  296.         // line 152
  297.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'152$this->source); })()), "address", [], "any"falsefalsefalse152), "addr01", [], "any"falsefalsefalse152))) ? (" error") : (""));
  298.         echo "\">
  299.                   ";
  300.         // line 153
  301.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'153$this->source); })()), "address", [], "any"falsefalsefalse153), "addr01", [], "any"falsefalsefalse153), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  302.         echo "
  303.                   ";
  304.         // line 154
  305.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'154$this->source); })()), "address", [], "any"falsefalsefalse154), "addr01", [], "any"falsefalsefalse154), 'errors');
  306.         echo "
  307.                 </div>
  308.                 <div class=\"ec-input";
  309.         // line 156
  310.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'156$this->source); })()), "address", [], "any"falsefalsefalse156), "addr02", [], "any"falsefalsefalse156))) ? (" error") : (""));
  311.         echo "\">
  312.                   ";
  313.         // line 157
  314.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'157$this->source); })()), "address", [], "any"falsefalsefalse157), "addr02", [], "any"falsefalsefalse157), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  315.         echo "
  316.                   ";
  317.         // line 158
  318.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'158$this->source); })()), "address", [], "any"falsefalsefalse158), "addr02", [], "any"falsefalsefalse158), 'errors');
  319.         echo "
  320.                 </div>
  321.               </dd>
  322.             </dl>
  323.             <dl>
  324.               <dt>
  325.                 ";
  326.         // line 164
  327.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'164$this->source); })()), "phone_number", [], "any"falsefalsefalse164), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  328.         echo "
  329.               </dt>
  330.               <dd>
  331.                 <div class=\"ec-telInput";
  332.         // line 167
  333.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'167$this->source); })()), "phone_number", [], "any"falsefalsefalse167))) ? (" error") : (""));
  334.         echo "\">
  335.                   ";
  336.         // line 168
  337.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'168$this->source); })()), "phone_number", [], "any"falsefalsefalse168), 'widget');
  338.         echo "
  339.                   ";
  340.         // line 169
  341.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'169$this->source); })()), "phone_number", [], "any"falsefalsefalse169), 'errors');
  342.         echo "
  343.                 </div>
  344.               </dd>
  345.             </dl>
  346.             <dl>
  347.               <dt>
  348.                 ";
  349.         // line 175
  350.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'175$this->source); })()), "email", [], "any"falsefalsefalse175), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  351.         echo "
  352.               </dt>
  353.               <dd>
  354.                 <div class=\"ec-input";
  355.         // line 178
  356.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'178$this->source); })()), "email", [], "any"falsefalsefalse178), "first", [], "any"falsefalsefalse178))) ? (" error") : (""));
  357.         echo "\">
  358.                   ";
  359.         // line 179
  360.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'179$this->source); })()), "email", [], "any"falsefalsefalse179), "first", [], "any"falsefalsefalse179), 'widget', ["attr" => ["placeholder" => "例:ec-cube@example.com"]]);
  361.         echo "
  362.                   ";
  363.         // line 180
  364.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'180$this->source); })()), "email", [], "any"falsefalsefalse180), "first", [], "any"falsefalsefalse180), 'errors');
  365.         echo "
  366.                 </div>
  367.                 <div class=\"ec-input";
  368.         // line 182
  369.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'182$this->source); })()), "email", [], "any"falsefalsefalse182), "second", [], "any"falsefalsefalse182))) ? (" error") : (""));
  370.         echo "\">
  371.                   ";
  372.         // line 183
  373.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'183$this->source); })()), "email", [], "any"falsefalsefalse183), "second", [], "any"falsefalsefalse183), 'widget', ["attr" => ["placeholder" => "確認のためもう一度入力してください"]]);
  374.         echo "
  375.                   ";
  376.         // line 184
  377.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'184$this->source); })()), "email", [], "any"falsefalsefalse184), "second", [], "any"falsefalsefalse184), 'errors');
  378.         echo "
  379.                 </div>
  380.                 <small class=\"form-text text-muted\">
  381.                   ご登録後すぐにメールを送信いたします。<br>
  382.                   メール表題「<strong>[【公式】 ミューフル オンラインショップ] 会員登録が完了しました。</strong>」の受信が確認できない場合には、迷惑メール確認をお願いいたします。詳しくは「<a href=\"/help/faq#nav-user@collapseUser6\" target=\"_blank\">よくある質問 <i class=\"fas fa-external-link-alt\"></i></a>」をご確認ください。
  383.                 </small>
  384.               </dd>
  385.             </dl>
  386.             <dl>
  387.               <dt>
  388.                 ";
  389.         // line 194
  390.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'194$this->source); })()), "password", [], "any"falsefalsefalse194), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "パスワード"]);
  391.         echo "
  392.               </dt>
  393.               <dd>
  394.                 <div class=\"ec-input";
  395.         // line 197
  396.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'197$this->source); })()), "password", [], "any"falsefalsefalse197), "first", [], "any"falsefalsefalse197))) ? (" error") : (""));
  397.         echo "\">
  398.                   ";
  399.         // line 198
  400.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'198$this->source); })()), "password", [], "any"falsefalsefalse198), "first", [], "any"falsefalsefalse198), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("半角英数記号%min%〜%max%文字", ["%min%" => twig_get_attribute($this->env$this->source,         // line 199
  401. (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'199$this->source); })()), "eccube_password_min_len", [], "any"falsefalsefalse199), "%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.'199$this->source); })()), "eccube_password_max_len", [], "any"falsefalsefalse199)])], "type" => "password"]);
  402.         // line 201
  403.         echo "
  404.                   ";
  405.         // line 202
  406.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'202$this->source); })()), "password", [], "any"falsefalsefalse202), "first", [], "any"falsefalsefalse202), 'errors');
  407.         echo "
  408.                 </div>
  409.                 <div class=\"ec-input";
  410.         // line 204
  411.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'204$this->source); })()), "password", [], "any"falsefalsefalse204), "second", [], "any"falsefalsefalse204))) ? (" error") : (""));
  412.         echo "\">
  413.                   ";
  414.         // line 205
  415.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'205$this->source); })()), "password", [], "any"falsefalsefalse205), "second", [], "any"falsefalsefalse205), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認のためもう一度入力してください")], "type" => "password"]);
  416.         // line 208
  417.         echo "
  418.                   ";
  419.         // line 209
  420.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'209$this->source); })()), "password", [], "any"falsefalsefalse209), "second", [], "any"falsefalsefalse209), 'errors');
  421.         echo "
  422.                 </div>
  423.               </dd>
  424.             </dl>
  425.             <dl>
  426.               <dt>
  427.                 ";
  428.         // line 215
  429.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'215$this->source); })()), "birth", [], "any"falsefalsefalse215), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "生年月日"]);
  430.         echo "
  431.               </dt>
  432.               <dd>
  433.                 <div class=\"ec-birth";
  434.         // line 218
  435.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'218$this->source); })()), "birth", [], "any"falsefalsefalse218))) ? (" error") : (""));
  436.         echo "\">
  437.                   ";
  438.         // line 219
  439.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'219$this->source); })()), "birth", [], "any"falsefalsefalse219), "year", [], "any"falsefalsefalse219), 'widget');
  440.         echo "<span>/</span>
  441.                   ";
  442.         // line 220
  443.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'220$this->source); })()), "birth", [], "any"falsefalsefalse220), "month", [], "any"falsefalsefalse220), 'widget');
  444.         echo "<span>/</span>
  445.                   ";
  446.         // line 221
  447.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'221$this->source); })()), "birth", [], "any"falsefalsefalse221), "day", [], "any"falsefalsefalse221), 'widget');
  448.         echo "
  449.                   ";
  450.         // line 222
  451.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'222$this->source); })()), "birth", [], "any"falsefalsefalse222), 'errors');
  452.         echo "
  453.                 </div>
  454.               </dd>
  455.             </dl>
  456.             <dl>
  457.               <dt>
  458.                 ";
  459.         // line 228
  460.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'228$this->source); })()), "sex", [], "any"falsefalsefalse228), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "性別"]);
  461.         echo "
  462.               </dt>
  463.               <dd>
  464.                 <div class=\"ec-radio";
  465.         // line 231
  466.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'231$this->source); })()), "sex", [], "any"falsefalsefalse231))) ? (" error") : (""));
  467.         echo "\">
  468.                   ";
  469.         // line 232
  470.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'232$this->source); })()), "sex", [], "any"falsefalsefalse232), 'widget');
  471.         echo "
  472.                   ";
  473.         // line 233
  474.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'233$this->source); })()), "sex", [], "any"falsefalsefalse233), 'errors');
  475.         echo "
  476.                 </div>
  477.               </dd>
  478.             </dl>
  479.             <dl>
  480.               <dt>
  481.                 ";
  482.         // line 239
  483.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'239$this->source); })()), "job", [], "any"falsefalsefalse239), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "職業"]);
  484.         echo "
  485.               </dt>
  486.               <dd>
  487.                 <div class=\"ec-select";
  488.         // line 242
  489.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'242$this->source); })()), "job", [], "any"falsefalsefalse242))) ? (" error") : (""));
  490.         echo "\">
  491.                   ";
  492.         // line 243
  493.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'243$this->source); })()), "job", [], "any"falsefalsefalse243), 'widget');
  494.         echo "
  495.                   ";
  496.         // line 244
  497.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'244$this->source); })()), "job", [], "any"falsefalsefalse244), 'errors');
  498.         echo "
  499.                 </div>
  500.               </dd>
  501.             </dl>
  502.             
  503.             ";
  504.         // line 250
  505.         echo "            ";
  506.         $context['_parent'] = $context;
  507.         $context['_seq'] = twig_ensure_traversable((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'250$this->source); })()));
  508.         foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  509.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse250), "eccube_form_options", [], "any"falsefalsefalse250), "auto_render", [], "any"falsefalsefalse250)) {
  510.                 // line 251
  511.                 echo "              ";
  512.                 if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse251), "eccube_form_options", [], "any"falsefalsefalse251), "form_theme", [], "any"falsefalsefalse251)) {
  513.                     // line 252
  514.                     echo "                ";
  515.                     $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"falsefalsefalse252), "eccube_form_options", [], "any"falsefalsefalse252), "form_theme", [], "any"falsefalsefalse252)], true);
  516.                     // line 253
  517.                     echo "                ";
  518.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
  519.                     echo "
  520.               ";
  521.                 } else {
  522.                     // line 255
  523.                     echo "                <dl>
  524.                   <dt>
  525.                     ";
  526.                     // line 257
  527.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'label');
  528.                     echo "
  529.                   </dt>
  530.                   <dd>
  531.                     <div class=\"";
  532.                     // line 260
  533.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse260), "eccube_form_options", [], "any"falsefalsefalse260), "style_class", [], "any"falsefalsefalse260), "html"nulltrue);
  534.                     echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($context["f"])) ? (" error") : (""));
  535.                     echo "\">
  536.                       ";
  537.                     // line 261
  538.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'widget');
  539.                     echo "
  540.                       ";
  541.                     // line 262
  542.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'errors');
  543.                     echo "
  544.                     </div>
  545.                   </dd>
  546.                 </dl>
  547.               ";
  548.                 }
  549.                 // line 267
  550.                 echo "            ";
  551.             }
  552.         }
  553.         $_parent $context['_parent'];
  554.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  555.         $context array_intersect_key($context$_parent) + $_parent;
  556.         // line 268
  557.         echo "          </div>
  558.           <div class=\"ec-registerRole__actions\">
  559.             <div class=\"ec-off4Grid\">
  560.               <div class=\"ec-off4Grid__cell\">
  561.                 <div class=\"ec-checkbox";
  562.         // line 272
  563.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'272$this->source); })()), "user_policy_check", [], "any"falsefalsefalse272))) ? (" error") : (""));
  564.         echo "\">
  565.                   <label>
  566.                     ";
  567.         // line 274
  568.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'274$this->source); })()), "user_policy_check", [], "any"falsefalsefalse274), 'widget');
  569.         echo "
  570.                     ";
  571.         // line 275
  572.         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")]);
  573.         echo "
  574.                   </label>
  575.                   ";
  576.         // line 277
  577.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'277$this->source); })()), "user_policy_check", [], "any"falsefalsefalse277), 'errors');
  578.         echo "
  579.                 </div>
  580.                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">";
  581.         // line 279
  582.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意する"), "html"nulltrue);
  583.         echo "</button>
  584.                 <a class=\"ec-blockBtn--cancel\" href=\"";
  585.         // line 280
  586.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  587.         echo "\">";
  588.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意しない"), "html"nulltrue);
  589.         echo "</a>
  590.               </div>
  591.             </div>
  592.           </div>
  593.         </form>
  594.       </div>
  595.     </div>
  596.   </div>
  597. ";
  598.         
  599.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  600.         
  601.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  602.     }
  603.     public function getTemplateName()
  604.     {
  605.         return "__string_template__d3a3420ece5933ef3be83640f4f23931988edf5750e1abb42dc5817cb6dd2a1b";
  606.     }
  607.     public function isTraitable()
  608.     {
  609.         return false;
  610.     }
  611.     public function getDebugInfo()
  612.     {
  613.         return array (  615 => 280,  611 => 279,  606 => 277,  601 => 275,  597 => 274,  592 => 272,  586 => 268,  579 => 267,  571 => 262,  567 => 261,  562 => 260,  556 => 257,  552 => 255,  546 => 253,  543 => 252,  540 => 251,  534 => 250,  526 => 244,  522 => 243,  518 => 242,  512 => 239,  503 => 233,  499 => 232,  495 => 231,  489 => 228,  480 => 222,  476 => 221,  472 => 220,  468 => 219,  464 => 218,  458 => 215,  449 => 209,  446 => 208,  444 => 205,  440 => 204,  435 => 202,  432 => 201,  430 => 199,  429 => 198,  425 => 197,  419 => 194,  406 => 184,  402 => 183,  398 => 182,  393 => 180,  389 => 179,  385 => 178,  379 => 175,  370 => 169,  366 => 168,  362 => 167,  356 => 164,  347 => 158,  343 => 157,  339 => 156,  334 => 154,  330 => 153,  326 => 152,  321 => 150,  317 => 149,  313 => 148,  307 => 145,  302 => 143,  297 => 141,  291 => 140,  285 => 137,  276 => 131,  272 => 130,  268 => 129,  262 => 126,  253 => 120,  249 => 119,  245 => 118,  241 => 117,  237 => 116,  231 => 113,  222 => 107,  218 => 106,  214 => 105,  210 => 104,  206 => 103,  200 => 100,  186 => 89,  182 => 88,  178 => 87,  172 => 84,  168 => 82,  162 => 78,  158 => 77,  153 => 75,  136 => 61,  132 => 59,  122 => 58,  74 => 18,  64 => 17,  53 => 11,  51 => 15,  49 => 13,  36 => 11,);
  614.     }
  615.     public function getSourceContext()
  616.     {
  617.         return new Source("{#
  618. This file is part of EC-CUBE
  619. Copyright(c) LOCKON CO.,LTD. All Rights Reserved.
  620. http://www.lockon.co.jp/
  621. For the full copyright and license information, please view the LICENSE
  622. file that was distributed with this source code.
  623. #}
  624. {% extends 'default_frame.twig' %}
  625. {% set body_class = 'registration_page' %}
  626. {% form_theme form 'Form/form_div_layout.twig' %}
  627. {% block javascript %}
  628.   <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  629.   <script>
  630. function getCookie(name) {
  631.   let matches = document.cookie.match(new RegExp(
  632.     \"(?:^|; )\" + name.replace(/([\\.\$?*|{}\\(\\)\\[\\]\\\\\\/\\+^])/g, '\\\\\$1') + \"=([^;]*)\"
  633.   ));
  634.   return matches ? decodeURIComponent(matches[1]) : undefined;
  635. }
  636. function setCookie(name, value, options = {}) {
  637.   let updatedCookie =
  638.     encodeURIComponent(name) + '=' + encodeURIComponent(value);
  639.   for (let optionKey in options) {
  640.     updatedCookie += '; ' + optionKey;
  641.     let optionValue = options[optionKey];
  642.     if (optionValue !== true) {
  643.       updatedCookie += '=' + optionValue;
  644.     }
  645.   }
  646.   document.cookie = updatedCookie;
  647. }
  648. \$(function(){
  649.   let cookie_name = 'ad_myfid';
  650.   let code_in_input_value = \$('#entry_myuse_agency_code').val();
  651.   if (code_in_input_value && code_in_input_value != '') {
  652.     setCookie(cookie_name, code_in_input_value);
  653.   } else {
  654.     let code_in_cookie = getCookie(cookie_name);
  655.     if (code_in_cookie && code_in_cookie != '') {
  656.       \$('#entry_myuse_agency_code').val(code_in_cookie);
  657.     }
  658.   }
  659. });
  660.   </script>
  661. {% endblock javascript %}
  662. {% block main %}
  663.   <div class=\"ec-registerRole\">
  664.     <div class=\"ec-pageHeader\">
  665.       <h1>{{ '新規会員登録'|trans }}</h1>
  666.     </div>
  667.     <div class=\"ec-off1Grid\">
  668.       <div class=\"ec-off1Grid__cell\"><div class=\"btn-line\" style=\"\"><a href=\"https://test.myufull.online/plugin_line_login\" class=\"line-button\"><img src=\"https://test.myufull.online/html/plugin/line_login_integration/assets/img/btn_register_base.png\" alt=\"LINEで登録\"></a></div>
  669.         <ul class=\"mt-3\">
  670.           <li>
  671.             ミューフル取り扱いサロンに通われている方や店舗で購入されたことのある方は、お気に入りサロン(紹介サロン)をご登録ください。<br>
  672.             <a href=\"https://aff.myufull.online/salon-list/search\" target=\"_blank\" rel=\"nofollow\">サロン検索</a>
  673.           </li>
  674.           <li>「紹介者コード」をお持ちの方は以下にご入力ください。</li>
  675.         </ul>
  676.         
  677.         <form method=\"post\" action=\"{{ url('entry') }}\" novalidate class=\"h-adr\">
  678.           <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  679.           {{ form_widget(form._token) }}
  680.           <input type=\"hidden\" name=\"redir\" value=\"{{ redir }}\">
  681.           <div class=\"ec-borderedDefs\">
  682.             {# Plugin/MyufullConnect #}
  683.             <dl>
  684.               <dt>
  685.                 {{ form_label(form.myuse_agency_code, '紹介者コード', { 'label_attr': { 'class': 'ec-label '}}) }}
  686.               </dt>
  687.               <dd>
  688.                 <div class=\"ec-input{{ has_errors(form) ? ' error' }}\">
  689.                   {{ form_widget(form.myuse_agency_code, { 'attr': { 'placeholder': '紹介者コードをお持ちの方はご入力ください' }}) }}
  690.                   {{ form_errors(form.myuse_agency_code) }}
  691.                 </div>
  692.                 <small class=\"form-text text-muted\">
  693.                   「紹介者コード」とは、お客様がご利用いただいているミューフル取り扱いサロンから発行される半角英数字6〜8桁のコードのことです。<br>
  694.                   お客様のセルフケア商品購入情報は、通われているサロンのミューフルインストラクターが肌の状態の確認や、今後の最適な施術の指標、お得情報などに利用いたします。
  695.                 </small>
  696.               </dd>
  697.             </dl>
  698.             <dl>
  699.               <dt>
  700.                 {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
  701.               </dt>
  702.               <dd>
  703.                 <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error'}}\">
  704.                   {{ form_widget(form.name.name01, { 'attr': { 'placeholder': '姓' }}) }}
  705.                   {{ form_widget(form.name.name02, { 'attr': { 'placeholder': '名' }}) }}
  706.                   {{ form_errors(form.name.name01) }}
  707.                   {{ form_errors(form.name.name02) }}
  708.                 </div>
  709.               </dd>
  710.             </dl>
  711.             <dl>
  712.               <dt>
  713.                 {{ form_label(form.kana, 'お名前(カナ)', { 'label_attr': { 'class': 'ec-label' }}) }}
  714.               </dt>
  715.               <dd>
  716.                 <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error'}}\">
  717.                   {{ form_widget(form.kana.kana01, { 'attr': { 'placeholder': 'セイ' }}) }}
  718.                   {{ form_widget(form.kana.kana02, { 'attr': { 'placeholder': 'メイ' }}) }}
  719.                   {{ form_errors(form.kana.kana01) }}
  720.                   {{ form_errors(form.kana.kana02) }}
  721.                 </div>
  722.               </dd>
  723.             </dl>
  724.             <dl>
  725.               <dt>
  726.                 {{ form_label(form.company_name, '会社名', { 'label_attr': { 'class': 'ec-label' }}) }}
  727.               </dt>
  728.               <dd>
  729.                 <div class=\"ec-halfInput{{ has_errors(form.company_name) ? ' error' }}\">
  730.                   {{ form_widget(form.company_name) }}
  731.                   {{ form_errors(form.company_name) }}
  732.                 </div>
  733.               </dd>
  734.             </dl>
  735.             <dl>
  736.               <dt>
  737.                 {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  738.               </dt>
  739.               <dd>
  740.                 <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\"><span>{{ '〒'|trans }}</span>
  741.                   {{ form_widget(form.postal_code) }}
  742.                   <div class=\"ec-zipInputHelp\">
  743.                     <a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span><i class=\"fas fa-question-circle fa-lg\"></i> {{ '郵便番号検索'|trans }}</span></a>
  744.                   </div>
  745.                   {{ form_errors(form.postal_code) }}
  746.                 </div>
  747.                 <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  748.                   {{ form_widget(form.address.pref) }}
  749.                   {{ form_errors(form.address.pref) }}
  750.                 </div>
  751.                 <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  752.                   {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  753.                   {{ form_errors(form.address.addr01) }}
  754.                 </div>
  755.                 <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  756.                   {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  757.                   {{ form_errors(form.address.addr02) }}
  758.                 </div>
  759.               </dd>
  760.             </dl>
  761.             <dl>
  762.               <dt>
  763.                 {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  764.               </dt>
  765.               <dd>
  766.                 <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  767.                   {{ form_widget(form.phone_number) }}
  768.                   {{ form_errors(form.phone_number) }}
  769.                 </div>
  770.               </dd>
  771.             </dl>
  772.             <dl>
  773.               <dt>
  774.                 {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  775.               </dt>
  776.               <dd>
  777.                 <div class=\"ec-input{{ has_errors(form.email.first) ? ' error' }}\">
  778.                   {{ form_widget(form.email.first, { 'attr': { 'placeholder': '例:ec-cube@example.com' }}) }}
  779.                   {{ form_errors(form.email.first) }}
  780.                 </div>
  781.                 <div class=\"ec-input{{ has_errors(form.email.second) ? ' error' }}\">
  782.                   {{ form_widget(form.email.second, { 'attr': { 'placeholder': '確認のためもう一度入力してください' }}) }}
  783.                   {{ form_errors(form.email.second) }}
  784.                 </div>
  785.                 <small class=\"form-text text-muted\">
  786.                   ご登録後すぐにメールを送信いたします。<br>
  787.                   メール表題「<strong>[【公式】 ミューフル オンラインショップ] 会員登録が完了しました。</strong>」の受信が確認できない場合には、迷惑メール確認をお願いいたします。詳しくは「<a href=\"/help/faq#nav-user@collapseUser6\" target=\"_blank\">よくある質問 <i class=\"fas fa-external-link-alt\"></i></a>」をご確認ください。
  788.                 </small>
  789.               </dd>
  790.             </dl>
  791.             <dl>
  792.               <dt>
  793.                 {{ form_label(form.password, 'パスワード', { 'label_attr': {'class': 'ec-label' }}) }}
  794.               </dt>
  795.               <dd>
  796.                 <div class=\"ec-input{{ has_errors(form.password.first) ? ' error' }}\">
  797.                   {{ form_widget(form.password.first, {
  798.                     'attr': { 'placeholder': '半角英数記号%min%〜%max%文字'|trans({ '%min%': eccube_config.eccube_password_min_len, '%max%': eccube_config.eccube_password_max_len }) },
  799.                     'type': 'password'
  800.                   }) }}
  801.                   {{ form_errors(form.password.first) }}
  802.                 </div>
  803.                 <div class=\"ec-input{{ has_errors(form.password.second) ? ' error' }}\">
  804.                   {{ form_widget(form.password.second, {
  805.                     'attr': { 'placeholder': '確認のためもう一度入力してください'|trans },
  806.                     'type': 'password'
  807.                   }) }}
  808.                   {{ form_errors(form.password.second) }}
  809.                 </div>
  810.               </dd>
  811.             </dl>
  812.             <dl>
  813.               <dt>
  814.                 {{ form_label(form.birth, '生年月日', { 'label_attr': {'class': 'ec-label' }}) }}
  815.               </dt>
  816.               <dd>
  817.                 <div class=\"ec-birth{{ has_errors(form.birth) ? ' error' }}\">
  818.                   {{ form_widget(form.birth.year) }}<span>/</span>
  819.                   {{ form_widget(form.birth.month) }}<span>/</span>
  820.                   {{ form_widget(form.birth.day) }}
  821.                   {{ form_errors(form.birth) }}
  822.                 </div>
  823.               </dd>
  824.             </dl>
  825.             <dl>
  826.               <dt>
  827.                 {{ form_label(form.sex, '性別', { 'label_attr': { 'class': 'ec-label' }}) }}
  828.               </dt>
  829.               <dd>
  830.                 <div class=\"ec-radio{{ has_errors(form.sex) ? ' error' }}\">
  831.                   {{ form_widget(form.sex) }}
  832.                   {{ form_errors(form.sex) }}
  833.                 </div>
  834.               </dd>
  835.             </dl>
  836.             <dl>
  837.               <dt>
  838.                 {{ form_label(form.job, '職業', { 'label_attr': {'class': 'ec-label' }}) }}
  839.               </dt>
  840.               <dd>
  841.                 <div class=\"ec-select{{ has_errors(form.job) ? ' error' }}\">
  842.                   {{ form_widget(form.job) }}
  843.                   {{ form_errors(form.job) }}
  844.                 </div>
  845.               </dd>
  846.             </dl>
  847.             
  848.             {# エンティティ拡張の自動出力 #}
  849.             {% for f in form if f.vars.eccube_form_options.auto_render %}
  850.               {% if f.vars.eccube_form_options.form_theme %}
  851.                 {% form_theme f f.vars.eccube_form_options.form_theme %}
  852.                 {{ form_row(f) }}
  853.               {% else %}
  854.                 <dl>
  855.                   <dt>
  856.                     {{ form_label(f) }}
  857.                   </dt>
  858.                   <dd>
  859.                     <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
  860.                       {{ form_widget(f) }}
  861.                       {{ form_errors(f) }}
  862.                     </div>
  863.                   </dd>
  864.                 </dl>
  865.               {% endif %}
  866.             {% endfor %}
  867.           </div>
  868.           <div class=\"ec-registerRole__actions\">
  869.             <div class=\"ec-off4Grid\">
  870.               <div class=\"ec-off4Grid__cell\">
  871.                 <div class=\"ec-checkbox{{ has_errors(form.user_policy_check) ? ' error' }}\">
  872.                   <label>
  873.                     {{ form_widget(form.user_policy_check) }}
  874.                     {{ '<a class=\"ec-link\" href=\"%url%\" target=\"_blank\">利用規約</a>に同意してお進みください'|trans({ '%url%': url('help_agreement') })|raw }}
  875.                   </label>
  876.                   {{ form_errors(form.user_policy_check) }}
  877.                 </div>
  878.                 <button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">{{ '同意する'|trans }}</button>
  879.                 <a class=\"ec-blockBtn--cancel\" href=\"{{ url('homepage') }}\">{{ '同意しない'|trans }}</a>
  880.               </div>
  881.             </div>
  882.           </div>
  883.         </form>
  884.       </div>
  885.     </div>
  886.   </div>
  887. {% endblock %}
  888. ""__string_template__d3a3420ece5933ef3be83640f4f23931988edf5750e1abb42dc5817cb6dd2a1b""");
  889.     }
  890. }