{t('rooms.manage')}
| {t('rooms.roomNumber')} | {t('rooms.name')} | {t('rooms.type')} | {t('rooms.capacity')} | {t('rooms.price')} | {t('rooms.active')} |
|---|---|---|---|---|---|
| {String(room.room_number ?? '—')} | {String(room.name ?? '—')} |
|
{String(room.capacity ?? '—')} | {room.price_per_night != null ? formatCurrencyAmount( room.price_per_night as number, ) : '—'} | {room.is_active !== false ? '✓' : '✗'} |