#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) #if($tour.type.startsWith('TEAM')) #set($individualGames = $roundPairing.individualGames) #else #set($individualGames = $games) #end #end
| Tbl | #if($blackFirst)Black | White | #elseWhite | Black | #endHd |
|---|---|---|---|---|---|
| ${game.t} | #if($blackFirst)#if($black)${black.name} $!{black.firstname} (#rank($black.rank) $!black.country $!black.club)#{else}BIP#end | #if($white)${white.name} $!{white.firstname} (#rank($white.rank) $!white.country $!white.club)#{else}BIP#end | #else#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 | #end${game.h} |