+
+ | 1e Plaats |
+ {{ (checkWinner(round.matches[0]) == 1 ? round.matches[0].team1 : round.matches[0].team2) | teamText }} |
+
+
+ | 2e Plaats |
+ {{ (checkWinner(round.matches[0]) == 1 ? round.matches[0].team2 : round.matches[0].team1) | teamText }} |
+
+
+ | 3e Plaats |
+ {{ (checkWinner(round.matches[1]) == 1 ? round.matches[1].team1 : round.matches[1].team2) | teamText }} |
+
+
+