{include file="index/header" /}

{:lang('Nickname')}
{$user.user_nicename}

{:lang('Gender')}
{if condition="$user.sex == 1"}{:lang('Male')} {elseif condition="$user.sex == 2"/}{:lang('Female')} {else /}{:lang('Secrecy')} {/if}

{:lang('Birthday')}
{if condition="$user.birthday == ''"}{:lang('Unfilled')} {else /}{$user.birthday} {/if}

{:lang('Personal URL')}
{if condition="$user.user_url == ''"}{:lang('Unfilled')} {else /}{$user.user_url} {/if}

{:lang('Signature')}
{if condition="$user.signature == ''"}{:lang('Unfilled')} {else /}{$user.signature} {/if}

{:lang('Edit')}
{include file="index/footer" /}