{* heatmap content *}
00hour
{pctbar width=200 pct=70}
{* javascript to initialize the heatmap images *}
{$map.kills|commify}
{if $map.ffkills}{$map.ffkillspct}%{/if} {$map.ffkills|commify}
{$map.suicides|commify}
{$map.games|commify}
{$map.rounds|commify}
{$map.connections|commify}
{$map.onlinetime|compacttime}
{$map.lasttime|datetime}
<#Kills#>
{foreach from=$maps item='m'} {if $m.mapid == $id}{else}
{/if} {$m.kills|commify}
{/foreach}