+
+
+
+
+ {{ $t('tournaments.finalPlacements') }}
+
+
+
+
+
+
+ | {{ $t('tournaments.position') }} |
+ {{ $t('tournaments.player') }} |
+
+
+
+
+ | {{ placement.position }}. |
+ {{ placement.name }} |
+
+
+
+
+
+
+
+
+
+ {{ $t('tournaments.groupPlacements') }}
+
+
+
+
+
{{ $t('tournaments.groupNumber') }} {{ group.groupNumber }}
+
+
+
+ | {{ $t('tournaments.position') }} |
+ {{ $t('tournaments.player') }} |
+ {{ $t('tournaments.points') }} |
+ {{ $t('tournaments.sets') }} |
+ {{ $t('tournaments.diff') }} |
+
+
+
+
+ | {{ pl.position }}. |
+ ★{{ pl.name }} |
+ {{ pl.points }} |
+ {{ pl.setsWon }}:{{ pl.setsLost }} |
+ {{ pl.setDiff >= 0 ? '+' + pl.setDiff : pl.setDiff }} |
+
+
+
+
+
+
+
+
+
+
{{ $t('tournaments.noPlacementsYet') }}
+
+
+