diff --git a/src/app/components/player-registrations/player-registrations.component.html b/src/app/components/player-registrations/player-registrations.component.html index 3cf3469..12039b9 100644 --- a/src/app/components/player-registrations/player-registrations.component.html +++ b/src/app/components/player-registrations/player-registrations.component.html @@ -14,37 +14,43 @@
| Naam | -Club | -Speelsterkte | -Partner | -Club | -Speelsterkte | -
|---|---|---|---|---|---|
| {{ team.player1 | fullName }} | -{{ team.player1.club }} | -{{ getStrength(team.player1.strength.valueOf()) }} | -{{ team.player2 | fullName }} | -{{ team.player2.club }} | -{{ getStrength(team.player2.strength.valueOf()) }} | -
| Naam | +Club | +Speelsterkte | + @if (event.doublesEvent) { +Partner | +Club | +Speelsterkte | + } +
|---|---|---|---|---|---|
| {{ team.player1 | fullName }} | +{{ team.player1.club }} | +{{ getStrength(team.player1.strength.valueOf()) }} | + @if (event.doublesEvent) { +{{ team.player2 | fullName }} | +{{ team.player2.club }} | +{{ getStrength(team.player2.strength.valueOf()) }} | + } +
| Team 1 | -- | -Team 2 | -
|---|---|---|
| {{ match.team1 | teamText }} | -- | -{{ match.team2 | teamText }} | -
| Team 1 | +- | +Team 2 | +
|---|---|---|
| {{ match.team1 | teamText }} | +- | +{{ match.team2 | teamText }} | +
| {{ tournament.id }} | -{{ tournament.name }} | -{{ tournament.date }} | -{{ Tournament.getStatus(tournament) }} | -
-
- |
-
| {{ tournament.id }} | +{{ tournament.name }} | +{{ tournament.date }} | +{{ Tournament.getStatus(tournament) }} | +
+ @if (Tournament.getStatus(tournament) != 'Afgerond') {
+
+ |
+
| {{ tournament.id }} | +{{ tournament.name }} | +{{ tournament.date }} | +{{ Tournament.getStatus(tournament) }} | +
+ @if (Tournament.getStatus(tournament) != 'Afgerond') {
+
+ |
+
| Naam | -Club | -Partner | -Club | -
|---|---|---|---|
| {{ registration.player | fullName }} | -{{ registration.player.club }} | -{{ registration.partner | fullName }} | -{{ registration.partner?.club }} | -
| Naam | +Club | + @if (event.doublesEvent) { +Partner | +Club | + } +
|---|---|---|---|
| {{ registration.player | fullName }} | +{{ registration.player.club }} | + @if (event.doublesEvent) { +{{ registration.partner?.club }} | +{{ registration.partner | fullName }} | + } +