{t('registrationsOverview')}
| {t('event')} | {t('eventDate')} | {t('statusLabel')} | {t('capacity')} | {t('registrations')} | {t('utilization')} |
|---|---|---|---|---|---|
| {event.name} | {formatDate(event.eventDate)} |
|
{event.capacity ?? '—'} | {event.registrationCount} |
{utilization !== null ? (
|