-
-
- {{ $t("Tentative") }}
-
-
- {{ $t("Cancelled") }}
-
-
-
- {{ participation.event.title }}
-
-
-
-
-
-
- {{ $t("Online") }}
-
-
-
-
-
- {{ organizerDisplayName(participation.event) }}
-
-
-
-
-
-
-
- {{
- $t("{number} seats left", {
- number: seatsLeft,
- })
- }}
-
-
- {{
- $tc(
- "{available}/{capacity} available places",
- participation.event.options.maximumAttendeeCapacity -
- participation.event.participantStats.participant,
- {
- available:
- participation.event.options.maximumAttendeeCapacity -
- participation.event.participantStats.participant,
- capacity:
- participation.event.options.maximumAttendeeCapacity,
- }
- )
- }}
-
-
- {{
- $tc(
- "{count} participants",
- participation.event.participantStats.participant,
- {
- count: participation.event.participantStats.participant,
- }
- )
- }}
-
-
- {{
- $tc(
- "{count} requests waiting",
- participation.event.participantStats.notApproved,
- {
- count: participation.event.participantStats.notApproved,
- }
- )
- }}
-
-
-
-