<{include file="../include/logo.html"}>
<{if $templateFolder =='child'}>
<{include file="../include/nav_child.html"}>
<{else}>
<{include file="../include/nav.html"}>
<{/if}>
<{if $t==''}>
<{include file="../include/ad.html"}>
<{else}>
<{include file="../include/menu.html"}>
<{/if}>
<{include file="../include/round.html"}>
<{if $t==''}>
<{/if}>
<{foreach name=group item=item key=key from=$group['num']}>
<{$key}> |
<{$group['time'][$key]}> |
<{$group['tee'][$key]}> |
<{section name=grouplayer loop=5 start=1}>
<{if $MatchID != 3586 and $MatchID != 3913}>
<{if $group['playerCountry'][$key][$smarty.section.grouplayer.index]!=""}><{/if}>
<{else}>
<{$group['playerCountry'][$key][$smarty.section.grouplayer.index]}>
<{/if}>
|
<{if $group['playerName'][$key][$smarty.section.grouplayer.index]==""}> <{else}><{$group['playerName'][$key][$smarty.section.grouplayer.index]}><{/if}> |
<{/section}>
<{/foreach}>