# | Rest | Teams | Score |
---|---|---|---|
{{ match.id + 1 }} | {{ playerName(match.rest) }} | {{ playerName(match.teamA[0]) }}, {{ playerName(match.teamA[1]) }} - {{ playerName(match.teamB[0]) }}, {{ playerName(match.teamB[1]) }} | {{ match.score[0]}} : {{ match.score[1] }} |
# | Player | Wins | Balance |
---|---|---|---|
{{ index+1 }} | {{ player.name }} | {{ player.wins }} | {{ player.points }} |