<{include file="../include/logo.html"}>
    
    
    
    <{include file="../include/nav.html"}>
    <{include file="../include/menu.html"}>
    
        <{include file="../include/selectmatch.html"}>	
        
        				
        
                <{$matchName}> 
        
     
        
            
                
                
                <{foreach name=prize item=item key=key from=$playerPrize}>
                
                  | <{$smarty.foreach.prize.index+1}> | 
                  <{$playerSummary['rank'][$key]}> | 
                  
                       
                   | 
                  
                      <{$matchPlayer['playerName'][$key]}>  
                   | 
                  <{if $matchPlayer['playerType'][$key]=='AMA'}>(A)<{else}> <{/if}> | 
                  <{if $topar[$key]>0}>+<{/if}><{if $topar[$key]=='0'}>E<{else}><{$topar[$key]}><{/if}> | 
                  <{section name="round" loop=$maxRound start=0}>
                  <{$score['rd_score'][$key][($smarty.section.round.index+1)]}> | 
                  <{/section}>
                  <{$score['total_score'][$key]}> | 
                  <{if $item!=""}><{$item}><{else}> <{/if}> | 
                
                <{/foreach}>