{{ input.name }}
{{ input.gender==1? 'SHOPS.INFORMATION.6': 'SHOPS.INFORMATION.7' | translate }}
{{ input.birth_date }}
{{ input.phone_no }}
{{ (!input.zip_code1 && !input.zip_code2)? '指定なし' : input.zip_code1 +'-'+input.zip_code2 }}
{{ input.email }}
{{ input.mail==0? 'CUSTOMER.REGISTER.11' : 'CUSTOMER.REGISTER.12' | translate }}