{strip}>
<{* confirm用 *}>
<{if $mode == "confirm" && ($item.type == $smarty.const.USER_TYPE_CHECKBOX || $item.type == $smarty.const.USER_TYPE_RADIO || $item.type == $smarty.const.USER_TYPE_SELECT)}>
<{* チェックボックス *}>
<{foreach from=$item.set_options item=option name=selectloop}>
<{assign var="checkbox_count" value=$smarty.foreach.selectloop.iteration-1}>
<{if $option.def_options == $content.$checkbox_count && $item.type == $smarty.const.USER_TYPE_CHECKBOX}>
<{if $selectloop_flag == 1}>
,
<{/if}>
<{$option.options}>
<{assign var="selectloop_flag" value=1}>
<{elseif $option.def_options == $content && $item.type != $smarty.const.USER_TYPE_CHECKBOX}>
<{$option.options}>
<{/if}>
<{/foreach}>
<{elseif $mode == "confirm" && $item.type == $smarty.const.USER_TYPE_FILE}>
<{if $content == ""}>
<{else}>
/>
<{/if}>
<{elseif $mode == "confirm"}>
<{if $content == ""}>
<{elseif $item.type == $smarty.const.USER_TYPE_EMAIL || $item.type == $smarty.const.USER_TYPE_MOBILE_EMAIL}>
<{$content}>
<{elseif $item.type == "textarea"}>
<{$content|nl2br}>
<{else}>
<{$content}>
<{/if}>
<{if $mode == "confirm" && $item.tag_name == "email"}>
<{* メール通達先 *}>
<{/if}>
<{if ($item.type == $smarty.const.USER_TYPE_EMAIL || $item.type == $smarty.const.USER_TYPE_MOBILE_EMAIL) && $item.allow_email_reception_flag == _ON}>