{t('holidayPassesDescription')}
| {t('name')} | {t('year')} | {t('price')} | {t('validFrom')} | {t('validUntil')} |
|---|---|---|---|---|
| {String(pass.name)} | {String(pass.year ?? '—')} | {pass.price != null ? `${Number(pass.price).toFixed(2)} €` : '—'} | {formatDate(pass.valid_from as string)} | {formatDate(pass.valid_until as string)} |