var/cache/dev/twig/b4/b4ab50d12a039b3d6230e63e239559f3.php line 52

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. /* Contact/index.twig */
  14. class __TwigTemplate_214b8407cb1335ee8bf9403a3969a881 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_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Contact/index.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Contact/index.twig"));
  39.         // line 13
  40.         $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.'13$this->source); })()), [=> "Form/form_div_layout.twig"], true);
  41.         // line 11
  42.         $this->parent $this->loadTemplate("default_frame.twig""Contact/index.twig"11);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 15
  50.     public function block_javascript($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         // line 16
  58.         echo "    <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  59. ";
  60.         
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62.         
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  64.     }
  65.     // line 19
  66.     public function block_main($context, array $blocks = [])
  67.     {
  68.         $macros $this->macros;
  69.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  73.         // line 20
  74.         echo "
  75.     <div class=\"ec-contactRole\">
  76.         <div class=\"ec-pageHeader\">
  77.             <h1>";
  78.         // line 23
  79.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お問い合わせ"), "html"nulltrue);
  80.         echo "</h1>
  81.         </div>
  82.         <div class=\"ec-off1Grid\">
  83.             <div class=\"ec-off1Grid__cell\">
  84.                 <form method=\"post\" action=\"";
  85.         // line 27
  86.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
  87.         echo "\" class=\"h-adr\" novalidate>
  88.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  89.                     ";
  90.         // line 29
  91.         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.'29$this->source); })()), "_token", [], "any"falsefalsefalse29), 'widget');
  92.         echo "
  93.                     <p class=\"ec-para-normal\">";
  94.         // line 30
  95.         echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("内容によっては回答をさしあげるのにお時間をいただくこともございます。
  96.                     また、休業日は翌営業日以降の対応となりますのでご了承ください。
  97.                     "), "html"nulltrue));
  98.         // line 32
  99.         echo "
  100.                     </p>
  101.                     <div class=\"ec-borderedDefs\">
  102.                         <dl>
  103.                             <dt>
  104.                                 ";
  105.         // line 37
  106.         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.'37$this->source); })()), "company_name", [], "any"falsefalsefalse37), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "会社名"]);
  107.         echo "
  108.                             </dt>
  109.                             <dd>
  110.                                 <div class=\"ec-halfInput";
  111.         // line 40
  112.         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.'40$this->source); })()), "company_name", [], "any"falsefalsefalse40))) ? (" error’") : (""));
  113.         echo "\">
  114.                                 ";
  115.         // line 41
  116.         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.'41$this->source); })()), "company_name", [], "any"falsefalsefalse41), 'widget', ["attr" => ["placeholder" => "会社名"]]);
  117.         echo "
  118.                                 ";
  119.         // line 42
  120.         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.'42$this->source); })()), "company_name", [], "any"falsefalsefalse42), 'errors');
  121.         echo "
  122.                                 </div>
  123.                             </dd>
  124.                         </dl>
  125.                         <dl>
  126.                             <dt>
  127.                                 ";
  128.         // line 48
  129.         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.'48$this->source); })()), "name", [], "any"falsefalsefalse48), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
  130.         echo "
  131.                             </dt>
  132.                             <dd>
  133.                                 <div class=\"ec-halfInput";
  134.         // line 51
  135.         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.'51$this->source); })()), "name", [], "any"falsefalsefalse51), "name01", [], "any"falsefalsefalse51), twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'51$this->source); })()), "name", [], "any"falsefalsefalse51), "name02", [], "any"falsefalsefalse51))) ? (" error") : (""));
  136.         echo "\">
  137.                                     ";
  138.         // line 52
  139.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'52$this->source); })()), "name", [], "any"falsefalsefalse52), "name01", [], "any"falsefalsefalse52), 'widget', ["attr" => ["placeholder" => "姓"]]);
  140.         echo "
  141.                                     ";
  142.         // line 53
  143.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'53$this->source); })()), "name", [], "any"falsefalsefalse53), "name02", [], "any"falsefalsefalse53), 'widget', ["attr" => ["placeholder" => "名"]]);
  144.         echo "
  145.                                     ";
  146.         // line 54
  147.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'54$this->source); })()), "name", [], "any"falsefalsefalse54), "name01", [], "any"falsefalsefalse54), 'errors');
  148.         echo "
  149.                                     ";
  150.         // line 55
  151.         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.'55$this->source); })()), "name", [], "any"falsefalsefalse55), "name02", [], "any"falsefalsefalse55), 'errors');
  152.         echo "
  153.                                 </div>
  154.                             </dd>
  155.                         </dl>
  156.                         <dl>
  157.                             <dt>
  158.                                 ";
  159.         // line 61
  160.         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.'61$this->source); })()), "kana", [], "any"falsefalsefalse61), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前(カナ)"]);
  161.         echo "
  162.                             </dt>
  163.                             <dd>
  164.                                 <div class=\"ec-halfInput";
  165.         // line 64
  166.         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.'64$this->source); })()), "kana", [], "any"falsefalsefalse64), "kana01", [], "any"falsefalsefalse64), 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.'64$this->source); })()), "kana", [], "any"falsefalsefalse64), "kana02", [], "any"falsefalsefalse64))) ? (" error") : (""));
  167.         echo "\">
  168.                                     ";
  169.         // line 65
  170.         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.'65$this->source); })()), "kana", [], "any"falsefalsefalse65), "kana01", [], "any"falsefalsefalse65), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  171.         echo "
  172.                                     ";
  173.         // line 66
  174.         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.'66$this->source); })()), "kana", [], "any"falsefalsefalse66), "kana02", [], "any"falsefalsefalse66), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  175.         echo "
  176.                                     ";
  177.         // line 67
  178.         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.'67$this->source); })()), "kana", [], "any"falsefalsefalse67), "kana01", [], "any"falsefalsefalse67), 'errors');
  179.         echo "
  180.                                     ";
  181.         // line 68
  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.'68$this->source); })()), "kana", [], "any"falsefalsefalse68), "kana02", [], "any"falsefalsefalse68), 'errors');
  183.         echo "
  184.                                 </div>
  185.                             </dd>
  186.                         </dl>
  187.                         <dl>
  188.                             <dt>
  189.                                 ";
  190.         // line 74
  191.         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.'74$this->source); })()), "address", [], "any"falsefalsefalse74), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
  192.         echo "
  193.                             </dt>
  194.                             <dd>
  195.                                 <div class=\"ec-zipInput";
  196.         // line 77
  197.         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.'77$this->source); })()), "postal_code", [], "any"falsefalsefalse77))) ? (" error") : (""));
  198.         echo "\">
  199.                                     <span>";
  200.         // line 78
  201.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  202.         echo "</span>
  203.                                     ";
  204.         // line 79
  205.         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.'79$this->source); })()), "postal_code", [], "any"falsefalsefalse79), 'widget');
  206.         echo "
  207.                                     <div class=\"ec-zipInputHelp\">
  208.                                         <div class=\"ec-zipInputHelp__icon\">
  209.                                             <div class=\"ec-icon\"><img
  210.                                                     src=\"";
  211.         // line 83
  212.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/question-white.svg"), "html"nulltrue);
  213.         echo "\" alt=\"\">
  214.                                             </div>
  215.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
  216.         // line 85
  217.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html"nulltrue);
  218.         echo "</span></a>
  219.                                     </div>
  220.                                     ";
  221.         // line 87
  222.         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.'87$this->source); })()), "postal_code", [], "any"falsefalsefalse87), 'errors');
  223.         echo "
  224.                                 </div>
  225.                                 <div class=\"ec-select";
  226.         // line 89
  227.         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.'89$this->source); })()), "address", [], "any"falsefalsefalse89), "pref", [], "any"falsefalsefalse89))) ? (" error") : (""));
  228.         echo "\">
  229.                                     ";
  230.         // line 90
  231.         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.'90$this->source); })()), "address", [], "any"falsefalsefalse90), "pref", [], "any"falsefalsefalse90), 'widget');
  232.         echo "
  233.                                     ";
  234.         // line 91
  235.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'91$this->source); })()), "address", [], "any"falsefalsefalse91), "pref", [], "any"falsefalsefalse91), 'errors');
  236.         echo "
  237.                                 </div>
  238.                                 <div class=\"ec-input";
  239.         // line 93
  240.         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.'93$this->source); })()), "address", [], "any"falsefalsefalse93), "addr01", [], "any"falsefalsefalse93))) ? (" error") : (""));
  241.         echo "\">
  242.                                     ";
  243.         // line 94
  244.         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), "addr01", [], "any"falsefalsefalse94), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  245.         echo "
  246.                                     ";
  247.         // line 95
  248.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'95$this->source); })()), "address", [], "any"falsefalsefalse95), "addr01", [], "any"falsefalsefalse95), 'errors');
  249.         echo "
  250.                                 </div>
  251.                                 <div class=\"ec-input";
  252.         // line 97
  253.         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.'97$this->source); })()), "address", [], "any"falsefalsefalse97), "addr02", [], "any"falsefalsefalse97))) ? (" error") : (""));
  254.         echo "\">
  255.                                     ";
  256.         // line 98
  257.         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), "addr02", [], "any"falsefalsefalse98), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  258.         echo "
  259.                                     ";
  260.         // line 99
  261.         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.'99$this->source); })()), "address", [], "any"falsefalsefalse99), "addr02", [], "any"falsefalsefalse99), 'errors');
  262.         echo "
  263.                                 </div>
  264.                             </dd>
  265.                         </dl>
  266.                         <dl>
  267.                             <dt>
  268.                                 ";
  269.         // line 105
  270.         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.'105$this->source); })()), "phone_number", [], "any"falsefalsefalse105), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  271.         echo "
  272.                             </dt>
  273.                             <dd>
  274.                                 <div class=\"ec-telInput";
  275.         // line 108
  276.         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.'108$this->source); })()), "phone_number", [], "any"falsefalsefalse108))) ? (" error") : (""));
  277.         echo "\">
  278.                                     ";
  279.         // line 109
  280.         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.'109$this->source); })()), "phone_number", [], "any"falsefalsefalse109), 'widget');
  281.         echo "
  282.                                     ";
  283.         // line 110
  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.'110$this->source); })()), "phone_number", [], "any"falsefalsefalse110), 'errors');
  285.         echo "
  286.                                 </div>
  287.                             </dd>
  288.                         </dl>
  289.                         <dl>
  290.                             <dt>
  291.                                 ";
  292.         // line 116
  293.         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.'116$this->source); })()), "email", [], "any"falsefalsefalse116), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  294.         echo "
  295.                             </dt>
  296.                             <dd>
  297.                                 <div class=\"ec-input";
  298.         // line 119
  299.         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.'119$this->source); })()), "email", [], "any"falsefalsefalse119))) ? (" error") : (""));
  300.         echo "\">
  301.                                     ";
  302.         // line 120
  303.         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.'120$this->source); })()), "email", [], "any"falsefalsefalse120), 'widget');
  304.         echo "
  305.                                     ";
  306.         // line 121
  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.'121$this->source); })()), "email", [], "any"falsefalsefalse121), 'errors');
  308.         echo "
  309.                                 </div>
  310.                             </dd>
  311.                         </dl>
  312.                         <dl>
  313.                             <dt>
  314.                                 ";
  315.         // line 127
  316.         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.'127$this->source); })()), "contact_type", [], "any"falsefalsefalse127), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お問い合わせの種類"]);
  317.         echo "
  318.                             </dt>
  319.                             <dd>
  320.                                 <div class=\"ec-select";
  321.         // line 130
  322.         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.'130$this->source); })()), "contact_type", [], "any"falsefalsefalse130))) ? (" error") : (""));
  323.         echo "\">
  324.                                     ";
  325.         // line 131
  326.         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); })()), "contact_type", [], "any"falsefalsefalse131), 'widget');
  327.         echo "
  328.                                     ";
  329.         // line 132
  330.         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.'132$this->source); })()), "contact_type", [], "any"falsefalsefalse132), 'errors');
  331.         echo "
  332.                                 </div>
  333.                             </dd>
  334.                         </dl>
  335.                         <dl>
  336.                             <dt>
  337.                                 ";
  338.         // line 138
  339.         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.'138$this->source); })()), "contents", [], "any"falsefalsefalse138), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お問い合わせ内容"]);
  340.         echo "
  341.                             </dt>
  342.                             <dd>
  343.                                 <div class=\"ec-input";
  344.         // line 141
  345.         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.'141$this->source); })()), "contents", [], "any"falsefalsefalse141))) ? (" error") : (""));
  346.         echo "\">
  347.                                     ";
  348.         // line 142
  349.         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.'142$this->source); })()), "contents", [], "any"falsefalsefalse142), 'widget');
  350.         echo "
  351.                                     ";
  352.         // line 143
  353.         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.'143$this->source); })()), "contents", [], "any"falsefalsefalse143), 'errors');
  354.         echo "
  355.                                 </div>
  356.                                 <p>";
  357.         // line 145
  358.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文に関するお問い合わせには、必ず「ご注文番号」をご記入くださいますようお願いいたします。"), "html"nulltrue);
  359.         echo "</p>
  360.                             </dd>
  361.                         </dl>
  362.                         ";
  363.         // line 149
  364.         echo "                        ";
  365.         $context['_parent'] = $context;
  366.         $context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'149$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse149), "eccube_form_options", [], "any"falsefalsefalse149), "auto_render", [], "any"falsefalsefalse149); }));
  367.         foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  368.             // line 150
  369.             echo "                            ";
  370.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse150), "eccube_form_options", [], "any"falsefalsefalse150), "form_theme", [], "any"falsefalsefalse150)) {
  371.                 // line 151
  372.                 echo "                                ";
  373.                 $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"falsefalsefalse151), "eccube_form_options", [], "any"falsefalsefalse151), "form_theme", [], "any"falsefalsefalse151)], true);
  374.                 // line 152
  375.                 echo "                                ";
  376.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
  377.                 echo "
  378.                             ";
  379.             } else {
  380.                 // line 154
  381.                 echo "                                <dl>
  382.                                     <dt>
  383.                                         ";
  384.                 // line 156
  385.                 $context["label_class"] = ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsetruefalse156), "label_attr", [], "any"falsetruefalse156), "class", [], "any"truetruefalse156)) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse156), "label_attr", [], "any"falsefalsefalse156), "class", [], "any"falsefalsefalse156)) : (""));
  386.                 // line 157
  387.                 echo "                                        ";
  388.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'label', ["label_attr" => ["class" => ((isset($context["label_class"]) || array_key_exists("label_class"$context) ? $context["label_class"] : (function () { throw new RuntimeError('Variable "label_class" does not exist.'157$this->source); })()) . " ec-label")]] + (twig_test_empty($_label_ twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse157), "label", [], "any"falsefalsefalse157)) ? [] : ["label" => $_label_]));
  389.                 echo "
  390.                                     </dt>
  391.                                     <dd>
  392.                                         <div class=\"";
  393.                 // line 160
  394.                 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"falsefalsefalse160), "eccube_form_options", [], "any"falsefalsefalse160), "style_class", [], "any"falsefalsefalse160), "html"nulltrue);
  395.                 echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($context["f"])) ? (" error") : (""));
  396.                 echo "\">
  397.                                             ";
  398.                 // line 161
  399.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'widget');
  400.                 echo "
  401.                                             ";
  402.                 // line 162
  403.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'errors');
  404.                 echo "
  405.                                         </div>
  406.                                     </dd>
  407.                                 </dl>
  408.                             ";
  409.             }
  410.             // line 167
  411.             echo "                        ";
  412.         }
  413.         $_parent $context['_parent'];
  414.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  415.         $context array_intersect_key($context$_parent) + $_parent;
  416.         // line 168
  417.         echo "                    </div>
  418.                     <div class=\"ec-RegisterRole__actions\">
  419.                         <div class=\"ec-off4Grid\">
  420.                             <div class=\"ec-off4Grid__cell\">
  421.                                 <button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\">";
  422.         // line 172
  423.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認ページへ"), "html"nulltrue);
  424.         echo "
  425.                                 </button>
  426.                             </div>
  427.                         </div>
  428.                     </div>
  429.                 </form>
  430.             </div>
  431.         </div>
  432.     </div>
  433. ";
  434.         
  435.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  436.         
  437.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  438.     }
  439.     public function getTemplateName()
  440.     {
  441.         return "Contact/index.twig";
  442.     }
  443.     public function isTraitable()
  444.     {
  445.         return false;
  446.     }
  447.     public function getDebugInfo()
  448.     {
  449.         return array (  442 => 172,  436 => 168,  430 => 167,  422 => 162,  418 => 161,  413 => 160,  406 => 157,  404 => 156,  400 => 154,  394 => 152,  391 => 151,  388 => 150,  383 => 149,  377 => 145,  372 => 143,  368 => 142,  364 => 141,  358 => 138,  349 => 132,  345 => 131,  341 => 130,  335 => 127,  326 => 121,  322 => 120,  318 => 119,  312 => 116,  303 => 110,  299 => 109,  295 => 108,  289 => 105,  280 => 99,  276 => 98,  272 => 97,  267 => 95,  263 => 94,  259 => 93,  254 => 91,  250 => 90,  246 => 89,  241 => 87,  236 => 85,  231 => 83,  224 => 79,  220 => 78,  216 => 77,  210 => 74,  201 => 68,  197 => 67,  193 => 66,  189 => 65,  185 => 64,  179 => 61,  170 => 55,  166 => 54,  162 => 53,  158 => 52,  154 => 51,  148 => 48,  139 => 42,  135 => 41,  131 => 40,  125 => 37,  118 => 32,  114 => 30,  110 => 29,  105 => 27,  98 => 23,  93 => 20,  83 => 19,  72 => 16,  62 => 15,  51 => 11,  49 => 13,  36 => 11,);
  450.     }
  451.     public function getSourceContext()
  452.     {
  453.         return new Source("{#
  454. This file is part of EC-CUBE
  455. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  456. http://www.ec-cube.co.jp/
  457. For the full copyright and license information, please view the LICENSE
  458. file that was distributed with this source code.
  459. #}
  460. {% extends 'default_frame.twig' %}
  461. {% form_theme form 'Form/form_div_layout.twig' %}
  462. {% block javascript %}
  463.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  464. {% endblock javascript %}
  465. {% block main %}
  466.     <div class=\"ec-contactRole\">
  467.         <div class=\"ec-pageHeader\">
  468.             <h1>{{ 'お問い合わせ'|trans }}</h1>
  469.         </div>
  470.         <div class=\"ec-off1Grid\">
  471.             <div class=\"ec-off1Grid__cell\">
  472.                 <form method=\"post\" action=\"{{ url('contact') }}\" class=\"h-adr\" novalidate>
  473.                     <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  474.                     {{ form_widget(form._token) }}
  475.                     <p class=\"ec-para-normal\">{{ '内容によっては回答をさしあげるのにお時間をいただくこともございます。
  476.                     また、休業日は翌営業日以降の対応となりますのでご了承ください。
  477.                     '|trans|nl2br }}
  478.                     </p>
  479.                     <div class=\"ec-borderedDefs\">
  480.                         <dl>
  481.                             <dt>
  482.                                 {{ form_label(form.company_name, '会社名', { 'label_attr': { 'class': 'ec-label' }}) }}
  483.                             </dt>
  484.                             <dd>
  485.                                 <div class=\"ec-halfInput{{ has_errors(form.company_name) ? ' error’'}}\">
  486.                                 {{ form_widget(form.company_name, {'attr': { 'placeholder': '会社名' }}) }}
  487.                                 {{ form_errors(form.company_name) }}
  488.                                 </div>
  489.                             </dd>
  490.                         </dl>
  491.                         <dl>
  492.                             <dt>
  493.                                 {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
  494.                             </dt>
  495.                             <dd>
  496.                                 <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error' }}\">
  497.                                     {{ form_widget(form.name.name01, {'attr': { 'placeholder': '姓' }}) }}
  498.                                     {{ form_widget(form.name.name02, {'attr': { 'placeholder': '名' }}) }}
  499.                                     {{ form_errors(form.name.name01) }}
  500.                                     {{ form_errors(form.name.name02) }}
  501.                                 </div>
  502.                             </dd>
  503.                         </dl>
  504.                         <dl>
  505.                             <dt>
  506.                                 {{ form_label(form.kana, 'お名前(カナ)', {'label_attr': {'class': 'ec-label'}}) }}
  507.                             </dt>
  508.                             <dd>
  509.                                 <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error' }}\">
  510.                                     {{ form_widget(form.kana.kana01, {'attr': { 'placeholder': 'セイ' }}) }}
  511.                                     {{ form_widget(form.kana.kana02, {'attr': { 'placeholder': 'メイ' }}) }}
  512.                                     {{ form_errors(form.kana.kana01) }}
  513.                                     {{ form_errors(form.kana.kana02) }}
  514.                                 </div>
  515.                             </dd>
  516.                         </dl>
  517.                         <dl>
  518.                             <dt>
  519.                                 {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  520.                             </dt>
  521.                             <dd>
  522.                                 <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\">
  523.                                     <span>{{ '〒'|trans }}</span>
  524.                                     {{ form_widget(form.postal_code) }}
  525.                                     <div class=\"ec-zipInputHelp\">
  526.                                         <div class=\"ec-zipInputHelp__icon\">
  527.                                             <div class=\"ec-icon\"><img
  528.                                                     src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\">
  529.                                             </div>
  530.                                         </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
  531.                                     </div>
  532.                                     {{ form_errors(form.postal_code) }}
  533.                                 </div>
  534.                                 <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  535.                                     {{ form_widget(form.address.pref) }}
  536.                                     {{ form_errors(form.address.pref) }}
  537.                                 </div>
  538.                                 <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  539.                                     {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  540.                                     {{ form_errors(form.address.addr01) }}
  541.                                 </div>
  542.                                 <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  543.                                     {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  544.                                     {{ form_errors(form.address.addr02) }}
  545.                                 </div>
  546.                             </dd>
  547.                         </dl>
  548.                         <dl>
  549.                             <dt>
  550.                                 {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  551.                             </dt>
  552.                             <dd>
  553.                                 <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  554.                                     {{ form_widget(form.phone_number) }}
  555.                                     {{ form_errors(form.phone_number) }}
  556.                                 </div>
  557.                             </dd>
  558.                         </dl>
  559.                         <dl>
  560.                             <dt>
  561.                                 {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  562.                             </dt>
  563.                             <dd>
  564.                                 <div class=\"ec-input{{ has_errors(form.email) ? ' error' }}\">
  565.                                     {{ form_widget(form.email) }}
  566.                                     {{ form_errors(form.email) }}
  567.                                 </div>
  568.                             </dd>
  569.                         </dl>
  570.                         <dl>
  571.                             <dt>
  572.                                 {{ form_label(form.contact_type, 'お問い合わせの種類', { 'label_attr': { 'class': 'ec-label' }}) }}
  573.                             </dt>
  574.                             <dd>
  575.                                 <div class=\"ec-select{{ has_errors(form.contact_type) ? ' error' }}\">
  576.                                     {{ form_widget(form.contact_type) }}
  577.                                     {{ form_errors(form.contact_type) }}
  578.                                 </div>
  579.                             </dd>
  580.                         </dl>
  581.                         <dl>
  582.                             <dt>
  583.                                 {{ form_label(form.contents, 'お問い合わせ内容', { 'label_attr': { 'class': 'ec-label' }}) }}
  584.                             </dt>
  585.                             <dd>
  586.                                 <div class=\"ec-input{{ has_errors(form.contents) ? ' error' }}\">
  587.                                     {{ form_widget(form.contents) }}
  588.                                     {{ form_errors(form.contents) }}
  589.                                 </div>
  590.                                 <p>{{ 'ご注文に関するお問い合わせには、必ず「ご注文番号」をご記入くださいますようお願いいたします。'|trans }}</p>
  591.                             </dd>
  592.                         </dl>
  593.                         {# エンティティ拡張の自動出力 #}
  594.                         {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}
  595.                             {% if f.vars.eccube_form_options.form_theme %}
  596.                                 {% form_theme f f.vars.eccube_form_options.form_theme %}
  597.                                 {{ form_row(f) }}
  598.                             {% else %}
  599.                                 <dl>
  600.                                     <dt>
  601.                                         {% set label_class =  f.vars.label_attr.class is defined ? f.vars.label_attr.class : '' %}
  602.                                         {{ form_label(f, f.vars.label, { 'label_attr': {'class': label_class ~ ' ec-label' }}) }}
  603.                                     </dt>
  604.                                     <dd>
  605.                                         <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
  606.                                             {{ form_widget(f) }}
  607.                                             {{ form_errors(f) }}
  608.                                         </div>
  609.                                     </dd>
  610.                                 </dl>
  611.                             {% endif %}
  612.                         {% endfor %}
  613.                     </div>
  614.                     <div class=\"ec-RegisterRole__actions\">
  615.                         <div class=\"ec-off4Grid\">
  616.                             <div class=\"ec-off4Grid__cell\">
  617.                                 <button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\">{{ '確認ページへ'|trans }}
  618.                                 </button>
  619.                             </div>
  620.                         </div>
  621.                     </div>
  622.                 </form>
  623.             </div>
  624.         </div>
  625.     </div>
  626. {% endblock %}
  627. ""Contact/index.twig""/home/xs804421/stg.denzai-bluewood.com/public_html/src/Eccube/Resource/template/default/Contact/index.twig");
  628.     }
  629. }