<{strip}> <{* 携帯用データ入力画面用テンプレート *}>
enctype="multipart/form-data"<{/if}>>
<{foreach from=$action.items item=item name=item}> <{$lang.registration_mobile_item_name|sprintf:$item.item_name}> <{if $item.require_flag == _ON}> <{$lang.registration_require_text}> <{/if}>
<{if $item.item_type == REGISTRATION_TYPE_TEXT}> <{elseif $item.item_type == REGISTRATION_TYPE_EMAIL}>
<{$lang.registration_email_second}> <{elseif $item.item_type == REGISTRATION_TYPE_TEXTAREA}> <{elseif $item.item_type == REGISTRATION_TYPE_CHECKBOX}> <{foreach from=$item.option_values item=option_value name=option_value}> checked="checked"<{/if}>> <{$option_value}> <{/foreach}> <{elseif $item.item_type == REGISTRATION_TYPE_RADIO}> <{foreach from=$item.option_values item=option_value name=option_value}> checked="checked"<{/if}>> <{$option_value}> <{/foreach}> <{elseif $item.item_type == REGISTRATION_TYPE_SELECT}> <{elseif $item.item_type == REGISTRATION_TYPE_FILE}> <{/if}> <{if !empty($item.description|smarty:nodefaults)}>
<{$item.description|nl2br}>
<{/if}>

<{/foreach}> <{if $action.registration.image_authentication == _ON}> <{$lang.reg_mobile_item_name|sprintf:$lang.reg_img_auth}>
<{$lang.reg_img_auth}>

<{/if}> <{$token_form|smarty:nodefaults}> <{$session_form|smarty:nodefaults}>
<{if ($action.block_num == 1 ) }> <{else}> <{/if}> <{$lang._btn_prev_arrow|smarty:nodefaults}>
<{/strip}>