<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Entry/index.twig */
class __TwigTemplate_9207761464f09f8b8db004e6124fdbfc extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Entry/index.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Entry/index.twig"));
// line 13
$context["body_class"] = "registration_page";
// line 15
$this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 15, $this->source); })()), [0 => "Form/form_div_layout.twig"], true);
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "Entry/index.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 17
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 18
echo " <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 21
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 22
echo " ";
$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.', 22, $this->source); })()), [0 => "Form/form_custom_theme.twig"], true);
// line 23
echo "
<div class=\"ec-role narrow-contents\">
<div class=\"ec-pageHeader\">
<h1>";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録"), "html", null, true);
echo "</h1>
</div>
<div class=\"content-inner\">
<div class=\"content-entry\">
<form method=\"post\" action=\"";
// line 30
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
echo "\" novalidate class=\"h-adr\">
<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
";
// line 32
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 32, $this->source); })()), "_token", [], "any", false, false, true, 32), 32, $this->source), 'widget');
echo "
<div class=\"form-container\">
<dl class=\"required-field\">
<dt>";
// line 35
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("会社名または事業所名"), "html", null, true);
echo "</dt>
<dd>
<div class=\"form-unit__input\">";
// line 37
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 37, $this->source); })()), "company_name", [], "any", false, false, true, 37), 37, $this->source), 'widget');
echo "</div>
<span class=\"";
// line 38
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 38, $this->source); })()), "company_name", [], "any", false, false, true, 38), 38, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 38, $this->source); })()), "company_name", [], "any", false, false, true, 38), 38, $this->source), 'errors');
echo "</span>
</dd>
</dl>
<dl>
<dt>";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("事業所名"), "html", null, true);
echo "</dt>
<dd>
<div class=\"form-unit__input\">";
// line 44
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 44, $this->source); })()), "shop_name", [], "any", false, false, true, 44), 44, $this->source), 'widget');
echo "</div>
<span class=\"field-notes\">上記と異なる場合のみご入力ください。</span>
</dd>
</dl>
<dl class=\"required-field\">
<dt>";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご担当者様"), "html", null, true);
echo "</dt>
<dd class=\"separate-form\">
<div class=\"half-field\">
<div class=\"form-unit__input\">
";
// line 53
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 53, $this->source); })()), "name", [], "any", false, false, true, 53), "name01", [], "any", false, false, true, 53), 53, $this->source), 'widget', ["attr" => ["placeholder" => ""]]);
echo "
<label for=\"";
// line 54
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 54, $this->source); })()), "name", [], "any", false, false, true, 54), "name01", [], "any", false, false, true, 54), "vars", [], "any", false, false, true, 54), "id", [], "any", false, false, true, 54), 54, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("姓"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 56
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 56, $this->source); })()), "name", [], "any", false, false, true, 56), "name01", [], "any", false, false, true, 56), 56, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 56, $this->source); })()), "name", [], "any", false, false, true, 56), "name01", [], "any", false, false, true, 56), 56, $this->source), 'errors');
echo "</span>
</div>
<div class=\"half-field\">
<div class=\"form-unit__input half-field\">
";
// line 60
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 60, $this->source); })()), "name", [], "any", false, false, true, 60), "name02", [], "any", false, false, true, 60), 60, $this->source), 'widget', ["attr" => ["placeholder" => ""]]);
echo "
<label for=\"";
// line 61
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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); })()), "name", [], "any", false, false, true, 61), "name02", [], "any", false, false, true, 61), "vars", [], "any", false, false, true, 61), "id", [], "any", false, false, true, 61), 61, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("名"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 63
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 63, $this->source); })()), "name", [], "any", false, false, true, 63), "name02", [], "any", false, false, true, 63), 63, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 63, $this->source); })()), "name", [], "any", false, false, true, 63), "name02", [], "any", false, false, true, 63), 63, $this->source), 'errors');
echo "</span>
</div>
</dd>
</dl>
<dl class=\"required-field\">
<dt>";
// line 68
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご担当者様(カナ)"), "html", null, true);
echo "</dt>
<dd class=\"separate-form\">
<div class=\"half-field\">
<div class=\"form-unit__input\">
";
// line 72
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 72, $this->source); })()), "kana", [], "any", false, false, true, 72), "kana01", [], "any", false, false, true, 72), 72, $this->source), 'widget', ["attr" => ["placeholder" => ""]]);
echo "
<label for=\"";
// line 73
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 73, $this->source); })()), "kana", [], "any", false, false, true, 73), "kana01", [], "any", false, false, true, 73), "vars", [], "any", false, false, true, 73), "id", [], "any", false, false, true, 73), 73, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("セイ"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 75
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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); })()), "kana", [], "any", false, false, true, 75), "kana01", [], "any", false, false, true, 75), 75, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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); })()), "kana", [], "any", false, false, true, 75), "kana01", [], "any", false, false, true, 75), 75, $this->source), 'errors');
echo "</span>
</div>
<div class=\"half-field\">
<div class=\"form-unit__input\">
";
// line 79
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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); })()), "kana", [], "any", false, false, true, 79), "kana02", [], "any", false, false, true, 79), 79, $this->source), 'widget', ["attr" => ["placeholder" => ""]]);
echo "
<label for=\"";
// line 80
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 80, $this->source); })()), "kana", [], "any", false, false, true, 80), "kana02", [], "any", false, false, true, 80), "vars", [], "any", false, false, true, 80), "id", [], "any", false, false, true, 80), 80, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メイ"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 82
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 82, $this->source); })()), "kana", [], "any", false, false, true, 82), "kana02", [], "any", false, false, true, 82), 82, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 82, $this->source); })()), "kana", [], "any", false, false, true, 82), "kana02", [], "any", false, false, true, 82), 82, $this->source), 'errors');
echo "</span>
</div>
</dd>
</dl>
<dl class=\"required-field\">
<dt>";
// line 87
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご請求書送付先"), "html", null, true);
echo "</dt>
<dd>
<div class=\"postal-field\">
<span class=\"postal-icon\">";
// line 90
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html", null, true);
echo "</span>
<div class=\"form-unit__input\">
";
// line 92
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 92, $this->source); })()), "postal_code", [], "any", false, false, true, 92), 92, $this->source), 'widget', ["attr" => ["style" => "ime-mode: disabled;", "placeholder" => ""]]);
echo "
<label for=\"";
// line 93
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 93, $this->source); })()), "postal_code", [], "any", false, false, true, 93), "vars", [], "any", false, false, true, 93), "id", [], "any", false, false, true, 93), 93, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("XXXXXXX"), "html", null, true);
echo "</label>
</div>
<div class=\"external-link\">
<a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 96
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html", null, true);
echo "</span></a>
</div>
</div>
<span class=\"";
// line 99
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 99, $this->source); })()), "postal_code", [], "any", false, false, true, 99), 99, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 99, $this->source); })()), "postal_code", [], "any", false, false, true, 99), 99, $this->source), 'errors');
echo "</span>
<div class=\"separate-form\">
<div class=\"half-field\">
<div class=\"form-unit__input\">";
// line 102
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 102, $this->source); })()), "address", [], "any", false, false, true, 102), "pref", [], "any", false, false, true, 102), 102, $this->source), 'widget');
echo "</div>
<span class=\"";
// line 103
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 103, $this->source); })()), "address", [], "any", false, false, true, 103), "pref", [], "any", false, false, true, 103), 103, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 103, $this->source); })()), "address", [], "any", false, false, true, 103), "pref", [], "any", false, false, true, 103), 103, $this->source), 'errors');
echo "</span>
</div>
<div class=\"half-field\">
<div class=\"form-unit__input\">
";
// line 107
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 107, $this->source); })()), "address", [], "any", false, false, true, 107), "addr01", [], "any", false, false, true, 107), 107, $this->source), 'widget', ["attr" => ["placeholder" => ""]]);
echo "
<label for=\"";
// line 108
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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); })()), "address", [], "any", false, false, true, 108), "addr01", [], "any", false, false, true, 108), "vars", [], "any", false, false, true, 108), "id", [], "any", false, false, true, 108), 108, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("市区町村"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 110
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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); })()), "address", [], "any", false, false, true, 110), "addr01", [], "any", false, false, true, 110), 110, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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); })()), "address", [], "any", false, false, true, 110), "addr01", [], "any", false, false, true, 110), 110, $this->source), 'errors');
echo "</span>
</div>
</div>
<div class=\"form-unit__input\">
";
// line 114
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 114, $this->source); })()), "address", [], "any", false, false, true, 114), "addr02", [], "any", false, false, true, 114), 114, $this->source), 'widget', ["attr" => ["placeholder" => ""]]);
echo "
<label for=\"";
// line 115
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 115, $this->source); })()), "address", [], "any", false, false, true, 115), "addr02", [], "any", false, false, true, 115), "vars", [], "any", false, false, true, 115), "id", [], "any", false, false, true, 115), 115, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("番地・ビル名"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 117
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 117, $this->source); })()), "address", [], "any", false, false, true, 117), "addr02", [], "any", false, false, true, 117), 117, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 117, $this->source); })()), "address", [], "any", false, false, true, 117), "addr02", [], "any", false, false, true, 117), 117, $this->source), 'errors');
echo "</span>
</dd>
</dl>
<p class=\"form-error\">※商品のお届け先は、<span class=\"text-underline\">会員登録後にマイページ</span>よりご登録ください。</p>
<dl class=\"required-field\">
<dt>";
// line 122
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("電話番号"), "html", null, true);
echo "</dt>
<dd>
<div class=\"separate-form\">
<div class=\"half-field\">
<div class=\"form-unit__input\">
";
// line 127
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 127, $this->source); })()), "phone_number", [], "any", false, false, true, 127), 127, $this->source), 'widget', ["attr" => ["style" => "ime-mode: disabled;", "placeholder" => ""]]);
echo "
<label for=\"";
// line 128
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 128, $this->source); })()), "phone_number", [], "any", false, false, true, 128), "vars", [], "any", false, false, true, 128), "id", [], "any", false, false, true, 128), 128, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("XXXXXXXXXXX"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 130
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 130, $this->source); })()), "phone_number", [], "any", false, false, true, 130), 130, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 130, $this->source); })()), "phone_number", [], "any", false, false, true, 130), 130, $this->source), 'errors');
echo "</span>
</div>
</div>
</dd>
</dl>
<dl class=\"required-field\">
<dt>";
// line 136
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メールアドレス"), "html", null, true);
echo "</dt>
<dd>
<div class=\"form-unit__input\">
";
// line 139
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 139, $this->source); })()), "email", [], "any", false, false, true, 139), "first", [], "any", false, false, true, 139), 139, $this->source), 'widget', ["attr" => ["style" => "ime-mode: disabled;", "placeholder" => ""]]);
echo "
<label for=\"";
// line 140
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 140, $this->source); })()), "email", [], "any", false, false, true, 140), "first", [], "any", false, false, true, 140), "vars", [], "any", false, false, true, 140), "id", [], "any", false, false, true, 140), 140, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("xxxxx@example.co.jp"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 142
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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); })()), "email", [], "any", false, false, true, 142), "first", [], "any", false, false, true, 142), 142, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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); })()), "email", [], "any", false, false, true, 142), "first", [], "any", false, false, true, 142), 142, $this->source), 'errors');
echo "</span>
<div class=\"form-unit__input\">
";
// line 144
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 144, $this->source); })()), "email", [], "any", false, false, true, 144), "second", [], "any", false, false, true, 144), 144, $this->source), 'widget', ["attr" => ["style" => "ime-mode: disabled;", "placeholder" => ""]]);
echo "
<label for=\"";
// line 145
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 145, $this->source); })()), "email", [], "any", false, false, true, 145), "second", [], "any", false, false, true, 145), "vars", [], "any", false, false, true, 145), "id", [], "any", false, false, true, 145), 145, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認のため再度入力してください"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 147
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 147, $this->source); })()), "email", [], "any", false, false, true, 147), "second", [], "any", false, false, true, 147), 147, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 147, $this->source); })()), "email", [], "any", false, false, true, 147), "second", [], "any", false, false, true, 147), 147, $this->source), 'errors');
echo "</span>
</dd>
</dl>
<dl class=\"required-field\">
<dt>";
// line 151
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("パスワード"), "html", null, true);
echo "</dt>
<dd>
<div class=\"form-unit__input\">
";
// line 154
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 154, $this->source); })()), "plain_password", [], "any", false, false, true, 154), "first", [], "any", false, false, true, 154), 154, $this->source), 'widget', ["attr" => ["style" => "ime-mode: disabled;", "placeholder" => "", "type" => "password"]]);
echo "
<label for=\"";
// line 155
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 155, $this->source); })()), "plain_password", [], "any", false, false, true, 155), "first", [], "any", false, false, true, 155), "vars", [], "any", false, false, true, 155), "id", [], "any", false, false, true, 155), 155, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("半角英数記号%min%〜%max%文字", ["%min%" => twig_get_attribute($this->env, $this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 155, $this->source); })()), "eccube_password_min_len", [], "any", false, false, true, 155), "%max%" => twig_get_attribute($this->env, $this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 155, $this->source); })()), "eccube_password_max_len", [], "any", false, false, true, 155)]), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 157
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 157, $this->source); })()), "plain_password", [], "any", false, false, true, 157), "first", [], "any", false, false, true, 157), 157, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 157, $this->source); })()), "plain_password", [], "any", false, false, true, 157), "first", [], "any", false, false, true, 157), 157, $this->source), 'errors');
echo "</span>
<div class=\"form-unit__input\">
";
// line 159
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 159, $this->source); })()), "plain_password", [], "any", false, false, true, 159), "second", [], "any", false, false, true, 159), 159, $this->source), 'widget', ["attr" => ["style" => "ime-mode: disabled;", "placeholder" => "", "type" => "password"]]);
echo "
<label for=\"";
// line 160
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 160, $this->source); })()), "plain_password", [], "any", false, false, true, 160), "second", [], "any", false, false, true, 160), "vars", [], "any", false, false, true, 160), "id", [], "any", false, false, true, 160), 160, $this->source), "html", null, true);
echo "\" class=\"placeholder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認のため再度入力してください"), "html", null, true);
echo "</label>
</div>
<span class=\"";
// line 162
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 162, $this->source); })()), "plain_password", [], "any", false, false, true, 162), "second", [], "any", false, false, true, 162), 162, $this->source))) ? (" error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 162, $this->source); })()), "plain_password", [], "any", false, false, true, 162), "second", [], "any", false, false, true, 162), 162, $this->source), 'errors');
echo "</span>
</dd>
</dl>
";
// line 166
echo " ";
$context['_parent'] = $context;
$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.', 166, $this->source); })()), function ($__f__) use ($context, $macros) { $context["f"] = $__f__; return twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 166), "eccube_form_options", [], "any", false, false, true, 166), "auto_render", [], "any", false, false, true, 166); }));
foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
// line 167
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 167), "eccube_form_options", [], "any", false, false, true, 167), "form_theme", [], "any", false, false, true, 167)) {
// line 168
echo " ";
$this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme($context["f"], [0 => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 168), "eccube_form_options", [], "any", false, false, true, 168), "form_theme", [], "any", false, false, true, 168)], true);
// line 169
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 169, $this->source), 'row');
echo "
";
} else {
// line 171
echo " <dl>
<dt>
";
// line 173
$context["label_class"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, true, true, 173), "label_attr", [], "any", false, true, true, 173), "class", [], "any", true, true, true, 173)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 173), "label_attr", [], "any", false, false, true, 173), "class", [], "any", false, false, true, 173)) : (""));
// line 174
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 174, $this->source), 'label', ["label_attr" => ["class" => ($this->sandbox->ensureToStringAllowed((isset($context["label_class"]) || array_key_exists("label_class", $context) ? $context["label_class"] : (function () { throw new RuntimeError('Variable "label_class" does not exist.', 174, $this->source); })()), 174, $this->source) . " ec-label")]] + (twig_test_empty($_label_ = $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 174), "label", [], "any", false, false, true, 174), 174, $this->source)) ? [] : ["label" => $_label_]));
echo "
</dt>
<dd>
<div class=\"";
// line 177
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 177), "eccube_form_options", [], "any", false, false, true, 177), "style_class", [], "any", false, false, true, 177), 177, $this->source), "html", null, true);
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed($context["f"], 177, $this->source))) ? (" error") : (""));
echo "\">
";
// line 178
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 178, $this->source), 'widget');
echo "
";
// line 179
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 179, $this->source), 'errors');
echo "
</div>
</dd>
</dl>
";
}
// line 184
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 185
echo " <div class=\"form-unit__choice\">
";
// line 186
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 186, $this->source); })()), "user_policy_check", [], "any", false, false, true, 186), 186, $this->source), 'widget', ["label" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご利用規約に同意してお進みください")]);
echo "
</div>
<a class=\"agreement_link\" href=\"";
// line 188
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_agreement");
echo "\" target=\"_blank\"><span>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご利用規約"), "html", null, true);
echo "</span></a>
<span class=\"";
// line 189
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 189, $this->source); })()), "user_policy_check", [], "any", false, false, true, 189), 189, $this->source))) ? (" form-error") : (""));
echo "\">";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 189, $this->source); })()), "user_policy_check", [], "any", false, false, true, 189), 189, $this->source), 'errors');
echo "</span>
</div>
<div class=\"form-unit__actions\">
<button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\">";
// line 192
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認する"), "html", null, true);
echo "</button>
</div>
</form>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Entry/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 533 => 192, 525 => 189, 519 => 188, 514 => 186, 511 => 185, 505 => 184, 497 => 179, 493 => 178, 488 => 177, 481 => 174, 479 => 173, 475 => 171, 469 => 169, 466 => 168, 463 => 167, 458 => 166, 450 => 162, 443 => 160, 439 => 159, 432 => 157, 425 => 155, 421 => 154, 415 => 151, 406 => 147, 399 => 145, 395 => 144, 388 => 142, 381 => 140, 377 => 139, 371 => 136, 360 => 130, 353 => 128, 349 => 127, 341 => 122, 331 => 117, 324 => 115, 320 => 114, 311 => 110, 304 => 108, 300 => 107, 291 => 103, 287 => 102, 279 => 99, 273 => 96, 265 => 93, 261 => 92, 256 => 90, 250 => 87, 240 => 82, 233 => 80, 229 => 79, 220 => 75, 213 => 73, 209 => 72, 202 => 68, 192 => 63, 185 => 61, 181 => 60, 172 => 56, 165 => 54, 161 => 53, 154 => 49, 146 => 44, 141 => 42, 132 => 38, 128 => 37, 123 => 35, 117 => 32, 112 => 30, 105 => 26, 100 => 23, 97 => 22, 87 => 21, 76 => 18, 66 => 17, 55 => 11, 53 => 15, 51 => 13, 38 => 11,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'registration_page' %}
{% form_theme form 'Form/form_div_layout.twig' %}
{% block javascript %}
<script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
{% endblock javascript %}
{% block main %}
{% form_theme form 'Form/form_custom_theme.twig' %}
<div class=\"ec-role narrow-contents\">
<div class=\"ec-pageHeader\">
<h1>{{ '新規会員登録'|trans }}</h1>
</div>
<div class=\"content-inner\">
<div class=\"content-entry\">
<form method=\"post\" action=\"{{ url('entry') }}\" novalidate class=\"h-adr\">
<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
{{ form_widget(form._token) }}
<div class=\"form-container\">
<dl class=\"required-field\">
<dt>{{ '会社名または事業所名'|trans }}</dt>
<dd>
<div class=\"form-unit__input\">{{ form_widget(form.company_name) }}</div>
<span class=\"{{ has_errors(form.company_name) ? ' error' }}\">{{ form_errors(form.company_name) }}</span>
</dd>
</dl>
<dl>
<dt>{{ '事業所名'|trans }}</dt>
<dd>
<div class=\"form-unit__input\">{{ form_widget(form.shop_name) }}</div>
<span class=\"field-notes\">上記と異なる場合のみご入力ください。</span>
</dd>
</dl>
<dl class=\"required-field\">
<dt>{{ 'ご担当者様'|trans }}</dt>
<dd class=\"separate-form\">
<div class=\"half-field\">
<div class=\"form-unit__input\">
{{ form_widget(form.name.name01, { 'attr': { 'placeholder': '' }}) }}
<label for=\"{{ form.name.name01.vars.id }}\" class=\"placeholder\">{{ '姓'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.name.name01) ? ' error' }}\">{{ form_errors(form.name.name01) }}</span>
</div>
<div class=\"half-field\">
<div class=\"form-unit__input half-field\">
{{ form_widget(form.name.name02, { 'attr': { 'placeholder': '' }}) }}
<label for=\"{{ form.name.name02.vars.id }}\" class=\"placeholder\">{{ '名'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.name.name02) ? ' error' }}\">{{ form_errors(form.name.name02) }}</span>
</div>
</dd>
</dl>
<dl class=\"required-field\">
<dt>{{ 'ご担当者様(カナ)'|trans }}</dt>
<dd class=\"separate-form\">
<div class=\"half-field\">
<div class=\"form-unit__input\">
{{ form_widget(form.kana.kana01, { 'attr': { 'placeholder': '' }}) }}
<label for=\"{{ form.kana.kana01.vars.id }}\" class=\"placeholder\">{{ 'セイ'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.kana.kana01) ? ' error' }}\">{{ form_errors(form.kana.kana01) }}</span>
</div>
<div class=\"half-field\">
<div class=\"form-unit__input\">
{{ form_widget(form.kana.kana02, { 'attr': { 'placeholder': '' }}) }}
<label for=\"{{ form.kana.kana02.vars.id }}\" class=\"placeholder\">{{ 'メイ'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.kana.kana02) ? ' error' }}\">{{ form_errors(form.kana.kana02) }}</span>
</div>
</dd>
</dl>
<dl class=\"required-field\">
<dt>{{ 'ご請求書送付先'|trans }}</dt>
<dd>
<div class=\"postal-field\">
<span class=\"postal-icon\">{{ '〒'|trans }}</span>
<div class=\"form-unit__input\">
{{ form_widget(form.postal_code, { 'attr': {'style' : 'ime-mode: disabled;', 'placeholder': '' }}) }}
<label for=\"{{ form.postal_code.vars.id }}\" class=\"placeholder\">{{ 'XXXXXXX'|trans }}</label>
</div>
<div class=\"external-link\">
<a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
</div>
</div>
<span class=\"{{ has_errors(form.postal_code) ? ' error' }}\">{{ form_errors(form.postal_code) }}</span>
<div class=\"separate-form\">
<div class=\"half-field\">
<div class=\"form-unit__input\">{{ form_widget(form.address.pref) }}</div>
<span class=\"{{ has_errors(form.address.pref) ? ' error' }}\">{{ form_errors(form.address.pref) }}</span>
</div>
<div class=\"half-field\">
<div class=\"form-unit__input\">
{{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '' }}) }}
<label for=\"{{ form.address.addr01.vars.id }}\" class=\"placeholder\">{{ '市区町村'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.address.addr01) ? ' error' }}\">{{ form_errors(form.address.addr01) }}</span>
</div>
</div>
<div class=\"form-unit__input\">
{{ form_widget(form.address.addr02, { 'attr': { 'placeholder': '' }}) }}
<label for=\"{{ form.address.addr02.vars.id }}\" class=\"placeholder\">{{ '番地・ビル名'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.address.addr02) ? ' error' }}\">{{ form_errors(form.address.addr02) }}</span>
</dd>
</dl>
<p class=\"form-error\">※商品のお届け先は、<span class=\"text-underline\">会員登録後にマイページ</span>よりご登録ください。</p>
<dl class=\"required-field\">
<dt>{{ '電話番号'|trans }}</dt>
<dd>
<div class=\"separate-form\">
<div class=\"half-field\">
<div class=\"form-unit__input\">
{{ form_widget(form.phone_number, {'attr': {'style' : 'ime-mode: disabled;', 'placeholder': ''}}) }}
<label for=\"{{ form.phone_number.vars.id }}\" class=\"placeholder\">{{ 'XXXXXXXXXXX'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.phone_number) ? ' error' }}\">{{ form_errors(form.phone_number) }}</span>
</div>
</div>
</dd>
</dl>
<dl class=\"required-field\">
<dt>{{ 'メールアドレス'|trans }}</dt>
<dd>
<div class=\"form-unit__input\">
{{ form_widget(form.email.first, { 'attr': { 'style' : 'ime-mode: disabled;', 'placeholder': '' }}) }}
<label for=\"{{ form.email.first.vars.id }}\" class=\"placeholder\">{{ 'xxxxx@example.co.jp'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.email.first) ? ' error' }}\">{{ form_errors(form.email.first) }}</span>
<div class=\"form-unit__input\">
{{ form_widget(form.email.second, { 'attr': { 'style' : 'ime-mode: disabled;', 'placeholder': '' }}) }}
<label for=\"{{ form.email.second.vars.id }}\" class=\"placeholder\">{{ '確認のため再度入力してください'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.email.second) ? ' error' }}\">{{ form_errors(form.email.second) }}</span>
</dd>
</dl>
<dl class=\"required-field\">
<dt>{{ 'パスワード'|trans }}</dt>
<dd>
<div class=\"form-unit__input\">
{{ form_widget(form.plain_password.first, { 'attr': { 'style' : 'ime-mode: disabled;', 'placeholder': '', 'type': 'password' }}) }}
<label for=\"{{ form.plain_password.first.vars.id }}\" class=\"placeholder\">{{ '半角英数記号%min%〜%max%文字'|trans({ '%min%': eccube_config.eccube_password_min_len, '%max%': eccube_config.eccube_password_max_len }) }}</label>
</div>
<span class=\"{{ has_errors(form.plain_password.first) ? ' error' }}\">{{ form_errors(form.plain_password.first) }}</span>
<div class=\"form-unit__input\">
{{ form_widget(form.plain_password.second, { 'attr': { 'style' : 'ime-mode: disabled;', 'placeholder': '', 'type': 'password' }}) }}
<label for=\"{{ form.plain_password.second.vars.id }}\" class=\"placeholder\">{{ '確認のため再度入力してください'|trans }}</label>
</div>
<span class=\"{{ has_errors(form.plain_password.second) ? ' error' }}\">{{ form_errors(form.plain_password.second) }}</span>
</dd>
</dl>
{# エンティティ拡張の自動出力 #}
{% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}
{% if f.vars.eccube_form_options.form_theme %}
{% form_theme f f.vars.eccube_form_options.form_theme %}
{{ form_row(f) }}
{% else %}
<dl>
<dt>
{% set label_class = f.vars.label_attr.class is defined ? f.vars.label_attr.class : '' %}
{{ form_label(f, f.vars.label, { 'label_attr': {'class': label_class ~ ' ec-label' }}) }}
</dt>
<dd>
<div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
{{ form_widget(f) }}
{{ form_errors(f) }}
</div>
</dd>
</dl>
{% endif %}
{% endfor %}
<div class=\"form-unit__choice\">
{{ form_widget(form.user_policy_check, { 'label': 'ご利用規約に同意してお進みください'|trans }) }}
</div>
<a class=\"agreement_link\" href=\"{{ url('help_agreement') }}\" target=\"_blank\"><span>{{ 'ご利用規約'|trans }}</span></a>
<span class=\"{{ has_errors(form.user_policy_check) ? ' form-error' }}\">{{ form_errors(form.user_policy_check) }}</span>
</div>
<div class=\"form-unit__actions\">
<button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\">{{ '確認する'|trans }}</button>
</div>
</form>
</div>
</div>
</div>
{% endblock %}
", "Entry/index.twig", "/home/xs362797/magamar.jp/public_html/app/template/magamar/Entry/index.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 13, "form_theme" => 15, "for" => 166, "if" => 167);
static $filters = array("escape" => 26, "trans" => 26, "filter" => 166);
static $functions = array("url" => 30, "form_widget" => 32, "has_errors" => 38, "form_errors" => 38, "form_row" => 169, "form_label" => 174);
try {
$this->sandbox->checkSecurity(
['set', 'form_theme', 'for', 'if'],
['escape', 'trans', 'filter'],
['url', 'form_widget', 'has_errors', 'form_errors', 'form_row', 'form_label']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}