{{ match.player1 }}
|
{{ match.gameScore.score1 }} |
-
{{ match.sets[0].score1 }}{{ match.sets[0].tieBreak1 }}
|
-
{{ match.sets[1].score1 }}{{ match.sets[1].tieBreak1 }}
|
-
{{ match.sets[2].score1 }}{{ match.sets[2].tieBreak1 }}
|
{{ match.player2 }}
|
{{ match.gameScore.score2 }} |
-
{{ match.sets[0].score2 }}{{ match.sets[0].tieBreak2 }}
|
-
{{ match.sets[1].score2 }}{{ match.sets[1].tieBreak2 }}
|
-
{{ match.sets[2].score2 }}{{ match.sets[2].tieBreak2 }}
|
|
{{ match.gameFormat == 'tiebreak_7' ? 'TB7' : match.gameFormat == 'super_tiebreak_10' ? 'TB10' : '' }} |