#macro(placement $i, $p) #end
Standings after round $round
#foreach($placement in $tour.pairing.placement)
#set($num = $foreach.index + 1) #placement($num $placement)
#end
#set($standings = $api.get("tour/${params.id}/standings/$round")) #if($standings.isObject() && ($standings.error || $standings.message)) #if($standings.error) #set($error = $standings.error) #else #set($error = $standings.message) #end #set($standings = []) #end #foreach($r in [1..$round]) #end #foreach($crit in $tour.pairing.placement) #end #foreach($part in $standings) #set($mx = $round - 1) #foreach($r in [0..$mx]) #set($rst = $part.results[$r]) #if($rst.contains('+')) #set($rst = "$rst") #elseif($rst.contains('-')) #set($rst = "$rst") #end #end #foreach($crit in $tour.pairing.placement) #end #end
Num Plc Name Rank Ctr NbwR$r$crit
$part.num $part.place $part.name#if($part.firstname) $part.firstname#end #rank($part.rank) #if($part.country)$part.country#end $number.format('0.#', $part.NBW)$rst$number.format('0.#', $part[$crit])