var/cache/dev/twig/55/55d39a93d228c95c7e2e60ab957a13e0dcf08057604daf15be408f55e4f7ce4c.php line 39

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/contact.twig */
  14. class __TwigTemplate_ce1b8d674369604d095f1dd18f42a5a4fd2fc87a0bbfb5c48dc4a18c3550f88c 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 1
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Entry/contact.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Entry/contact.twig"));
  39.         // line 3
  40.         $context["body_class"] = "registration_page";
  41.         // line 5
  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.'5$this->source); })()), [=> "Form/form_div_layout.twig"], true);
  43.         // line 1
  44.         $this->parent $this->loadTemplate("default_frame.twig""Entry/contact.twig"1);
  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 7
  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 8
  60.         echo "    <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  61. ";
  62.         
  63.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  64.         
  65.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  66.     }
  67.     // line 11
  68.     public function block_main($context, array $blocks = [])
  69.     {
  70.         $macros $this->macros;
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  75.         // line 12
  76.         echo "    <div class=\"ec-contactRole\">
  77.         <ul class=\"breadcrumb p-none\">
  78.             <li class=\"breadcrumb__item\">
  79.                 <a href=\"";
  80.         // line 15
  81.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  82.         echo "\" class=\"breadcrumb__item__link\">
  83.                     ホーム
  84.                 </a>
  85.             </li>
  86.             <li class=\"breadcrumb__item\">
  87.                 <p class=\"breadcrumb__item__arrow\">></p>
  88.             </li>
  89.             <li class=\"breadcrumb__item\">
  90.                 <p class=\"breadcrumb__item__text\">新規会員登録</p>
  91.             </li>
  92.         </ul>
  93.         <div class=\"ec-pageHeader text-center\">
  94.             <h1>";
  95.         // line 27
  96.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録フォーム"), "html"nulltrue);
  97.         echo "</h1>
  98.         </div>
  99.         <div class=\"ec-contactRole__inner\">
  100.             <form method=\"post\" action=\"";
  101.         // line 30
  102.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry_contact");
  103.         echo "\" novalidate class=\"h-adr\">
  104.                 <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  105.                 ";
  106.         // line 32
  107.         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.'32$this->source); })()), "_token", [], "any"falsefalsefalse32), 'widget');
  108.         echo "
  109.                 <p class=\"ec-para-normal text-center text-normal\">";
  110.         // line 33
  111.         echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("内容によっては回答をさしあげるのにお時間をいただくこともございます。
  112.                         また、休業日は翌営業日以降の対応となりますのでご了承ください。
  113.                         "), "html"nulltrue));
  114.         // line 35
  115.         echo "
  116.                 </p>
  117.                 <div class=\"ec-borderedDefs\">
  118.                     <dl>
  119.                         <dt>
  120.                             ";
  121.         // line 40
  122.         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.'40$this->source); })()), "name", [], "any"falsefalsefalse40), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
  123.         echo "
  124.                         </dt>
  125.                         <dd>
  126.                             <div class=\"ec-halfInput";
  127.         // line 43
  128.         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.'43$this->source); })()), "name", [], "any"falsefalsefalse43), "name01", [], "any"falsefalsefalse43), 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.'43$this->source); })()), "name", [], "any"falsefalsefalse43), "name02", [], "any"falsefalsefalse43))) ? (" error") : (""));
  129.         echo "\">
  130.                                 ";
  131.         // line 44
  132.         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.'44$this->source); })()), "name", [], "any"falsefalsefalse44), "name01", [], "any"falsefalsefalse44), 'widget', ["attr" => ["placeholder" => "姓"]]);
  133.         echo "
  134.                                 ";
  135.         // line 45
  136.         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.'45$this->source); })()), "name", [], "any"falsefalsefalse45), "name02", [], "any"falsefalsefalse45), 'widget', ["attr" => ["placeholder" => "名"]]);
  137.         echo "
  138.                                 ";
  139.         // line 46
  140.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'46$this->source); })()), "name", [], "any"falsefalsefalse46), "name01", [], "any"falsefalsefalse46), 'errors');
  141.         echo "
  142.                                 ";
  143.         // line 47
  144.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'47$this->source); })()), "name", [], "any"falsefalsefalse47), "name02", [], "any"falsefalsefalse47), 'errors');
  145.         echo "
  146.                             </div>
  147.                         </dd>
  148.                     </dl>
  149.                     <dl>
  150.                         <dt>
  151.                             ";
  152.         // line 53
  153.         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.'53$this->source); })()), "kana", [], "any"falsefalsefalse53), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前(カナ)"]);
  154.         echo "
  155.                         </dt>
  156.                         <dd>
  157.                             <div class=\"ec-halfInput";
  158.         // line 56
  159.         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.'56$this->source); })()), "kana", [], "any"falsefalsefalse56), "kana01", [], "any"falsefalsefalse56), 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.'56$this->source); })()), "kana", [], "any"falsefalsefalse56), "kana02", [], "any"falsefalsefalse56))) ? (" error") : (""));
  160.         echo "\">
  161.                                 ";
  162.         // line 57
  163.         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.'57$this->source); })()), "kana", [], "any"falsefalsefalse57), "kana01", [], "any"falsefalsefalse57), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  164.         echo "
  165.                                 ";
  166.         // line 58
  167.         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.'58$this->source); })()), "kana", [], "any"falsefalsefalse58), "kana02", [], "any"falsefalsefalse58), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  168.         echo "
  169.                                 ";
  170.         // line 59
  171.         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.'59$this->source); })()), "kana", [], "any"falsefalsefalse59), "kana01", [], "any"falsefalsefalse59), 'errors');
  172.         echo "
  173.                                 ";
  174.         // line 60
  175.         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.'60$this->source); })()), "kana", [], "any"falsefalsefalse60), "kana02", [], "any"falsefalsefalse60), 'errors');
  176.         echo "
  177.                             </div>
  178.                         </dd>
  179.                     </dl>
  180.                     <dl>
  181.                         <dt>
  182.                             ";
  183.         // line 66
  184.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'66$this->source); })()), "salon_name", [], "any"falsefalsefalse66), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "サロン名"]);
  185.         echo "
  186.                         </dt>
  187.                         <dd>
  188.                             <div class=\"ec-halfInput";
  189.         // line 69
  190.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'69$this->source); })()), "salon_name", [], "any"falsefalsefalse69))) ? (" error") : (""));
  191.         echo "\">
  192.                                 ";
  193.         // line 70
  194.         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.'70$this->source); })()), "salon_name", [], "any"falsefalsefalse70), 'widget');
  195.         echo "
  196.                                 ";
  197.         // line 71
  198.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'71$this->source); })()), "salon_name", [], "any"falsefalsefalse71), 'errors');
  199.         echo "
  200.                             </div>
  201.                         </dd>
  202.                     </dl>
  203.                     <dl>
  204.                         <dt>
  205.                             ";
  206.         // line 77
  207.         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); })()), "address", [], "any"falsefalsefalse77), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
  208.         echo "
  209.                         </dt>
  210.                         <dd>
  211.                             <div class=\"ec-zipInput";
  212.         // line 80
  213.         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.'80$this->source); })()), "postal_code", [], "any"falsefalsefalse80))) ? (" error") : (""));
  214.         echo "\"><span>";
  215.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  216.         echo "</span>
  217.                                 ";
  218.         // line 81
  219.         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.'81$this->source); })()), "postal_code", [], "any"falsefalsefalse81), 'widget');
  220.         echo "
  221.                                 <div class=\"ec-zipInputHelp\">
  222.                                     <div class=\"ec-zipInputHelp__icon\">
  223.                                         <div class=\"ec-icon\"><img
  224.                                                     src=\"";
  225.         // line 85
  226.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/question-white.svg"), "html"nulltrue);
  227.         echo "\" alt=\"\">
  228.                                         </div>
  229.                                     </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  230.         // line 87
  231.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html"nulltrue);
  232.         echo "</span></a>
  233.                                 </div>
  234.                                 ";
  235.         // line 89
  236.         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); })()), "postal_code", [], "any"falsefalsefalse89), 'errors');
  237.         echo "
  238.                             </div>
  239.                             <div class=\"ec-select";
  240.         // line 92
  241.         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.'92$this->source); })()), "address", [], "any"falsefalsefalse92), "pref", [], "any"falsefalsefalse92))) ? (" error") : (""));
  242.         echo "\">
  243.                                 ";
  244.         // line 93
  245.         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.'93$this->source); })()), "address", [], "any"falsefalsefalse93), "pref", [], "any"falsefalsefalse93), 'widget');
  246.         echo "
  247.                                 ";
  248.         // line 94
  249.         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.'94$this->source); })()), "address", [], "any"falsefalsefalse94), "pref", [], "any"falsefalsefalse94), 'errors');
  250.         echo "
  251.                             </div>
  252.                             <div class=\"ec-input";
  253.         // line 96
  254.         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.'96$this->source); })()), "address", [], "any"falsefalsefalse96), "addr01", [], "any"falsefalsefalse96))) ? (" error") : (""));
  255.         echo "\">
  256.                                 ";
  257.         // line 97
  258.         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.'97$this->source); })()), "address", [], "any"falsefalsefalse97), "addr01", [], "any"falsefalsefalse97), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  259.         echo "
  260.                                 ";
  261.         // line 98
  262.         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.'98$this->source); })()), "address", [], "any"falsefalsefalse98), "addr01", [], "any"falsefalsefalse98), 'errors');
  263.         echo "
  264.                             </div>
  265.                             <div class=\"ec-input";
  266.         // line 100
  267.         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.'100$this->source); })()), "address", [], "any"falsefalsefalse100), "addr02", [], "any"falsefalsefalse100))) ? (" error") : (""));
  268.         echo "\">
  269.                                 ";
  270.         // line 101
  271.         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.'101$this->source); })()), "address", [], "any"falsefalsefalse101), "addr02", [], "any"falsefalsefalse101), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  272.         echo "
  273.                                 ";
  274.         // line 102
  275.         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.'102$this->source); })()), "address", [], "any"falsefalsefalse102), "addr02", [], "any"falsefalsefalse102), 'errors');
  276.         echo "
  277.                             </div>
  278.                         </dd>
  279.                     </dl>
  280.                     <dl>
  281.                         <dt>
  282.                             ";
  283.         // line 108
  284.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'108$this->source); })()), "phone_number", [], "any"falsefalsefalse108), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  285.         echo "
  286.                         </dt>
  287.                         <dd>
  288.                             <div class=\"ec-telInput";
  289.         // line 111
  290.         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.'111$this->source); })()), "phone_number", [], "any"falsefalsefalse111))) ? (" error") : (""));
  291.         echo "\">
  292.                                 ";
  293.         // line 112
  294.         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.'112$this->source); })()), "phone_number", [], "any"falsefalsefalse112), 'widget');
  295.         echo "
  296.                                 ";
  297.         // line 113
  298.         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); })()), "phone_number", [], "any"falsefalsefalse113), 'errors');
  299.         echo "
  300.                             </div>
  301.                         </dd>
  302.                     </dl>
  303.                     <dl>
  304.                         <dt>
  305.                             ";
  306.         // line 119
  307.         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.'119$this->source); })()), "email", [], "any"falsefalsefalse119), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  308.         echo "
  309.                         </dt>
  310.                         <dd>
  311.                             <div class=\"ec-input";
  312.         // line 122
  313.         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.'122$this->source); })()), "email", [], "any"falsefalsefalse122))) ? (" error") : (""));
  314.         echo "\">
  315.                                 ";
  316.         // line 123
  317.         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.'123$this->source); })()), "email", [], "any"falsefalsefalse123), 'widget', ["attr" => ["placeholder" => "例:ec-cube@example.com"]]);
  318.         echo "
  319.                                 ";
  320.         // line 124
  321.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'124$this->source); })()), "email", [], "any"falsefalsefalse124), 'errors');
  322.         echo "
  323.                             </div>
  324.                         </dd>
  325.                     </dl>
  326.                 </div>
  327.                 <div class=\"ec-registerRole__actions\">
  328.                     <div class=\"btn-size\">
  329.                         <button class=\"ec-blockBtn--action ec-yellow-btn\" type=\"submit\" name=\"mode\" value=\"confirm\">";
  330.         // line 131
  331.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認ページへ"), "html"nulltrue);
  332.         echo "</button>
  333.                     </div>
  334.                 </div>
  335.             </form>
  336.         </div>
  337.     </div>
  338. ";
  339.         
  340.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  341.         
  342.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  343.     }
  344.     public function getTemplateName()
  345.     {
  346.         return "Entry/contact.twig";
  347.     }
  348.     public function isTraitable()
  349.     {
  350.         return false;
  351.     }
  352.     public function getDebugInfo()
  353.     {
  354.         return array (  351 => 131,  341 => 124,  337 => 123,  333 => 122,  327 => 119,  318 => 113,  314 => 112,  310 => 111,  304 => 108,  295 => 102,  291 => 101,  287 => 100,  282 => 98,  278 => 97,  274 => 96,  269 => 94,  265 => 93,  261 => 92,  255 => 89,  250 => 87,  245 => 85,  238 => 81,  232 => 80,  226 => 77,  217 => 71,  213 => 70,  209 => 69,  203 => 66,  194 => 60,  190 => 59,  186 => 58,  182 => 57,  178 => 56,  172 => 53,  163 => 47,  159 => 46,  155 => 45,  151 => 44,  147 => 43,  141 => 40,  134 => 35,  130 => 33,  126 => 32,  121 => 30,  115 => 27,  100 => 15,  95 => 12,  85 => 11,  74 => 8,  64 => 7,  53 => 1,  51 => 5,  49 => 3,  36 => 1,);
  355.     }
  356.     public function getSourceContext()
  357.     {
  358.         return new Source("{% extends 'default_frame.twig' %}
  359. {% set body_class = 'registration_page' %}
  360. {% form_theme form 'Form/form_div_layout.twig' %}
  361. {% block javascript %}
  362.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  363. {% endblock javascript %}
  364. {% block main %}
  365.     <div class=\"ec-contactRole\">
  366.         <ul class=\"breadcrumb p-none\">
  367.             <li class=\"breadcrumb__item\">
  368.                 <a href=\"{{ url('homepage') }}\" class=\"breadcrumb__item__link\">
  369.                     ホーム
  370.                 </a>
  371.             </li>
  372.             <li class=\"breadcrumb__item\">
  373.                 <p class=\"breadcrumb__item__arrow\">></p>
  374.             </li>
  375.             <li class=\"breadcrumb__item\">
  376.                 <p class=\"breadcrumb__item__text\">新規会員登録</p>
  377.             </li>
  378.         </ul>
  379.         <div class=\"ec-pageHeader text-center\">
  380.             <h1>{{ '新規会員登録フォーム'|trans }}</h1>
  381.         </div>
  382.         <div class=\"ec-contactRole__inner\">
  383.             <form method=\"post\" action=\"{{ url('entry_contact') }}\" novalidate class=\"h-adr\">
  384.                 <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  385.                 {{ form_widget(form._token) }}
  386.                 <p class=\"ec-para-normal text-center text-normal\">{{ '内容によっては回答をさしあげるのにお時間をいただくこともございます。
  387.                         また、休業日は翌営業日以降の対応となりますのでご了承ください。
  388.                         '|trans|nl2br }}
  389.                 </p>
  390.                 <div class=\"ec-borderedDefs\">
  391.                     <dl>
  392.                         <dt>
  393.                             {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
  394.                         </dt>
  395.                         <dd>
  396.                             <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error'}}\">
  397.                                 {{ form_widget(form.name.name01, { 'attr': { 'placeholder': '姓' }}) }}
  398.                                 {{ form_widget(form.name.name02, { 'attr': { 'placeholder': '名' }}) }}
  399.                                 {{ form_errors(form.name.name01) }}
  400.                                 {{ form_errors(form.name.name02) }}
  401.                             </div>
  402.                         </dd>
  403.                     </dl>
  404.                     <dl>
  405.                         <dt>
  406.                             {{ form_label(form.kana, 'お名前(カナ)', { 'label_attr': { 'class': 'ec-label' }}) }}
  407.                         </dt>
  408.                         <dd>
  409.                             <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error'}}\">
  410.                                 {{ form_widget(form.kana.kana01, { 'attr': { 'placeholder': 'セイ' }}) }}
  411.                                 {{ form_widget(form.kana.kana02, { 'attr': { 'placeholder': 'メイ' }}) }}
  412.                                 {{ form_errors(form.kana.kana01) }}
  413.                                 {{ form_errors(form.kana.kana02) }}
  414.                             </div>
  415.                         </dd>
  416.                     </dl>
  417.                     <dl>
  418.                         <dt>
  419.                             {{ form_label(form.salon_name, 'サロン名', { 'label_attr': { 'class': 'ec-label' }}) }}
  420.                         </dt>
  421.                         <dd>
  422.                             <div class=\"ec-halfInput{{ has_errors(form.salon_name) ? ' error' }}\">
  423.                                 {{ form_widget(form.salon_name) }}
  424.                                 {{ form_errors(form.salon_name) }}
  425.                             </div>
  426.                         </dd>
  427.                     </dl>
  428.                     <dl>
  429.                         <dt>
  430.                             {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  431.                         </dt>
  432.                         <dd>
  433.                             <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\"><span>{{ '〒'|trans }}</span>
  434.                                 {{ form_widget(form.postal_code) }}
  435.                                 <div class=\"ec-zipInputHelp\">
  436.                                     <div class=\"ec-zipInputHelp__icon\">
  437.                                         <div class=\"ec-icon\"><img
  438.                                                     src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\">
  439.                                         </div>
  440.                                     </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
  441.                                 </div>
  442.                                 {{ form_errors(form.postal_code) }}
  443.                             </div>
  444.                             <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  445.                                 {{ form_widget(form.address.pref) }}
  446.                                 {{ form_errors(form.address.pref) }}
  447.                             </div>
  448.                             <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  449.                                 {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  450.                                 {{ form_errors(form.address.addr01) }}
  451.                             </div>
  452.                             <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  453.                                 {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  454.                                 {{ form_errors(form.address.addr02) }}
  455.                             </div>
  456.                         </dd>
  457.                     </dl>
  458.                     <dl>
  459.                         <dt>
  460.                             {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  461.                         </dt>
  462.                         <dd>
  463.                             <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  464.                                 {{ form_widget(form.phone_number) }}
  465.                                 {{ form_errors(form.phone_number) }}
  466.                             </div>
  467.                         </dd>
  468.                     </dl>
  469.                     <dl>
  470.                         <dt>
  471.                             {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  472.                         </dt>
  473.                         <dd>
  474.                             <div class=\"ec-input{{ has_errors(form.email) ? ' error' }}\">
  475.                                 {{ form_widget(form.email, { 'attr': { 'placeholder': '例:ec-cube@example.com' }}) }}
  476.                                 {{ form_errors(form.email) }}
  477.                             </div>
  478.                         </dd>
  479.                     </dl>
  480.                 </div>
  481.                 <div class=\"ec-registerRole__actions\">
  482.                     <div class=\"btn-size\">
  483.                         <button class=\"ec-blockBtn--action ec-yellow-btn\" type=\"submit\" name=\"mode\" value=\"confirm\">{{ '確認ページへ'|trans }}</button>
  484.                     </div>
  485.                 </div>
  486.             </form>
  487.         </div>
  488.     </div>
  489. {% endblock %}
  490. ""Entry/contact.twig""/home/bravers/bravers.xbiz.jp/public_html/app/template/bravers/Entry/contact.twig");
  491.     }
  492. }