{{ event.eventLocationType}}
{{ event.gameType}}
{{ event.username }} | {{ event.eventAddress }}
{{ formatDate(event.eventDate) }}
{{ event.eventHours }}
{{ event.eventDescription }}
{{ event.maxParticipants - event.participantsLeft }} | {{ event.maxParticipants }}
{{ event.price === null || event.price === 0 ? 'Gratis' : '€' + event.price }}
{{ event.validationStatus == 'NOT-VALIDATED' ? 'DA VALIDARE' : 'VALIDATO' }}
Stato: Completato