#set($parts = $api.get("tour/${params.id}/part")) #if($tour.type == 'INDIVIDUAL') ## Standard tournament #set($pmap = $utils.toMap($parts)) #else ## Pairgo, rengo and teams of individuals #set($teams = $api.get("tour/${params.id}/team")) #set($pmap = $utils.toMap($teams)) #end ## Team players do not have an individual MMS #if($tour.type == 'INDIVIDUAL' && $tour.pairing.type == 'MAC_MAHON') #set($mmbase = $api.get("tour/${params.id}/standings/0?include_preliminary=true")) #if($mmbase.isObject() && ($mmbase.error || $mmbase.message)) #if($mmbase.error) #set($error = $mmbase.error) #else #set($error = $mmbase.message) #end #set($mmbase = []) #end #set($mmsMap = $utils.getMmsMap($mmbase)) #set($mmsPlayersMap = $utils.getMmsPlayersMap($mmbase)) #end
$parts.size() participants, $utils.countFinals($parts) confirmed.
#if($utils.showRatings('egf', $tour.country.toLowerCase())) #end #if($utils.showRatings('ffg', $tour.country.toLowerCase())) #end ## TableSort bug which inverts specified sort... #if($tour.type == 'INDIVIDUAL' && $tour.pairing.type == 'MAC_MAHON') #end #foreach($part in $parts) #if($utils.showRatings('egf', $tour.country.toLowerCase())) #end #if($utils.showRatings('ffg', $tour.country.toLowerCase())) #end ## display MMS correction on the screen, but not when printed #if($tour.type == 'INDIVIDUAL' && $tour.pairing.type == 'MAC_MAHON') #end #end
Reg Name First name Country ClubPINFFGRankRatingMMSParticipation
$part.name $part.firstname $part.country.toUpperCase() $part.club$!part.egf $!part.ffg#rank($part.rank)#if($part.mmsCorrection) (#if($part.mmsCorrection > 0)+#end$part.mmsCorrection)#end $part.rating$!mmsPlayersMap[$part.id]
#foreach($round in [1..$tour.rounds]) ## CB TODO - upstream json parsing should not give longs here, should it? #if($part.skip && $part.skip.contains($round.longValue())) #else #end #end
#if($tour.type == 'INDIVIDUAL' && $tour.pairing.type == 'MAC_MAHON') #end
#if($tour.type == 'INDIVIDUAL' && $tour.pairing.type == 'MAC_MAHON') #end #[[ ]]#