{$result->translate(pageTitle)}

{if $result->profile->N} {if $result->backButton}
{/if}
{$result->translate('Personal Details')}
{$result->translate('Username')} {profile.username}
{$result->translate('Real Name')} {profile.first_name} {profile.last_name}
{$result->translate('Company')} {if:profile.company_name} {profile.company_name}{else:}{$result->translate('none given')} {end:}
{$result->translate('Lives in')} {profile.country}
{$result->translate('Member Since')} {formatDate(profile.date_created)}
{$result->translate('Last Login')} {if:login.last_login} {formatDatePretty(login.last_login)} {else:} {$result->translate('first login in progress')} {end:}
 
{$result->translate('Posting Stats for User')} {profile.username}
{$result->translate('Total Articles')} {totalArticles}
{$result->translate('Total Comments')} {$result->translate('coming soon ...')}
{if $result->allowContact} {if $result->backButton} {else} {/if}
 
{$result->translate('Contact')}
{$result->translate('Message')}
{$result->translate('Contacts')}
 
{/if} {/if}

{$result->translate('No results found')}

No results found for that ID.
{/if}