{if $plr.logo and !$hide_logo}
{$plr.logo}
{/if} {if $themeconf.map.google_key}

{/if} {if !$hide_history}
 <#Quick History#> {boximg id='qhistory'}

{/if}
 {$rundown_title|default:'<#Player Rundown#>'|escape} {boximg id='plrrundown'}
{if $plr.aim} {/if} {if $plr.icq} {/if} {if $plr.msn} {/if} {if $plr.email} {/if} {if $plr.website} {/if}
<#AIM#>: [ <#Click Me#> ]
<#ICQ#>: [ <#Click Me#> ]
<#MSN#>: {$plr.msn|escape}
<#Email#>: [ <#Click Me#> ]
<#Website#>: [ <#Click Me#> ]
<#Rank#>: {rankchange plr=$plr} {$plr.rank|commify}
<#Previous Rank#>: {$plr.prevrank|commify}
<#Skill#>: {skillchange plr=$plr} {$plr.skill|digits2}
<#Previous Skill#>: {$plr.prevskill|digits2}
<#Games#>: {$plr.games|commify}
<#Rounds#>: {$plr.rounds|commify}
<#Maps#>: {$plr.totalmaps}
<#Awards#>: {$plr.totalawards}
<#Kicked#>: {$plr.kicked|commify}
<#Banned#>: {$plr.banned|commify}
<#Connects#>: {$plr.connections|commify}
<#Online Time#>: {$plr.onlinetime|compacttime}
<#Last Played#>: {$plr.lasttime|datetime}
<#First Seen#>: {$plr.firstseen|datetime}

 {$killprofile_title|default:'<#Kill Profile#>'|escape} {boximg id='killprofile'}
<#Kills#>: {$plr.kills|commify}
<#Deaths#>: {$plr.deaths|commify}
<#K:D Ratio#>: {$plr.killsperdeath|digits2}
<#K:M Ratio#>: {$plr.killsperminute|digits2}
<#Kill Streak#>: {$plr.kills_streak}
<#Death Streak#>: {$plr.deaths_streak}
<#FF Kills#>: {$plr.ffkills} [{$plr.ffkillspct|digits2}%]
<#FF Deaths#>: {$plr.ffdeaths} [{$plr.ffdeathspct|digits2}%]
<#Damage#>: {$plr.damage|commify}
<#Shots#>: {$plr.shots|commify}
<#Hits#>: {$plr.hits|commify}
<#Accuracy#>: {$plr.accuracy|digits2}%
<#S:K Ratio#>: {$plr.shotsperkill|digits2}
<#Headshots#>: {$plr.headshotkills|commify} [{$plr.headshotpct|digits2}%]
<#Suicides#>: {$plr.suicides|commify}
<#Bonus Points#>: {$plr.totalbonus|commify}

{if !$hide_names}
 <#Player Names#> {boximg id='plraliases'}
{foreach name='ident' from=$plr.ids.names item='total' key='ident'} 1 and $plr.ids.first.name == $ident)} row-highlight{/if}"> {/foreach}
# <#Name#> <#Uses#> 
 {$smarty.foreach.ident.iteration}  {$ident|escape} {$total|commify} 
{if ($plr.ids.names|@count > 1)}
<#First used is highlighted#>
{/if}

{/if} {if !$hide_worldids}
 <#Player Steamids#> {boximg id='plrworldids'}
{foreach name='ident' from=$plr.ids.worldids item='total' key='ident'} 1 and $plr.ids.first.worldid == $ident)} row-highlight{/if}"> {/foreach}
# <#Steamid#> <#Uses#> 
 {$smarty.foreach.ident.iteration}  {$ident|escape} {$total|commify} 
{if ($plr.ids.worldids|@count > 1)}
<#First used is highlighted#>
{/if}

{/if} {if (($themeconf.show_ips || user_is_admin()) && !$hide_ips)}
 <#Player IPs#> {boximg id='plrips'}
{foreach name='ident' from=$plr.ids.ipaddrs item='total' key='ident'} 1 and $plr.ids.first.ipaddr == $ident)} row-highlight{/if}"> {/foreach}
# <#IP Address#> <#Uses#> 
 {$smarty.foreach.ident.iteration}  {if $ident}{$ident|int2ip}{else}<#unknown#>{/if} {$total|commify} 
{if ($plr.ids.ipaddrs|@count > 1)}
<#First used is highlighted#>
{/if}

{/if}