{extends 'layout_view.tpl'} {block name="title"} {title}{$title|escape}{/title} {/block} {block name="content"} {strip} {if $error}
{$error}
{else}
{if $avatarHtml}
{$avatarHtml}
{else} {icon name='user'} {/if}
{$fullname|escape} {$starHtml}
{if $gender}
{tr}Gender{/tr}

{$gender}

{/if} {if $country}
{tr}Country{/tr}

{$country|stringfix} {if !empty($distance)}
{tr _0=$distance}%0 away{/tr}{/if}

{/if} {if $email}
{tr}Email{/tr}

{$email}

{/if} {if $prefs.feature_community_mouseover_lastlogin eq 'y'}
{tr}Last login{/tr}

{if !empty($lastSeen)}{$lastSeen|tiki_short_datetime}{else}{tr}Never logged in{/tr}{/if}

{/if} {if $shared_groups}
{tr}Shared groups{/tr}

{$shared_groups|escape}

{/if} {if $friendship|count}
{tr}Friendship{/tr}

{/if}
{if $add_friend_button} {$add_friend_button} {/if} {/if} {/strip} {/block}