{t('holidayPassesDescription')}
| {t('name')} | {t('year')} | {t('price')} | {t('validFrom')} | {t('validUntil')} |
|---|---|---|---|---|
| {String(pass.name)} | {String(pass.year ?? '—')} | {pass.price != null ? formatCurrencyAmount(pass.price as number) : '—'} | {formatDate(pass.valid_from as string)} | {formatDate(pass.valid_until as string)} |