{literal} {/literal}
{foreach name="wlist" from=$weapons item="w"}
{weaponimg weapon=$w path="large" noimg=""}
{$w.name|default:$w.uniqueid|escape}
<#Kills#>: {$w.kills|commify}
<#FF Kills#>: {$w.ffkills|commify}
{$w.ffkillspct|digits2}%
<#Headshots#>: {$w.headshotkills|commify}
{$w.headshotpct|digits2}%
<#Damage#>: {$w.damage|commify}
<#Shots#>: {$w.shots|commify}
<#Hits#>: {$w.hits|commify}
<#Accuracy#>: {$w.accuracy|digits2}%
<#S:K#>: {$w.shotsperkill}
<#Class#>: {$w.class|default:'-'}
{/foreach}