{include file="file:$templatedir/header.mb.html"}
{l}基本情報の変更確認{/l}
{include file="file:$templatedir/notice.mb.html"}
{csrf} {html_session_hidden}
{l}以下の内容で変更します。{/l}
{l}よろしいですか?{/l}

{l}■氏名:{/l}
{if $smarty.const.FAQ_USE_CHG_PROFILE_ST_FULLNAME == $smarty.const.VAL_COMMON_FLAG_ON} {$form.p_name} {else} {$user_data.full_name} {/if}

{l}■ふりがな:{/l}
{if $smarty.const.FAQ_USE_CHG_PROFILE_ST_KANA == $smarty.const.VAL_COMMON_FLAG_ON} {$form.p_kana} {else} {$user_data.kana_name} {/if}

{l}■ニックネーム:{/l}
{$form.p_nickname}

{l}■ログインID:{/l}
{if $smarty.const.FAQ_USE_CHG_PROFILE_ST_LOGIN_ID == $smarty.const.VAL_COMMON_FLAG_ON} {$form.p_id} {else} {$user_data.login_id} {/if}

{l}■メールアドレス:{/l}
{if $smarty.const.FAQ_USE_CHG_PROFILE_ST_EMAIL_MAIN == $smarty.const.VAL_COMMON_FLAG_ON} {$form.p_email}{if $form.p_notify}
{l}このメールアドレスで通知メールの受信を行う{/l}{/if} {else} {$user_data.e_mail_main}{if $form.p_notify}
{l}このメールアドレスで通知メールの受信を行う{/l}{/if} {/if}

{l}■自己紹介:{/l}
{$form.p_introduce|nl2br}


{include file="file:$templatedir/footer.mb.html"}