{t('event.eventNotFoundDescription')}
{t('event.inviteOnlyBannerSubtitle')}
{formatDate(event.date)} - {formatTime(event.time)}
N/A
{:else if event.location_type === 'maps' && event.location_url} {t('create.locationMapsOption')} {:else}{event.location}
{/if}{t('common.capacity')}
{rsvps.length}/{event.attendee_limit}
{t('event.eventIsFull')}
{t('event.maximumCapacityReached')}
{t('event.noAttendeesYet')}
{t('event.beFirstToJoin')}
{attendee.name}
{(() => { const date = new Date(attendee.created_at); const year = date.getFullYear(); const month = String(date.getMonth() + 1).padStart(2, '0'); const day = String(date.getDate()).padStart(2, '0'); const hours = String(date.getHours()).padStart(2, '0'); const minutes = String(date.getMinutes()).padStart(2, '0'); return `${year}/${month}/${day} ${hours}:${minutes}`; })()}