{{ $t('garages.subtitle') }}
{{ $t('common.loading') }}
{{ error }}
{{ $t('garages.total_garages') }}
{{ globalTotalCount }}
{{ $t('garages.private_garages') }}
{{ globalIndividualCount }}
{{ $t('garages.corporate_garages') }}
{{ globalCorporateCount }}
| ID | {{ $t('garages.company_name') }} | {{ $t('common.status') }} | {{ $t('garages.current_package') }} | {{ $t('garages.expiration_date') }} | {{ $t('common.actions') }} |
|---|---|---|---|---|---|
| {{ garage.id }} |
{{ getInitials(garageDisplayName(garage)) }}
{{ garage.address_detail?.city || '—' }} · {{ garage.member_count }} {{ $t('garages.members') }} |
{{ statusLabel(garage.status) }} | {{ garage.subscription_tier_name }} | {{ formatDate(garage.subscription_expires_at) }} {{ $t('garages.indefinite') }} |
|
{{ $t('common.no_results') }}
{{ selectedGarage ? garageDisplayName(selectedGarage) : '' }}
{{ $t('garages.current_package') }}
{{ selectedGarage?.subscription_tier_name || $t('garages.free_fallback') }}
{{ $t('common.expires') }}: {{ formatDate(selectedGarage.subscription_expires_at) }}
{{ $t('garages.custom_expiration_hint') }}
{{ saveError }}