Pairings for round
$round
( $pairables.size() pairable, $games.size() games )
#foreach($p in $pairables)
#set($part = $pmap[$p])
$part.name $part.firstname#rank($part.rank) $part.country
#end
#foreach($p in $unpairables)
#set($part = $pmap[$p])
$part.name $part.firstname#rank($part.rank) $part.country
#end
#foreach($game in $games)
#set($white = $pmap[$game.w])
#set($black = $pmap[$game.b])
#$game.t
#if($white)$white.name $white.firstname#{else}BIP#end
#if($white)#rank($white.rank)#end / #if($black)#rank($black.rank)#end
#if($black)$black.name $black.firstname#{else}BIP#end
#if($game.h)h$game.h#{else} #end
#end