{t('locations.manage')}
| {t('common.name')} | {t('common.address')} | {t('common.room')} | {t('list.capacity')} |
|---|---|---|---|
| {String(loc.name)} | {[loc.street, loc.postal_code, loc.city] .filter(Boolean) .map(String) .join(', ') || '—'} | {String(loc.room ?? '—')} | {String(loc.capacity ?? '—')} |