{strip}> <{*携帯会員情報詳細画面*}> <{* 詳細部 *}>
<{if $item.type == "file"}>
<{if $content == ""}>
<{else}>
/>
<{/if}>
<{elseif $item.type == "password"}>
<{* パスワード(ラベル) *}>
<{$lang.userinf_password_label|smarty:nodefaults}>
<{elseif $item.type == "textarea"}>
<{if $content|trim == ""}>
<{else}>
<{$content|nl2br}>
<{/if}>
<{else}>
<{$content}>
<{/if}>