{include file="file:$templatedir/Header.html"}
{include file="file:$templatedir/Line.html" color='green' size='1'}
■{$target_user_data.user_name|usename_switch:$target_user_data.full_name}さん
{include file="file:$templatedir/Line.html" color='green' size='1'}
{include file="file:$templatedir/Notice.html"}
{if $profile.full_name}
氏名:{$profile.full_name|neo_emoji}{if $profile.kana_name}({$profile.kana_name|neo_emoji}){/if}
{/if}
{if $profile.user_name}
ニックネーム:{$profile.user_name|neo_emoji}
{/if}
ID:{$profile.user_id}
{if $profile.e_mail_main}
メールアドレス代表:{$profile.e_mail_main}
{/if}
{if $profile.e_mail_mobile}
メールアドレス携帯:{$profile.e_mail_mobile}
{/if}
{if $profile.e_mail_private}
メールアドレス個人:{$profile.e_mail_private}
{/if}
{if $profile.e_mail_other}
メールアドレスその他:{$profile.e_mail_other}
{/if}
{if $profile.grpdata}
グループ:
{foreach from=$profile.grpdata item='_ugrp' name='_ugrp_name'}
{if !($smarty.foreach._ugrp_name.first)}, {/if}{if $_ugrp.main == $smarty.const.VAL_COMMON_FLAG_ON}{/if}{$_ugrp.grp_name|neo_emoji}{if $_ugrp.main == $smarty.const.VAL_COMMON_FLAG_ON}{/if}
{/foreach}
{/if}
{if $profile.age}
年齢:{$profile.age}歳
{/if}
{if $profile.birthday}
誕生日:{$profile.birthday|date_format:'%m/%d'}
{/if}
{if $profile.sex_type != $smarty.const.VAL_USER_SEX_TYPE_X && $profile.sex_type != ''}
性別:{$profile.sex_type|local_word:$dbValue.user_gender}
{/if}
{if $profile.blood_type != $smarty.const.VAL_USER_BLOOD_TYPE_X}
血液型:{$profile.blood_type|local_word:$dbValue.user_blood_type}
{/if}
{if $profile.address_name!='' || $profile.address_detail!=''}
お住まい:{$profile.address_name}{if $profile.address_detail!=''}({$profile.address_detail|neo_emoji}){/if}
{/if}
{if $profile.birthplace_name}
出身地:{$profile.birthplace_name}
{/if}
{if $profile.hobby_name}
{$smarty.const.SNS_CHGNAME_PROFILE_ST_HOBBY}:{foreach from=$profile.hobby_name|smarty:nodefaults item='_name' name='_hobbyLoop'}{if ! $smarty.foreach._hobbyLoop.first},{/if}{$_name}{/foreach}
{/if}
{if $profile.job_name}
{$smarty.const.SNS_CHGNAME_PROFILE_ST_JOB}:{$profile.job_name}
{/if}
{if $profile.introduce_person}
自己紹介:{$profile.introduce_person|nl2br}
{/if}
{foreach from=$profile.questions|smarty:nodefaults item='_question'}
{$_question.profile_item_name}:{$_question.profile_item_detail}
{/foreach}
{include file="file:$templatedir/Line.html" color='green' size='1'}
ユーザーのホームへ戻る
{include file="file:$templatedir/Line.html" color='green' size='1'}
{include file="file:$templatedir/Line.html" color='space' size='2'}
{include file="file:$templatedir/Footer.html"}