{#foreach $T as county}

{$T.county.CountyName} County

{PrecinctOrVoteCenterText($T.county.CountyID, 'Header')} Fully: {$T.county.PrecinctsReporting} / {$T.county.TotalPrecincts}
|
Partially: {$T.county.PrecinctsPartial} / {$T.county.TotalPrecincts}
{#foreach $T.county.Results as cands}

{$T.cands.calcCandidate}

{$T.cands.PartyName}

{($T.cands.calcCandidateVotes + "").replace(/(\d)(?=(\d{3})+(\.\d+|)\b)/g, "$1,")}


{#/for}

Total Votes

{($T.county.Total + "").replace(/(\d)(?=(\d{3})+(\.\d+|)\b)/g, "$1,")}

{#/for}