#set($roundPairing = $api.get("tour/${params.id}/pair/$round")) #if($roundPairing.error) #set($pairables = []) #set($games = []) #set($unpairables = []) #else #set($pairables = $roundPairing.pairables) #set($games = $roundPairing.games) #set($unpairables = $roundPairing.unpairables) #end
Tbl | White | Black | Hd |
---|---|---|---|
${game.t} | #if($white)${white.name} ${white.firstname} (#rank($white.rank), $white.country $white.club)#{else}BIP#end | #if($black)${black.name} ${black.firstname} (#rank($black.rank), $black.country $black.club)#{else}BIP#end | ${game.h} |