import {ParticipantRole} from "@/types/event.model";
import {ParticipantRole} from "@/types/event.model";
{{ event.title }}
{{ $tc('One person is going', event.participantStats.going, {approved: event.participantStats.going}) }}
{{ $tc('You and one other person are going to this event', event.participantStats.participant, { approved: event.participantStats.participant }) }}
{{ $tc('One person is going', event.participantStats.going, {approved: event.participantStats.going}) }}
{{ $tc('You and one other person are going to this event', event.participantStats.participant, { approved: event.participantStats.participant }) }}
{{ $tc('All the places have already been taken', numberOfPlacesStillAvailable, { places: numberOfPlacesStillAvailable}) }}
{{ $t('Comments') }}