{$map.name}
{mapimg name="`$map.name`.jpg" noimg="<#No Image Available#>"}

Map Profile
<#Online:#> {$map.onlinetime|compacttime}
<#Last Time:#> {$map.lasttime|date}
<#Games:#> {$map.games|commify}
<#Rounds:#> {$map.rounds|commify}
<#Rnd/Game:#> {$roundspergame|digits2}
<#Kills:#> {$map.kills|commify}
<#FF Kills:#> {$map.ffkills|commify}
  {$ffkillspct|digits2}%
<#Suicides:#> {$map.suicides|commify}
<#Connects:#> {$map.plrconnects|commify}

{if $conf.modtype} {include file = "map_left_`$conf.modtype`.html"} {/if}
<#Top Maps#>
{foreach from=$maps item='m'} {/foreach} {if $totalmaps > $maxmaps} {/if}
 <#Map#> <#Games#> 
{if $m.mapid == $id}{$m.name}{else}{$m.name}{/if} {$m.games|commify}
... {$totalmaps-$maxmaps} <#maps not listed#> ...