<{* 会員詳細 *}>
<{$item.item_name}>
<{* 必須 *}>
<{if $item.require_flag == _ON || $action.autoregist_use_items_req.$item_id}>
<{$lang.login_require_flag|smarty:nodefaults}>
<{/if}>
<{if $item.type == $smarty.const.USER_TYPE_TEXT}>
<{* テキスト *}>
/>
<{elseif $item.type == $smarty.const.USER_TYPE_EMAIL || $item.type == $smarty.const.USER_TYPE_MOBILE_EMAIL}>
<{* email *}>
/>
<{* メールアドレス確認 *}>
<{if ($item.type == $smarty.const.USER_TYPE_EMAIL) }>
<{$lang.login_email_confirm|smarty:nodefaults}>
<{elseif ($item.type == $smarty.const.USER_TYPE_MOBILE_EMAIL) }>
<{$lang.login_mobile_email_confirm|smarty:nodefaults}>
<{/if}>
<{* 必須 *}>
<{if $item.require_flag == _ON || $action.autoregist_use_items_req.$item_id}>
<{$lang.login_require_flag|smarty:nodefaults}>
<{/if}>
<{/if}>
<{/foreach}>
<{/foreach}>
<{* 利用許諾 *}>
<{if $action.autoregist_disclaimer != ""}>