| {$totalroles|commify} <#roles used#> | {$pagerstr} |
| {sortheader label="<#Role#>" sort="uniqueid" baseurl="$PHP_SELF" order=$order cursort=$sort} | {sortheader label="<#Kills#>" sort="kills" order=$order} | {sortheader label="<#Headshots#>" sort="headshotkills" order=$order} | {sortheader label="<#HS%#>" sort="headshotkillspct" order=$order title="<#Headshot percentage#>"} | {sortheader label="<#Accuracy#>" sort="accuracy" order=$order} | {sortheader label="<#S:K#>" sort="shotsperkill" order=$order title="<#Shots per kill#>"} | {sortheader label="<#Damage#>" sort="damage" order=$order} |
| {roleimg role=$w} | {$w.kills|commify} | {$w.headshotkills|commify} | {$w.headshotkillspct|digits2}% | {$w.accuracy|digits2}% | {$w.shotsperkill} | {$w.damage|commify} |
<#No roles to display#> |
||||||
| <#Overall Values#>: | {$roles|@sum:'kills'|commify} | {$roles|@sum:'headshotkills'|commify} | {$roles|@avg:'headshotkillspct':2}% | {$roles|@avg:'accuracy':2}% | {$roles|@avg:'shotsperkill':2} | {$roles|@sum:'damage'|commify} |
| {$totalroles|commify} <#roles used#> | {$pagerstr} |