<#Maps#> {boximg id='maplist'}
{foreach from=$maplist item='m'} {foreachelse} {/foreach}
{sortheader label="<#Map#>" sort="name" baseurl="$PHP_SELF?id=$thingid" prefix="m" order=$morder cursort=$msort urltail="maps"} {sortheader label="<#Kills#>" sort="kills" order=$morder} {sortheader label="<#Deaths#>" sort="deaths" order=$morder} {sortheader label="<#K:D#>" sort="killsperdeath" order=$morder title="<#Kills Per Death#>"} {sortheader label="<#K:M#>" sort="killsperminute" order=$morder title="<#Kills Per Minute#>"} <#Wins#> ( {sortheader label="<#Marines#>" title="<#Marine Wins#>" sort="marinewon" order=$morder} / {sortheader label="<#Aliens#>" title="<#Alien Wins#>" sort="alienwon" order=$morder} ) {sortheader label="<#Online Time#>" sort="onlinetime" order=$morder} {sortheader label="<#Last Played#>" sort="lasttime" order=$morder}
{$m.uniqueid} {$m.kills|commify} {$m.deaths|commify} {$m.killsperdeath|digits2} {$m.killsperminute|digits2} {$m.marinewon|commify} [{$m.marinewonpct|digits}%] / {$m.alienwon|commify} [{$m.alienwonpct|digits}%] {$m.onlinetime|compacttime} {if $m.lasttime}{$m.lasttime|date}{else}<#unknown#>{/if}

<#No maps to display#>

{$maplist|@count} <#of#> {$thing.totalmaps} <#maps shown#> {$mappager}

{foreach from=$maplist item='m'}
{mapimg map=$m noimg='- <#No Image Available#> -'}
{/foreach}