@if (round) {
{{ group.name }}, {{ round.name }}:
@if (round.status != 'FINISHED') { @for (match of round.matches; track match.id) { } @if (round.drawnOut) { }
-
Deze ronde uitgeloot: {{ round.drawnOut | teamText }}
} @else { @for (match of round.matches; track match.id) { } @if (round.drawnOut) { }
-
@for (game of match.games; track game.id) { {{ game.score1 }}-{{ game.score2 }} } @if (match.games.length == 2) { }
Deze ronde uitgeloot: {{ round.drawnOut | teamText }}
} @if (round.status == 'FINISHED' || prevRound) { @if (group.status == 'FINISHED') {
Eindstand:
} @else if (round.status == 'FINISHED') {
Stand na {{ round.name }}:
} @else {
Stand na {{ prevRound?.name }}:
} @for (entry of round.standings.entries; track entry.position) { }
# @if (event.doublesEvent) { Team } @else { Speler } Gespeeld Punten/W Games/W #/W
{{ entry.position }} {{ entry.played }} {{ entry.points / entry.played | number: '1.0-2' }} {{ (entry.gamesWon - entry.gamesLost) / entry.played | number: '1.0-2' }} {{ (entry.pointsWon - entry.pointsLost) / entry.played | number: '1.0-2' }}
} }