var/cache/dev/twig/ba/baeccb5af1fc397fda7e665615df913b34e29aa506dc0d8af71f2735a7f8c1d2.php line 38

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/confirm.twig */
  14. class __TwigTemplate_ba0c21abd1eea7e4cd782e654db0f682d98c0f77a3edf2d2287aa882122e7dea 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.             'main' => [$this'block_main'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 11
  29.         return "default_frame.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Contact/confirm.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Contact/confirm.twig"));
  38.         // line 13
  39.         $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);
  40.         // line 11
  41.         $this->parent $this->loadTemplate("default_frame.twig""Contact/confirm.twig"11);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 15
  49.     public function block_main($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  56.         // line 16
  57.         echo "    <div class=\"ec-contactConfirmRole\">
  58.         <div class=\"ec-pageHeader\">
  59.             <h1>";
  60.         // line 18
  61.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お問い合わせ"), "html"nulltrue);
  62.         echo "</h1>
  63.         </div>
  64.         <div class=\"ec-off1Grid\">
  65.             <div class=\"ec-off1Grid__cell\">
  66.                 <form method=\"post\" action=\"";
  67.         // line 22
  68.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
  69.         echo "\" class=\"h-adr\">
  70.                     ";
  71.         // line 23
  72.         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.'23$this->source); })()), "_token", [], "any"falsefalsefalse23), 'widget');
  73.         echo "
  74.                     <p>";
  75.         // line 24
  76.         echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("内容によっては回答をさしあげるのにお時間をいただくこともございます。
  77. また、休業日は翌営業日以降の対応となりますのでご了承ください。
  78. "), "html"nulltrue));
  79.         // line 26
  80.         echo "</p>
  81.                     <div class=\"ec-borderedDefs\">
  82.                         <dl>
  83.                             <dt>
  84.                                 ";
  85.         // line 30
  86.         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.'30$this->source); })()), "name", [], "any"falsefalsefalse30), 'label', ["label_attr" => ["class" => "ec-label "], "label" => "お名前"]);
  87.         echo "
  88.                             </dt>
  89.                             <dd>
  90.                                 ";
  91.         // line 33
  92.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'33$this->source); })()), "name", [], "any"falsefalsefalse33), "name01", [], "any"falsefalsefalse33), "vars", [], "any"falsefalsefalse33), "data", [], "any"falsefalsefalse33), "html"nulltrue);
  93.         echo "
  94.                                 ";
  95.         // line 34
  96.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'34$this->source); })()), "name", [], "any"falsefalsefalse34), "name02", [], "any"falsefalsefalse34), "vars", [], "any"falsefalsefalse34), "data", [], "any"falsefalsefalse34), "html"nulltrue);
  97.         echo "
  98.                                 ";
  99.         // line 35
  100.         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.'35$this->source); })()), "name", [], "any"falsefalsefalse35), "name01", [], "any"falsefalsefalse35), 'widget', ["type" => "hidden"]);
  101.         echo "
  102.                                 ";
  103.         // line 36
  104.         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.'36$this->source); })()), "name", [], "any"falsefalsefalse36), "name02", [], "any"falsefalsefalse36), 'widget', ["type" => "hidden"]);
  105.         echo "
  106.                             </dd>
  107.                         </dl>
  108.                         <dl>
  109.                             <dt>
  110.                                 ";
  111.         // line 41
  112.         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); })()), "kana", [], "any"falsefalsefalse41), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前(カナ)"]);
  113.         echo "
  114.                             </dt>
  115.                             <dd>
  116.                                 ";
  117.         // line 44
  118.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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); })()), "kana", [], "any"falsefalsefalse44), "kana01", [], "any"falsefalsefalse44), "vars", [], "any"falsefalsefalse44), "data", [], "any"falsefalsefalse44), "html"nulltrue);
  119.         echo "
  120.                                 ";
  121.         // line 45
  122.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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); })()), "kana", [], "any"falsefalsefalse45), "kana02", [], "any"falsefalsefalse45), "vars", [], "any"falsefalsefalse45), "data", [], "any"falsefalsefalse45), "html"nulltrue);
  123.         echo "
  124.                                 ";
  125.         // line 46
  126.         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); })()), "kana", [], "any"falsefalsefalse46), "kana01", [], "any"falsefalsefalse46), 'widget', ["type" => "hidden"]);
  127.         echo "
  128.                                 ";
  129.         // line 47
  130.         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); })()), "kana", [], "any"falsefalsefalse47), "kana02", [], "any"falsefalsefalse47), 'widget', ["type" => "hidden"]);
  131.         echo "
  132.                             </dd>
  133.                         </dl>
  134.                         <dl>
  135.                             <dt>
  136.                                 ";
  137.         // line 52
  138.         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.'52$this->source); })()), "address", [], "any"falsefalsefalse52), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
  139.         echo "
  140.                             </dt>
  141.                             <dd>
  142.                                 ";
  143.         // line 56
  144.         echo "                                <span><span>";
  145.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  146.         echo "</span></span>";
  147.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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); })()), "postal_code", [], "any"falsefalsefalse56), "vars", [], "any"falsefalsefalse56), "data", [], "any"falsefalsefalse56), "html"nulltrue);
  148.         echo "
  149.                                 ";
  150.         // line 57
  151.         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.'57$this->source); })()), "postal_code", [], "any"falsefalsefalse57), 'widget', ["type" => "hidden"]);
  152.         echo "
  153.                                 ";
  154.         // line 59
  155.         echo "                                ";
  156.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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); })()), "address", [], "any"falsefalsefalse59), "pref", [], "any"falsefalsefalse59), "vars", [], "any"falsefalsefalse59), "data", [], "any"falsefalsefalse59), "html"nulltrue);
  157.         echo " ";
  158.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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); })()), "address", [], "any"falsefalsefalse59), "addr01", [], "any"falsefalsefalse59), "vars", [], "any"falsefalsefalse59), "data", [], "any"falsefalsefalse59), "html"nulltrue);
  159.         echo " ";
  160.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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); })()), "address", [], "any"falsefalsefalse59), "addr02", [], "any"falsefalsefalse59), "vars", [], "any"falsefalsefalse59), "data", [], "any"falsefalsefalse59), "html"nulltrue);
  161.         echo "
  162.                                 ";
  163.         // line 60
  164.         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); })()), "address", [], "any"falsefalsefalse60), "pref", [], "any"falsefalsefalse60), 'widget', ["type" => "hidden"]);
  165.         echo "
  166.                                 ";
  167.         // line 61
  168.         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.'61$this->source); })()), "address", [], "any"falsefalsefalse61), "addr01", [], "any"falsefalsefalse61), 'widget', ["type" => "hidden"]);
  169.         echo "
  170.                                 ";
  171.         // line 62
  172.         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.'62$this->source); })()), "address", [], "any"falsefalsefalse62), "addr02", [], "any"falsefalsefalse62), 'widget', ["type" => "hidden"]);
  173.         echo "
  174.                             </dd>
  175.                         </dl>
  176.                         <dl>
  177.                             <dt>
  178.                                 ";
  179.         // line 67
  180.         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.'67$this->source); })()), "phone_number", [], "any"falsefalsefalse67), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  181.         echo "
  182.                             </dt>
  183.                             <dd>";
  184.         // line 69
  185.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'69$this->source); })()), "phone_number", [], "any"falsefalsefalse69), "vars", [], "any"falsefalsefalse69), "data", [], "any"falsefalsefalse69), "html"nulltrue);
  186.         echo "
  187.                                 ";
  188.         // line 70
  189.         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); })()), "phone_number", [], "any"falsefalsefalse70), 'widget', ["type" => "hidden"]);
  190.         echo "
  191.                             </dd>
  192.                         </dl>
  193.                         <dl>
  194.                             <dt>
  195.                                 ";
  196.         // line 75
  197.         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.'75$this->source); })()), "email", [], "any"falsefalsefalse75), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  198.         echo "
  199.                             </dt>
  200.                             <dd>
  201.                                 ";
  202.         // line 78
  203.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'78$this->source); })()), "email", [], "any"falsefalsefalse78), "vars", [], "any"falsefalsefalse78), "data", [], "any"falsefalsefalse78), "html"nulltrue);
  204.         echo "
  205.                                 ";
  206.         // line 79
  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.'79$this->source); })()), "email", [], "any"falsefalsefalse79), 'widget', ["type" => "hidden"]);
  208.         echo "
  209.                             </dd>
  210.                         </dl>
  211.                         <dl>
  212.                             <dt>
  213.                                 ";
  214.         // line 84
  215.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'84$this->source); })()), "contents", [], "any"falsefalsefalse84), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お問い合わせ内容"]);
  216.         echo "
  217.                             </dt>
  218.                             <dd>
  219.                                 ";
  220.         // line 87
  221.         echo twig_nl2br(twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'87$this->source); })()), "contents", [], "any"falsefalsefalse87), "vars", [], "any"falsefalsefalse87), "data", [], "any"falsefalsefalse87), "html"nulltrue));
  222.         echo "
  223.                                 ";
  224.         // line 88
  225.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'88$this->source); })()), "contents", [], "any"falsefalsefalse88), 'widget', ["type" => "hidden"]);
  226.         echo "
  227.                             </dd>
  228.                         </dl>
  229.                         ";
  230.         // line 92
  231.         echo "                        ";
  232.         $context['_parent'] = $context;
  233.         $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.'92$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"falsefalsefalse92), "eccube_form_options", [], "any"falsefalsefalse92), "auto_render", [], "any"falsefalsefalse92); }));
  234.         foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  235.             // line 93
  236.             echo "                            ";
  237.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse93), "eccube_form_options", [], "any"falsefalsefalse93), "form_theme", [], "any"falsefalsefalse93)) {
  238.                 // line 94
  239.                 echo "                                ";
  240.                 $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"falsefalsefalse94), "eccube_form_options", [], "any"falsefalsefalse94), "form_theme", [], "any"falsefalsefalse94)], true);
  241.                 // line 95
  242.                 echo "                                ";
  243.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
  244.                 echo "
  245.                             ";
  246.             } else {
  247.                 // line 97
  248.                 echo "                                <dl>
  249.                                     <dt>
  250.                                         ";
  251.                 // line 99
  252.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'label');
  253.                 echo "
  254.                                     </dt>
  255.                                     <dd>
  256.                                         <div class=\"";
  257.                 // line 102
  258.                 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"falsefalsefalse102), "eccube_form_options", [], "any"falsefalsefalse102), "style_class", [], "any"falsefalsefalse102), "html"nulltrue);
  259.                 echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($context["f"])) ? (" error") : (""));
  260.                 echo "\">
  261.                                             ";
  262.                 // line 103
  263.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse103), "data", [], "any"falsefalsefalse103), "html"nulltrue);
  264.                 echo "
  265.                                             ";
  266.                 // line 104
  267.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'widget', ["type" => "hidden"]);
  268.                 echo "
  269.                                         </div>
  270.                                     </dd>
  271.                                 </dl>
  272.                             ";
  273.             }
  274.             // line 109
  275.             echo "                        ";
  276.         }
  277.         $_parent $context['_parent'];
  278.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  279.         $context array_intersect_key($context$_parent) + $_parent;
  280.         // line 110
  281.         echo "                    </div>
  282.                     <div class=\"ec-RegisterRole__actions\">
  283.                         <div class=\"ec-off4Grid\">
  284.                             <div class=\"ec-off4Grid__cell\">
  285.                                 <button type=\"submit\"
  286.                                         class=\"ec-blockBtn--action\"
  287.                                         name=\"mode\"
  288.                                         value=\"complete\">";
  289.         // line 117
  290.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("送信する"), "html"nulltrue);
  291.         echo "
  292.                                 </button>
  293.                                 <button type=\"submit\"
  294.                                         class=\"ec-blockBtn--cancel\"
  295.                                         name=\"mode\"
  296.                                         value=\"back\">";
  297.         // line 122
  298.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("戻る"), "html"nulltrue);
  299.         echo "
  300.                                 </button>
  301.                             </div>
  302.                         </div>
  303.                     </div>
  304.                 </form>
  305.             </div>
  306.         </div>
  307.     </div>
  308. ";
  309.         
  310.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  311.         
  312.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  313.     }
  314.     public function getTemplateName()
  315.     {
  316.         return "Contact/confirm.twig";
  317.     }
  318.     public function isTraitable()
  319.     {
  320.         return false;
  321.     }
  322.     public function getDebugInfo()
  323.     {
  324.         return array (  312 => 122,  304 => 117,  295 => 110,  289 => 109,  281 => 104,  277 => 103,  272 => 102,  266 => 99,  262 => 97,  256 => 95,  253 => 94,  250 => 93,  245 => 92,  239 => 88,  235 => 87,  229 => 84,  221 => 79,  217 => 78,  211 => 75,  203 => 70,  199 => 69,  194 => 67,  186 => 62,  182 => 61,  178 => 60,  169 => 59,  165 => 57,  158 => 56,  152 => 52,  144 => 47,  140 => 46,  136 => 45,  132 => 44,  126 => 41,  118 => 36,  114 => 35,  110 => 34,  106 => 33,  100 => 30,  94 => 26,  90 => 24,  86 => 23,  82 => 22,  75 => 18,  71 => 16,  61 => 15,  50 => 11,  48 => 13,  35 => 11,);
  325.     }
  326.     public function getSourceContext()
  327.     {
  328.         return new Source("{#
  329. This file is part of EC-CUBE
  330. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  331. http://www.ec-cube.co.jp/
  332. For the full copyright and license information, please view the LICENSE
  333. file that was distributed with this source code.
  334. #}
  335. {% extends 'default_frame.twig' %}
  336. {% form_theme form 'Form/form_div_layout.twig' %}
  337. {% block main %}
  338.     <div class=\"ec-contactConfirmRole\">
  339.         <div class=\"ec-pageHeader\">
  340.             <h1>{{ 'お問い合わせ'|trans }}</h1>
  341.         </div>
  342.         <div class=\"ec-off1Grid\">
  343.             <div class=\"ec-off1Grid__cell\">
  344.                 <form method=\"post\" action=\"{{ url('contact') }}\" class=\"h-adr\">
  345.                     {{ form_widget(form._token) }}
  346.                     <p>{{ '内容によっては回答をさしあげるのにお時間をいただくこともございます。
  347. また、休業日は翌営業日以降の対応となりますのでご了承ください。
  348. '|trans|nl2br }}</p>
  349.                     <div class=\"ec-borderedDefs\">
  350.                         <dl>
  351.                             <dt>
  352.                                 {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label '}}) }}
  353.                             </dt>
  354.                             <dd>
  355.                                 {{ form.name.name01.vars.data }}
  356.                                 {{ form.name.name02.vars.data }}
  357.                                 {{ form_widget(form.name.name01, { type : 'hidden' }) }}
  358.                                 {{ form_widget(form.name.name02, { type : 'hidden' }) }}
  359.                             </dd>
  360.                         </dl>
  361.                         <dl>
  362.                             <dt>
  363.                                 {{ form_label(form.kana, 'お名前(カナ)', { 'label_attr': { 'class': 'ec-label' }}) }}
  364.                             </dt>
  365.                             <dd>
  366.                                 {{ form.kana.kana01.vars.data }}
  367.                                 {{ form.kana.kana02.vars.data }}
  368.                                 {{ form_widget(form.kana.kana01, { type : 'hidden' }) }}
  369.                                 {{ form_widget(form.kana.kana02, { type : 'hidden' }) }}
  370.                             </dd>
  371.                         </dl>
  372.                         <dl>
  373.                             <dt>
  374.                                 {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  375.                             </dt>
  376.                             <dd>
  377.                                 {# 郵便番号 #}
  378.                                 <span><span>{{ '〒'|trans }}</span></span>{{ form.postal_code.vars.data }}
  379.                                 {{ form_widget(form.postal_code, { type : 'hidden' }) }}
  380.                                 {# 都道府県・住所 #}
  381.                                 {{ form.address.pref.vars.data }} {{ form.address.addr01.vars.data }} {{ form.address.addr02.vars.data }}
  382.                                 {{ form_widget(form.address.pref, { type : 'hidden' }) }}
  383.                                 {{ form_widget(form.address.addr01, { type : 'hidden' }) }}
  384.                                 {{ form_widget(form.address.addr02, { type : 'hidden' }) }}
  385.                             </dd>
  386.                         </dl>
  387.                         <dl>
  388.                             <dt>
  389.                                 {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  390.                             </dt>
  391.                             <dd>{{ form.phone_number.vars.data }}
  392.                                 {{ form_widget(form.phone_number, { type : 'hidden' }) }}
  393.                             </dd>
  394.                         </dl>
  395.                         <dl>
  396.                             <dt>
  397.                                 {{ form_label(form.email, 'メールアドレス', {'label_attr': {'class': 'ec-label'}}) }}
  398.                             </dt>
  399.                             <dd>
  400.                                 {{ form.email.vars.data }}
  401.                                 {{ form_widget(form.email, { type : 'hidden' }) }}
  402.                             </dd>
  403.                         </dl>
  404.                         <dl>
  405.                             <dt>
  406.                                 {{ form_label(form.contents, 'お問い合わせ内容', { 'label_attr': { 'class': 'ec-label' }}) }}
  407.                             </dt>
  408.                             <dd>
  409.                                 {{ form.contents.vars.data|nl2br }}
  410.                                 {{ form_widget(form.contents, { type : 'hidden' }) }}
  411.                             </dd>
  412.                         </dl>
  413.                         {# エンティティ拡張の自動出力 #}
  414.                         {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}
  415.                             {% if f.vars.eccube_form_options.form_theme %}
  416.                                 {% form_theme f f.vars.eccube_form_options.form_theme %}
  417.                                 {{ form_row(f) }}
  418.                             {% else %}
  419.                                 <dl>
  420.                                     <dt>
  421.                                         {{ form_label(f) }}
  422.                                     </dt>
  423.                                     <dd>
  424.                                         <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
  425.                                             {{ f.vars.data }}
  426.                                             {{ form_widget(f, { type: 'hidden'}) }}
  427.                                         </div>
  428.                                     </dd>
  429.                                 </dl>
  430.                             {% endif %}
  431.                         {% endfor %}
  432.                     </div>
  433.                     <div class=\"ec-RegisterRole__actions\">
  434.                         <div class=\"ec-off4Grid\">
  435.                             <div class=\"ec-off4Grid__cell\">
  436.                                 <button type=\"submit\"
  437.                                         class=\"ec-blockBtn--action\"
  438.                                         name=\"mode\"
  439.                                         value=\"complete\">{{ '送信する'|trans }}
  440.                                 </button>
  441.                                 <button type=\"submit\"
  442.                                         class=\"ec-blockBtn--cancel\"
  443.                                         name=\"mode\"
  444.                                         value=\"back\">{{ '戻る'|trans }}
  445.                                 </button>
  446.                             </div>
  447.                         </div>
  448.                     </div>
  449.                 </form>
  450.             </div>
  451.         </div>
  452.     </div>
  453. {% endblock %}
  454. ""Contact/confirm.twig""/home/daiwafood/www/ec/app/template/mizunasu/Contact/confirm.twig");
  455.     }
  456. }