<{include file="../../include/header.html"}>
<{include file="../../include/lang.html"}>
<{include file="../include/logo.html"}> <{include file="../include/nav.html"}> <{include file="../include/menu.html"}>
<{include file="../include/selectmatch.html"}>
<{assign var="totPar" value=0 var="totTee" value=0 var="tot" value=0 var="totAve" value=0 var="totDiff" value=0 var="totEagles" value=0 var="totBirdie" value=0 var="totPars" value=0 var="totBog" value=0 var="totDBog" value=0 var="totOther" value=0}> <{foreach name=hole_stat item=item key=key from=$getHoleStats['diff']}> <{assign var="totPar" value=$totPar+$getHoleStats['par'][$key]}> <{assign var="totTee" value=$totTee+$getHoleStats['tee'][$key]}> <{assign var="tot" value=$tot+$getHoleStats['total'][$key]}> <{assign var="totAve" value=$totAve+$getHoleStats['aver_sc'][$key]}> <{assign var="totDiff" value=$totDiff+$item}> <{assign var="totEagles" value=$totEagles+$getHoleStats['eagles'][$key]}> <{assign var="totBirdie" value=$totBirdie+$getHoleStats['birdie'][$key]}> <{assign var="totPars" value=$totPars+$getHoleStats['spar'][$key]}> <{assign var="totBog" value=$totBog+$getHoleStats['bogeys'][$key]}> <{assign var="totDBog" value=$totDBog+$getHoleStats['double'][$key]}> <{assign var="totOther" value=$totOther+$getHoleStats['other'][$key]}> <{/foreach}>
<{$configLang['No'][$lang]}> <{$configLang['Hole'][$lang]}> <{$configLang['Par'][$lang]}> <{$configLang['HoleTee'][$lang]}> <{$configLang['Total2'][$lang]}> <{$configLang['Average1'][$lang]}> <{$configLang['Difficulty'][$lang]}> <{$configLang['Eagle'][$lang]}> <{$configLang['Birdie2'][$lang]}> <{$configLang['Pars'][$lang]}> <{$configLang['Bogeys'][$lang]}> <{$configLang['Double Bogeys'][$lang]}> <{$configLang['Other'][$lang]}>
<{$smarty.foreach.hole_stat.index+1}> <{$key}> <{$getHoleStats['par'][$key]}> <{$getHoleStats['tee'][$key]}> <{$getHoleStats['total'][$key]}> <{$getHoleStats['aver_sc'][$key]}> <{$item}> <{$getHoleStats['eagles'][$key]}> <{$getHoleStats['birdie'][$key]}> <{$getHoleStats['spar'][$key]}> <{$getHoleStats['bogeys'][$key]}> <{$getHoleStats['double'][$key]}> <{$getHoleStats['other'][$key]}>
    <{$totPar}> <{$totTee}> <{$tot}> <{$totAve}> <{$totDiff}> <{$totEagles}> <{$totBirdie}> <{$totPars}> <{$totBog}> <{$totDBog}> <{$totOther}>
<{include file="../../include/footer.html"}>