<?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_b89bb3b42e87436c23d1c39eacdec037297270da9e12cfd208764d6955ef45e2 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Entry/index.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 17
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 18
echo "\t<style>
.dzx-table_row_detail {
min-width: auto;
width:100%;
}
.bank_branch_list tbody {
display:block;
height:195px;
overflow-y:scroll;
}
.bank_branch_list thead, tbody tr {
display:table;
width:100%;
table-layout:fixed;
}
.bank_branch_list thead {
width: calc( 100% - 1em )
}
.bank_branch_select {
padding: 5px;
font-size: 12px;
}
.ec-select select {
width:100%;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 48
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 49
echo " <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
<script>
var sys_AllowIsApp = true;
\$(function() {
var branchList = null;
\$(\"#entry_bank_bank_name\").on(\"change\", function(){
var t = \$(this);
var bankid = t.val() || '0';
branchList=null;
\$.ajax({
type: \"POST\",
url: \"/bank/list/\" + bankid,
data: JSON.stringify({\"id\": bankid}),
dataType : \"json\",
}).done(function(data){
var isSelected = false;
if(data.status!=\"OK\") return;
var opt = \$(\"#bank_branch_code\");
var txt = \$(\"#entry_bank_branch_code\");
opt.find(\"option\").remove().end();
opt.append('<option value=\"\">支店を選択</option>');
\$.each(data.data, function(i, dt){
var item = \$(\"<option></option>\");
item.prop(\"value\", dt.id);
item.text(dt.name);
if( txt.val() == dt.id ){
isSelected = true;
item.prop(\"selected\", true);
\$(\"#entry_bank_branch_code\").val( dt.id );
\$(\"#bank_branch_id\").val(dt.branchCode);
}
item.data(\"branchCode\", dt.branchCode);
opt.append(item);
});
branchList = data.data;
if(!isSelected){
\$(\"#entry_bank_branch_code\").val(\"\");
\$(\"#bank_branch_id\").val(\"\");
}
return true;
});
});
\$(\"#bank_branch_code\").on(\"change\", function(){
var opt = \$(this).find(\":selected\");
\$(\"#entry_bank_branch_code\").val( \$(this).val() );
\$(\"#bank_branch_id\").val(opt.data(\"branchCode\"));
});
\$(\"#bank_branch_id\").on(\"keyup\", function(){
var isSelected = false;
var opt = \$(\"#bank_branch_code\").find(\"option\");
\$(\"#bank_branch_code\").find(\"option\").prop(\"selected\", false);
\$(\"#entry_bank_branch_code\").val(\"\");
\$.each(opt, function(){
var o = \$(this);
if(o.data(\"branchCode\") == \$(\"#bank_branch_id\").val()){
o.prop(\"selected\", true);
isSelected = true;
\$(\"#entry_bank_branch_code\").val(o.val());
}
});
if(!isSelected){
if(\$(\"#bank_branch_id\").val().length >= 3){
\$('#ec-modal-checkbox').prop('checked', true);
}
}
});
\$(\"#entry_bank_bank_name\").trigger(\"change\");
\$(\".btn_bank_search\").on(\"click\", function(){
if(branchList == null || branchList.length <= 0){
\$('#ec-modal-bank').prop('checked', true);
}else{
\$('#ec-modal-banksearch').prop('checked', true);
\$(\".bank_branch_list\").hide();
}
return false;
});
\$(\".btn_bank_query\").on(\"click\", function(){
var table = \$(\".bank_branch_list\");
var tbody = \$(\"<tbody></tbody>\");
table.find(\"tbody\").remove().end();
\$.each(branchList, function(i, dt){
if( dt.name.indexOf(\$(\"#branch_keyword\").val()) >= 0 || dt.branchCode.indexOf(\$(\"#branch_keyword\").val()) >= 0 ){
var tr = \$(\"<tr></tr>\");
var btn = \$('<a class=\"ec-inlineBtn bank_branch_select\" href=\"#\">選択する</a>');
var branchSel = \$('<td style=\"width:70px;\"></td>');
var branchCode = \$('<td style=\"width:120px;\"></td>');
var branchName = \$(\"<td></td>\");
btn.data(\"value\", dt.branchCode);
branchCode.text(dt.branchCode);
branchName.text(dt.name);
branchSel.append(btn);
tr.append(branchSel);
tr.append(branchCode);
tr.append(branchName);
btn.on(\"click\", function(){
var \$this = \$(this);
\$('#bank_branch_id').val(btn.data(\"value\"));
\$('#bank_branch_id').trigger(\"keyup\");
\$('#ec-modal-banksearch').prop('checked', false);
return false;
});
tbody.append(tr);
}
});
if(tbody.find(\"tr\").length==0){
var tr = \$('<tr><td colspan=3>支店が見つかりません</td></tr>');
tbody.append(tr);
}
table.append(tbody);
\$(\".bank_branch_list\").show();
return false;
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 187
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 188
echo " <div class=\"ec-registerRole\">
<div class=\"ec-pageHeader\">
<h1>";
// line 190
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録"), "html", null, true);
echo "</h1>
</div>
<div class=\"ec-off1Grid\">
<div class=\"ec-off1Grid__cell\">
<form method=\"post\" action=\"";
// line 194
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 196
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.', 196, $this->source); })()), "_token", [], "any", false, false, false, 196), 'widget');
echo "
<div class=\"ec-borderedDefs\">
<dl>
<dt>
";
// line 200
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.', 200, $this->source); })()), "name", [], "any", false, false, false, 200), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
echo "
</dt>
<dd>
<div class=\"ec-halfInput";
// line 203
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 203, $this->source); })()), "name", [], "any", false, false, false, 203), "name01", [], "any", false, false, false, 203), 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.', 203, $this->source); })()), "name", [], "any", false, false, false, 203), "name02", [], "any", false, false, false, 203))) ? (" error") : (""));
echo "\">
";
// line 204
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 204, $this->source); })()), "name", [], "any", false, false, false, 204), "name01", [], "any", false, false, false, 204), 'widget', ["attr" => ["placeholder" => "姓"]]);
echo "
";
// line 205
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 205, $this->source); })()), "name", [], "any", false, false, false, 205), "name02", [], "any", false, false, false, 205), 'widget', ["attr" => ["placeholder" => "名"]]);
echo "
";
// line 206
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 206, $this->source); })()), "name", [], "any", false, false, false, 206), "name01", [], "any", false, false, false, 206), 'errors');
echo "
";
// line 207
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 207, $this->source); })()), "name", [], "any", false, false, false, 207), "name02", [], "any", false, false, false, 207), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 213
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.', 213, $this->source); })()), "kana", [], "any", false, false, false, 213), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前(カナ)"]);
echo "
</dt>
<dd>
<div class=\"ec-halfInput";
// line 216
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 216, $this->source); })()), "kana", [], "any", false, false, false, 216), "kana01", [], "any", false, false, false, 216), 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.', 216, $this->source); })()), "kana", [], "any", false, false, false, 216), "kana02", [], "any", false, false, false, 216))) ? (" error") : (""));
echo "\">
";
// line 217
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 217, $this->source); })()), "kana", [], "any", false, false, false, 217), "kana01", [], "any", false, false, false, 217), 'widget', ["attr" => ["placeholder" => "セイ"]]);
echo "
";
// line 218
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 218, $this->source); })()), "kana", [], "any", false, false, false, 218), "kana02", [], "any", false, false, false, 218), 'widget', ["attr" => ["placeholder" => "メイ"]]);
echo "
";
// line 219
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 219, $this->source); })()), "kana", [], "any", false, false, false, 219), "kana01", [], "any", false, false, false, 219), 'errors');
echo "
";
// line 220
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 220, $this->source); })()), "kana", [], "any", false, false, false, 220), "kana02", [], "any", false, false, false, 220), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 226
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.', 226, $this->source); })()), "company_name", [], "any", false, false, false, 226), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "会社名"]);
echo "
</dt>
<dd>
<div class=\"ec-halfInput";
// line 229
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 229, $this->source); })()), "company_name", [], "any", false, false, false, 229))) ? (" error") : (""));
echo "\">
";
// line 230
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.', 230, $this->source); })()), "company_name", [], "any", false, false, false, 230), 'widget');
echo "
";
// line 231
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.', 231, $this->source); })()), "company_name", [], "any", false, false, false, 231), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 237
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.', 237, $this->source); })()), "address", [], "any", false, false, false, 237), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
echo "
</dt>
<dd>
<div class=\"ec-zipInput";
// line 240
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 240, $this->source); })()), "postal_code", [], "any", false, false, false, 240))) ? (" error") : (""));
echo "\"><span>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html", null, true);
echo "</span>
";
// line 241
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.', 241, $this->source); })()), "postal_code", [], "any", false, false, false, 241), 'widget');
echo "
<div class=\"ec-zipInputHelp\">
<div class=\"ec-zipInputHelp__icon\">
<div class=\"ec-icon\"><img
src=\"";
// line 245
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/question-white.svg"), "html", null, true);
echo "\" alt=\"\">
</div>
</div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 247
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html", null, true);
echo "</span></a>
</div>
";
// line 249
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.', 249, $this->source); })()), "postal_code", [], "any", false, false, false, 249), 'errors');
echo "
</div>
<div class=\"ec-select";
// line 252
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 252, $this->source); })()), "address", [], "any", false, false, false, 252), "pref", [], "any", false, false, false, 252))) ? (" error") : (""));
echo "\">
";
// line 253
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 253, $this->source); })()), "address", [], "any", false, false, false, 253), "pref", [], "any", false, false, false, 253), 'widget');
echo "
";
// line 254
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 254, $this->source); })()), "address", [], "any", false, false, false, 254), "pref", [], "any", false, false, false, 254), 'errors');
echo "
</div>
<div class=\"ec-input";
// line 256
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 256, $this->source); })()), "address", [], "any", false, false, false, 256), "addr01", [], "any", false, false, false, 256))) ? (" error") : (""));
echo "\">
";
// line 257
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 257, $this->source); })()), "address", [], "any", false, false, false, 257), "addr01", [], "any", false, false, false, 257), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
";
// line 258
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 258, $this->source); })()), "address", [], "any", false, false, false, 258), "addr01", [], "any", false, false, false, 258), 'errors');
echo "
</div>
<div class=\"ec-input";
// line 260
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 260, $this->source); })()), "address", [], "any", false, false, false, 260), "addr02", [], "any", false, false, false, 260))) ? (" error") : (""));
echo "\">
";
// line 261
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 261, $this->source); })()), "address", [], "any", false, false, false, 261), "addr02", [], "any", false, false, false, 261), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
";
// line 262
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 262, $this->source); })()), "address", [], "any", false, false, false, 262), "addr02", [], "any", false, false, false, 262), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 268
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.', 268, $this->source); })()), "phone_number", [], "any", false, false, false, 268), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
echo "
</dt>
<dd>
<div class=\"ec-telInput";
// line 271
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 271, $this->source); })()), "phone_number", [], "any", false, false, false, 271))) ? (" error") : (""));
echo "\">
";
// line 272
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.', 272, $this->source); })()), "phone_number", [], "any", false, false, false, 272), 'widget');
echo "
";
// line 273
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.', 273, $this->source); })()), "phone_number", [], "any", false, false, false, 273), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 279
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 279, $this->source); })()), "email", [], "any", false, false, false, 279), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
echo "
</dt>
<dd>
<div class=\"ec-input";
// line 282
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 282, $this->source); })()), "email", [], "any", false, false, false, 282), "first", [], "any", false, false, false, 282))) ? (" error") : (""));
echo "\">
";
// line 283
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 283, $this->source); })()), "email", [], "any", false, false, false, 283), "first", [], "any", false, false, false, 283), 'widget', ["attr" => ["placeholder" => "例:ec-cube@example.com"]]);
echo "
";
// line 284
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 284, $this->source); })()), "email", [], "any", false, false, false, 284), "first", [], "any", false, false, false, 284), 'errors');
echo "
</div>
<div class=\"ec-input";
// line 286
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 286, $this->source); })()), "email", [], "any", false, false, false, 286), "second", [], "any", false, false, false, 286))) ? (" error") : (""));
echo "\">
";
// line 287
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 287, $this->source); })()), "email", [], "any", false, false, false, 287), "second", [], "any", false, false, false, 287), 'widget', ["attr" => ["placeholder" => "確認のためもう一度入力してください"]]);
echo "
";
// line 288
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 288, $this->source); })()), "email", [], "any", false, false, false, 288), "second", [], "any", false, false, false, 288), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 294
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 294, $this->source); })()), "plain_password", [], "any", false, false, false, 294), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "パスワード"]);
echo "
</dt>
<dd>
<div class=\"ec-input";
// line 297
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 297, $this->source); })()), "plain_password", [], "any", false, false, false, 297), "first", [], "any", false, false, false, 297))) ? (" error") : (""));
echo "\">
";
// line 298
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 298, $this->source); })()), "plain_password", [], "any", false, false, false, 298), "first", [], "any", false, false, false, 298), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("半角英数記号%min%〜%max%文字", ["%min%" => twig_get_attribute($this->env, $this->source, // line 299
(isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 299, $this->source); })()), "eccube_password_min_len", [], "any", false, false, false, 299), "%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.', 299, $this->source); })()), "eccube_password_max_len", [], "any", false, false, false, 299)])], "type" => "password"]);
// line 301
echo "
";
// line 302
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 302, $this->source); })()), "plain_password", [], "any", false, false, false, 302), "first", [], "any", false, false, false, 302), 'errors');
echo "
</div>
<div class=\"ec-input";
// line 304
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 304, $this->source); })()), "plain_password", [], "any", false, false, false, 304), "second", [], "any", false, false, false, 304))) ? (" error") : (""));
echo "\">
";
// line 305
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 305, $this->source); })()), "plain_password", [], "any", false, false, false, 305), "second", [], "any", false, false, false, 305), 'widget', ["attr" => ["placeholder" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認のためもう一度入力してください")], "type" => "password"]);
// line 308
echo "
";
// line 309
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 309, $this->source); })()), "plain_password", [], "any", false, false, false, 309), "second", [], "any", false, false, false, 309), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 315
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.', 315, $this->source); })()), "birth", [], "any", false, false, false, 315), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "生年月日"]);
echo "
</dt>
<dd>
<div class=\"ec-birth";
// line 318
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 318, $this->source); })()), "birth", [], "any", false, false, false, 318))) ? (" error") : (""));
echo "\">
";
// line 319
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 319, $this->source); })()), "birth", [], "any", false, false, false, 319), "year", [], "any", false, false, false, 319), 'widget');
echo "<span>/</span>
";
// line 320
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 320, $this->source); })()), "birth", [], "any", false, false, false, 320), "month", [], "any", false, false, false, 320), 'widget');
echo "<span>/</span>
";
// line 321
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 321, $this->source); })()), "birth", [], "any", false, false, false, 321), "day", [], "any", false, false, false, 321), 'widget');
echo "
";
// line 322
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.', 322, $this->source); })()), "birth", [], "any", false, false, false, 322), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 328
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.', 328, $this->source); })()), "sex", [], "any", false, false, false, 328), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "性別"]);
echo "
</dt>
<dd>
<div class=\"ec-radio";
// line 331
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 331, $this->source); })()), "sex", [], "any", false, false, false, 331))) ? (" error") : (""));
echo "\">
";
// line 332
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.', 332, $this->source); })()), "sex", [], "any", false, false, false, 332), 'widget');
echo "
";
// line 333
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.', 333, $this->source); })()), "sex", [], "any", false, false, false, 333), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 339
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 339, $this->source); })()), "job", [], "any", false, false, false, 339), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "職業"]);
echo "
</dt>
<dd>
<div class=\"ec-select";
// line 342
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 342, $this->source); })()), "job", [], "any", false, false, false, 342))) ? (" error") : (""));
echo "\">
";
// line 343
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.', 343, $this->source); })()), "job", [], "any", false, false, false, 343), 'widget');
echo "
";
// line 344
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.', 344, $this->source); })()), "job", [], "any", false, false, false, 344), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 350
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 350, $this->source); })()), "bank", [], "any", false, false, false, 350), "bank_name", [], "any", false, false, false, 350), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "金融機関名"]);
echo "
</dt>
<dd>
<div class=\"ec-select";
// line 353
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 353, $this->source); })()), "bank", [], "any", false, false, false, 353), "bank_name", [], "any", false, false, false, 353))) ? (" error") : (""));
echo "\">
";
// line 354
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 354, $this->source); })()), "bank", [], "any", false, false, false, 354), "bank_name", [], "any", false, false, false, 354), 'widget');
echo "
";
// line 355
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 355, $this->source); })()), "bank", [], "any", false, false, false, 355), "bank_name", [], "any", false, false, false, 355), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 361
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.', 361, $this->source); })()), "bank_branch_code", [], "any", false, false, false, 361), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "支店名"]);
echo "
</dt>
<dd>
<div class=\"ec-halfInput\">
<input type=\"text\" id=\"bank_branch_id\" maxlength=3 class=\"form-control\" placeholder=\"支店番号\">
<button class=\"ec-headerSearch__keywordBtn btn_bank_search\" type=\"submit\" style=\"width:36px;height:36px;\">
<div class=\"ec-icon\">
<img src=\"/html/template/dzx02/assets/icon/search-dark.svg\" alt=\"\">
</div>
</button>
</div>
<div class=\"ec-select";
// line 373
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 373, $this->source); })()), "bank_branch_code", [], "any", false, false, false, 373))) ? (" error") : (""));
echo "\">
<select id=\"bank_branch_code\" name=\"bank_branch_code\" class=\"p-bank-name form-control\" placeholder=\"支店名\">
</select>
";
// line 377
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.', 377, $this->source); })()), "bank_branch_code", [], "any", false, false, false, 377), 'widget', ["attr" => ["style" => "display:none;"]]);
echo "
";
// line 378
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.', 378, $this->source); })()), "bank_branch_code", [], "any", false, false, false, 378), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 384
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.', 384, $this->source); })()), "bank_account", [], "any", false, false, false, 384), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "口座番号"]);
echo "
</dt>
<dd>
<div class=\"ec-halfInput";
// line 387
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 387, $this->source); })()), "bank_account", [], "any", false, false, false, 387))) ? (" error") : (""));
echo "\">
";
// line 388
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.', 388, $this->source); })()), "bank_account", [], "any", false, false, false, 388), 'widget', ["attr" => ["placeholder" => "口座番号(例:0000000)"]]);
echo "
";
// line 389
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.', 389, $this->source); })()), "bank_account", [], "any", false, false, false, 389), 'errors');
echo "
</div>
</dd>
</dl>
<dl>
<dt>
";
// line 395
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.', 395, $this->source); })()), "bank_holder", [], "any", false, false, false, 395), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "口座名義"]);
echo "
</dt>
<dd>
<div class=\"ec-halfInput";
// line 398
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 398, $this->source); })()), "bank_holder", [], "any", false, false, false, 398))) ? (" error") : (""));
echo "\">
";
// line 399
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.', 399, $this->source); })()), "bank_holder", [], "any", false, false, false, 399), 'widget', ["attr" => ["placeholder" => "口座名義(例:トウキョウフジダイガク)"]]);
echo "
";
// line 400
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.', 400, $this->source); })()), "bank_holder", [], "any", false, false, false, 400), 'errors');
echo "
</div>
</dd>
</dl>
";
// line 405
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.', 405, $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, false, 405), "eccube_form_options", [], "any", false, false, false, 405), "auto_render", [], "any", false, false, false, 405); }));
foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
// line 406
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, false, 406), "eccube_form_options", [], "any", false, false, false, 406), "form_theme", [], "any", false, false, false, 406)) {
// line 407
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, false, 407), "eccube_form_options", [], "any", false, false, false, 407), "form_theme", [], "any", false, false, false, 407)], true);
// line 408
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
echo "
";
} else {
// line 410
echo " <dl>
<dt>
";
// line 412
$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, false, 412), "label_attr", [], "any", false, true, false, 412), "class", [], "any", true, true, false, 412)) ? (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, false, 412), "label_attr", [], "any", false, false, false, 412), "class", [], "any", false, false, false, 412)) : (""));
// line 413
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'label', ["label_attr" => ["class" => ((isset($context["label_class"]) || array_key_exists("label_class", $context) ? $context["label_class"] : (function () { throw new RuntimeError('Variable "label_class" does not exist.', 413, $this->source); })()) . " ec-label")]] + (twig_test_empty($_label_ = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, false, 413), "label", [], "any", false, false, false, 413)) ? [] : ["label" => $_label_]));
echo "
</dt>
<dd>
<div class=\"";
// line 416
echo twig_escape_filter($this->env, 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, false, 416), "eccube_form_options", [], "any", false, false, false, 416), "style_class", [], "any", false, false, false, 416), "html", null, true);
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($context["f"])) ? (" error") : (""));
echo "\">
";
// line 417
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'widget');
echo "
";
// line 418
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'errors');
echo "
</div>
</dd>
</dl>
";
}
// line 423
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 424
echo " </div>
<div class=\"ec-registerRole__actions\">
<div class=\"ec-checkbox";
// line 426
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 426, $this->source); })()), "user_policy_check", [], "any", false, false, false, 426))) ? (" error") : (""));
echo "\">
<label>
";
// line 428
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.', 428, $this->source); })()), "user_policy_check", [], "any", false, false, false, 428), 'widget');
echo "
";
// line 429
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("<a class=\"ec-link\" href=\"%url%\" target=\"_blank\">利用規約</a>に同意してお進みください", ["%url%" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_agreement")]);
echo "
</label>
";
// line 431
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.', 431, $this->source); })()), "user_policy_check", [], "any", false, false, false, 431), 'errors');
echo "
</div>
<div class=\"ec-off4Grid\">
<div class=\"ec-off4Grid__cell\">
<button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">";
// line 435
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意する"), "html", null, true);
echo "</button>
<a class=\"ec-blockBtn--cancel\" href=\"";
// line 436
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同意しない"), "html", null, true);
echo "</a>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class=\"ec-modal\" id=\"bankError\">
<input type=\"checkbox\" id=\"ec-modal-checkbox\" class=\"checkbox\">
<div class=\"ec-modal-overlay\">
<label for=\"ec-modal-checkbox\" class=\"ec-modal-overlay-close\"></label>
<div class=\"ec-modal-wrap\">
<label for=\"ec-modal-checkbox\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
<div id=\"ec-modal-header\" class=\"text-center\">支店番号が見つかりません</div>
<div class=\"ec-modal-box\">
<div class=\"ec-role\">
<label for=\"ec-modal-checkbox\" class=\"ec-inlineBtn--cancel\">閉じる</label>
</div>
</div>
</div>
</div>
</div>
<div class=\"ec-modal\" id=\"bankError\">
<input type=\"checkbox\" id=\"ec-modal-bank\" class=\"checkbox\">
<div class=\"ec-modal-overlay\">
<label for=\"ec-modal-bank\" class=\"ec-modal-overlay-close\"></label>
<div class=\"ec-modal-wrap\">
<label for=\"ec-modal-bank\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
<div id=\"ec-modal-header\" class=\"text-center\">金融機関名を選択してください</div>
<div class=\"ec-modal-box\">
<div class=\"ec-role\">
<label for=\"ec-modal-bank\" class=\"ec-inlineBtn--cancel\">閉じる</label>
</div>
</div>
</div>
</div>
</div>
<div class=\"ec-modal\">
<input type=\"checkbox\" id=\"ec-modal-banksearch\" class=\"checkbox\">
<div class=\"ec-modal-overlay\">
<label for=\"ec-modal-banksearch\" class=\"ec-modal-overlay-close\"></label>
<div class=\"ec-modal-wrap\">
<label for=\"ec-modal-banksearch\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
<div id=\"ec-modal-header\">
<div class=\"ec-borderedDefs\">
<dl>
<dt>
支店番号または支店名
</dt>
<dd>
<div class=\"ec-halfInput\">
<input type=\"text\" id=\"branch_keyword\" class=\"form-control\" placeholder=\"番号または支店名を入力\">
<a class=\"ec-inlineBtn btn_bank_query\" href=\"#\">検索</a>
</div>
</dd>
</dl>
<table class=\"dzx-table_row_detail bank_branch_list\">
<thead>
<tr>
<th style=\"width:70px;\">選択</th>
<th style=\"width:120px;\">支店番号</th>
<th>支店名</th>
</tr>
</thead>
</table>
</div>
</div>
<div class=\"ec-modal-box\">
<div class=\"ec-role\">
<label for=\"ec-modal-banksearch\" class=\"ec-inlineBtn--cancel\">閉じる</label>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Entry/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 824 => 436, 820 => 435, 813 => 431, 808 => 429, 804 => 428, 799 => 426, 795 => 424, 789 => 423, 781 => 418, 777 => 417, 772 => 416, 765 => 413, 763 => 412, 759 => 410, 753 => 408, 750 => 407, 747 => 406, 742 => 405, 735 => 400, 731 => 399, 727 => 398, 721 => 395, 712 => 389, 708 => 388, 704 => 387, 698 => 384, 689 => 378, 685 => 377, 678 => 373, 663 => 361, 654 => 355, 650 => 354, 646 => 353, 640 => 350, 631 => 344, 627 => 343, 623 => 342, 617 => 339, 608 => 333, 604 => 332, 600 => 331, 594 => 328, 585 => 322, 581 => 321, 577 => 320, 573 => 319, 569 => 318, 563 => 315, 554 => 309, 551 => 308, 549 => 305, 545 => 304, 540 => 302, 537 => 301, 535 => 299, 534 => 298, 530 => 297, 524 => 294, 515 => 288, 511 => 287, 507 => 286, 502 => 284, 498 => 283, 494 => 282, 488 => 279, 479 => 273, 475 => 272, 471 => 271, 465 => 268, 456 => 262, 452 => 261, 448 => 260, 443 => 258, 439 => 257, 435 => 256, 430 => 254, 426 => 253, 422 => 252, 416 => 249, 411 => 247, 406 => 245, 399 => 241, 393 => 240, 387 => 237, 378 => 231, 374 => 230, 370 => 229, 364 => 226, 355 => 220, 351 => 219, 347 => 218, 343 => 217, 339 => 216, 333 => 213, 324 => 207, 320 => 206, 316 => 205, 312 => 204, 308 => 203, 302 => 200, 295 => 196, 290 => 194, 283 => 190, 279 => 188, 269 => 187, 123 => 49, 113 => 48, 75 => 18, 65 => 17, 54 => 11, 52 => 15, 50 => 13, 37 => 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 stylesheet %}
\t<style>
.dzx-table_row_detail {
min-width: auto;
width:100%;
}
.bank_branch_list tbody {
display:block;
height:195px;
overflow-y:scroll;
}
.bank_branch_list thead, tbody tr {
display:table;
width:100%;
table-layout:fixed;
}
.bank_branch_list thead {
width: calc( 100% - 1em )
}
.bank_branch_select {
padding: 5px;
font-size: 12px;
}
.ec-select select {
width:100%;
}
</style>
{% endblock stylesheet %}
{% block javascript %}
<script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
<script>
var sys_AllowIsApp = true;
\$(function() {
var branchList = null;
\$(\"#entry_bank_bank_name\").on(\"change\", function(){
var t = \$(this);
var bankid = t.val() || '0';
branchList=null;
\$.ajax({
type: \"POST\",
url: \"/bank/list/\" + bankid,
data: JSON.stringify({\"id\": bankid}),
dataType : \"json\",
}).done(function(data){
var isSelected = false;
if(data.status!=\"OK\") return;
var opt = \$(\"#bank_branch_code\");
var txt = \$(\"#entry_bank_branch_code\");
opt.find(\"option\").remove().end();
opt.append('<option value=\"\">支店を選択</option>');
\$.each(data.data, function(i, dt){
var item = \$(\"<option></option>\");
item.prop(\"value\", dt.id);
item.text(dt.name);
if( txt.val() == dt.id ){
isSelected = true;
item.prop(\"selected\", true);
\$(\"#entry_bank_branch_code\").val( dt.id );
\$(\"#bank_branch_id\").val(dt.branchCode);
}
item.data(\"branchCode\", dt.branchCode);
opt.append(item);
});
branchList = data.data;
if(!isSelected){
\$(\"#entry_bank_branch_code\").val(\"\");
\$(\"#bank_branch_id\").val(\"\");
}
return true;
});
});
\$(\"#bank_branch_code\").on(\"change\", function(){
var opt = \$(this).find(\":selected\");
\$(\"#entry_bank_branch_code\").val( \$(this).val() );
\$(\"#bank_branch_id\").val(opt.data(\"branchCode\"));
});
\$(\"#bank_branch_id\").on(\"keyup\", function(){
var isSelected = false;
var opt = \$(\"#bank_branch_code\").find(\"option\");
\$(\"#bank_branch_code\").find(\"option\").prop(\"selected\", false);
\$(\"#entry_bank_branch_code\").val(\"\");
\$.each(opt, function(){
var o = \$(this);
if(o.data(\"branchCode\") == \$(\"#bank_branch_id\").val()){
o.prop(\"selected\", true);
isSelected = true;
\$(\"#entry_bank_branch_code\").val(o.val());
}
});
if(!isSelected){
if(\$(\"#bank_branch_id\").val().length >= 3){
\$('#ec-modal-checkbox').prop('checked', true);
}
}
});
\$(\"#entry_bank_bank_name\").trigger(\"change\");
\$(\".btn_bank_search\").on(\"click\", function(){
if(branchList == null || branchList.length <= 0){
\$('#ec-modal-bank').prop('checked', true);
}else{
\$('#ec-modal-banksearch').prop('checked', true);
\$(\".bank_branch_list\").hide();
}
return false;
});
\$(\".btn_bank_query\").on(\"click\", function(){
var table = \$(\".bank_branch_list\");
var tbody = \$(\"<tbody></tbody>\");
table.find(\"tbody\").remove().end();
\$.each(branchList, function(i, dt){
if( dt.name.indexOf(\$(\"#branch_keyword\").val()) >= 0 || dt.branchCode.indexOf(\$(\"#branch_keyword\").val()) >= 0 ){
var tr = \$(\"<tr></tr>\");
var btn = \$('<a class=\"ec-inlineBtn bank_branch_select\" href=\"#\">選択する</a>');
var branchSel = \$('<td style=\"width:70px;\"></td>');
var branchCode = \$('<td style=\"width:120px;\"></td>');
var branchName = \$(\"<td></td>\");
btn.data(\"value\", dt.branchCode);
branchCode.text(dt.branchCode);
branchName.text(dt.name);
branchSel.append(btn);
tr.append(branchSel);
tr.append(branchCode);
tr.append(branchName);
btn.on(\"click\", function(){
var \$this = \$(this);
\$('#bank_branch_id').val(btn.data(\"value\"));
\$('#bank_branch_id').trigger(\"keyup\");
\$('#ec-modal-banksearch').prop('checked', false);
return false;
});
tbody.append(tr);
}
});
if(tbody.find(\"tr\").length==0){
var tr = \$('<tr><td colspan=3>支店が見つかりません</td></tr>');
tbody.append(tr);
}
table.append(tbody);
\$(\".bank_branch_list\").show();
return false;
});
});
</script>
{% endblock javascript %}
{% block main %}
<div class=\"ec-registerRole\">
<div class=\"ec-pageHeader\">
<h1>{{ '新規会員登録'|trans }}</h1>
</div>
<div class=\"ec-off1Grid\">
<div class=\"ec-off1Grid__cell\">
<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=\"ec-borderedDefs\">
<dl>
<dt>
{{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error'}}\">
{{ form_widget(form.name.name01, { 'attr': { 'placeholder': '姓' }}) }}
{{ form_widget(form.name.name02, { 'attr': { 'placeholder': '名' }}) }}
{{ form_errors(form.name.name01) }}
{{ form_errors(form.name.name02) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.kana, 'お名前(カナ)', { 'label_attr': { 'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error'}}\">
{{ form_widget(form.kana.kana01, { 'attr': { 'placeholder': 'セイ' }}) }}
{{ form_widget(form.kana.kana02, { 'attr': { 'placeholder': 'メイ' }}) }}
{{ form_errors(form.kana.kana01) }}
{{ form_errors(form.kana.kana02) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.company_name, '会社名', { 'label_attr': { 'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-halfInput{{ has_errors(form.company_name) ? ' error' }}\">
{{ form_widget(form.company_name) }}
{{ form_errors(form.company_name) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\"><span>{{ '〒'|trans }}</span>
{{ form_widget(form.postal_code) }}
<div class=\"ec-zipInputHelp\">
<div class=\"ec-zipInputHelp__icon\">
<div class=\"ec-icon\"><img
src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\">
</div>
</div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a>
</div>
{{ form_errors(form.postal_code) }}
</div>
<div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
{{ form_widget(form.address.pref) }}
{{ form_errors(form.address.pref) }}
</div>
<div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
{{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
{{ form_errors(form.address.addr01) }}
</div>
<div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
{{ form_widget(form.address.addr02, { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
{{ form_errors(form.address.addr02) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
{{ form_widget(form.phone_number) }}
{{ form_errors(form.phone_number) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-input{{ has_errors(form.email.first) ? ' error' }}\">
{{ form_widget(form.email.first, { 'attr': { 'placeholder': '例:ec-cube@example.com' }}) }}
{{ form_errors(form.email.first) }}
</div>
<div class=\"ec-input{{ has_errors(form.email.second) ? ' error' }}\">
{{ form_widget(form.email.second, { 'attr': { 'placeholder': '確認のためもう一度入力してください' }}) }}
{{ form_errors(form.email.second) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.plain_password, 'パスワード', { 'label_attr': {'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-input{{ has_errors(form.plain_password.first) ? ' error' }}\">
{{ form_widget(form.plain_password.first, {
'attr': { 'placeholder': '半角英数記号%min%〜%max%文字'|trans({ '%min%': eccube_config.eccube_password_min_len, '%max%': eccube_config.eccube_password_max_len }) },
'type': 'password'
}) }}
{{ form_errors(form.plain_password.first) }}
</div>
<div class=\"ec-input{{ has_errors(form.plain_password.second) ? ' error' }}\">
{{ form_widget(form.plain_password.second, {
'attr': { 'placeholder': '確認のためもう一度入力してください'|trans },
'type': 'password'
}) }}
{{ form_errors(form.plain_password.second) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.birth, '生年月日', { 'label_attr': {'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-birth{{ has_errors(form.birth) ? ' error' }}\">
{{ form_widget(form.birth.year) }}<span>/</span>
{{ form_widget(form.birth.month) }}<span>/</span>
{{ form_widget(form.birth.day) }}
{{ form_errors(form.birth) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.sex, '性別', { 'label_attr': { 'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-radio{{ has_errors(form.sex) ? ' error' }}\">
{{ form_widget(form.sex) }}
{{ form_errors(form.sex) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.job, '職業', { 'label_attr': {'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-select{{ has_errors(form.job) ? ' error' }}\">
{{ form_widget(form.job) }}
{{ form_errors(form.job) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.bank.bank_name, '金融機関名', { 'label_attr': {'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-select{{ has_errors(form.bank.bank_name) ? ' error' }}\">
{{ form_widget(form.bank.bank_name) }}
{{ form_errors(form.bank.bank_name) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.bank_branch_code, '支店名', { 'label_attr': {'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-halfInput\">
<input type=\"text\" id=\"bank_branch_id\" maxlength=3 class=\"form-control\" placeholder=\"支店番号\">
<button class=\"ec-headerSearch__keywordBtn btn_bank_search\" type=\"submit\" style=\"width:36px;height:36px;\">
<div class=\"ec-icon\">
<img src=\"/html/template/dzx02/assets/icon/search-dark.svg\" alt=\"\">
</div>
</button>
</div>
<div class=\"ec-select{{ has_errors(form.bank_branch_code) ? ' error' }}\">
<select id=\"bank_branch_code\" name=\"bank_branch_code\" class=\"p-bank-name form-control\" placeholder=\"支店名\">
</select>
{{ form_widget(form.bank_branch_code, { 'attr': { 'style': 'display:none;' }}) }}
{{ form_errors(form.bank_branch_code) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.bank_account, '口座番号', { 'label_attr': { 'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-halfInput{{ has_errors(form.bank_account) ? ' error' }}\">
{{ form_widget(form.bank_account, { 'attr': { 'placeholder': '口座番号(例:0000000)' }}) }}
{{ form_errors(form.bank_account) }}
</div>
</dd>
</dl>
<dl>
<dt>
{{ form_label(form.bank_holder, '口座名義', { 'label_attr': { 'class': 'ec-label' }}) }}
</dt>
<dd>
<div class=\"ec-halfInput{{ has_errors(form.bank_holder) ? ' error' }}\">
{{ form_widget(form.bank_holder, { 'attr': { 'placeholder': '口座名義(例:トウキョウフジダイガク)' }}) }}
{{ form_errors(form.bank_holder) }}
</div>
</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>
<div class=\"ec-registerRole__actions\">
<div class=\"ec-checkbox{{ has_errors(form.user_policy_check) ? ' error' }}\">
<label>
{{ form_widget(form.user_policy_check) }}
{{ '<a class=\"ec-link\" href=\"%url%\" target=\"_blank\">利用規約</a>に同意してお進みください'|trans({ '%url%': url('help_agreement') })|raw }}
</label>
{{ form_errors(form.user_policy_check) }}
</div>
<div class=\"ec-off4Grid\">
<div class=\"ec-off4Grid__cell\">
<button class=\"ec-blockBtn--action\" type=\"submit\" name=\"mode\" value=\"confirm\">{{ '同意する'|trans }}</button>
<a class=\"ec-blockBtn--cancel\" href=\"{{ url('homepage') }}\">{{ '同意しない'|trans }}</a>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class=\"ec-modal\" id=\"bankError\">
<input type=\"checkbox\" id=\"ec-modal-checkbox\" class=\"checkbox\">
<div class=\"ec-modal-overlay\">
<label for=\"ec-modal-checkbox\" class=\"ec-modal-overlay-close\"></label>
<div class=\"ec-modal-wrap\">
<label for=\"ec-modal-checkbox\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
<div id=\"ec-modal-header\" class=\"text-center\">支店番号が見つかりません</div>
<div class=\"ec-modal-box\">
<div class=\"ec-role\">
<label for=\"ec-modal-checkbox\" class=\"ec-inlineBtn--cancel\">閉じる</label>
</div>
</div>
</div>
</div>
</div>
<div class=\"ec-modal\" id=\"bankError\">
<input type=\"checkbox\" id=\"ec-modal-bank\" class=\"checkbox\">
<div class=\"ec-modal-overlay\">
<label for=\"ec-modal-bank\" class=\"ec-modal-overlay-close\"></label>
<div class=\"ec-modal-wrap\">
<label for=\"ec-modal-bank\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
<div id=\"ec-modal-header\" class=\"text-center\">金融機関名を選択してください</div>
<div class=\"ec-modal-box\">
<div class=\"ec-role\">
<label for=\"ec-modal-bank\" class=\"ec-inlineBtn--cancel\">閉じる</label>
</div>
</div>
</div>
</div>
</div>
<div class=\"ec-modal\">
<input type=\"checkbox\" id=\"ec-modal-banksearch\" class=\"checkbox\">
<div class=\"ec-modal-overlay\">
<label for=\"ec-modal-banksearch\" class=\"ec-modal-overlay-close\"></label>
<div class=\"ec-modal-wrap\">
<label for=\"ec-modal-banksearch\" class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"/html/template/dzx02/assets/icon/cross-dark.svg\" alt=\"\"/></span></label>
<div id=\"ec-modal-header\">
<div class=\"ec-borderedDefs\">
<dl>
<dt>
支店番号または支店名
</dt>
<dd>
<div class=\"ec-halfInput\">
<input type=\"text\" id=\"branch_keyword\" class=\"form-control\" placeholder=\"番号または支店名を入力\">
<a class=\"ec-inlineBtn btn_bank_query\" href=\"#\">検索</a>
</div>
</dd>
</dl>
<table class=\"dzx-table_row_detail bank_branch_list\">
<thead>
<tr>
<th style=\"width:70px;\">選択</th>
<th style=\"width:120px;\">支店番号</th>
<th>支店名</th>
</tr>
</thead>
</table>
</div>
</div>
<div class=\"ec-modal-box\">
<div class=\"ec-role\">
<label for=\"ec-modal-banksearch\" class=\"ec-inlineBtn--cancel\">閉じる</label>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
", "Entry/index.twig", "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/template/default/Entry/index.twig");
}
}