{{ $t('garages.details.tier_name') }}
{{ garage.subscription.tier_name }}{{ $t('garages.details.tier_level') }}
{{ $t('garages.details.level_n', { n: garage.subscription.tier_level }) }}
{{ $t('garages.details.expires_at') }}
{{ formatDate(garage.subscription.expires_at) }}
{{ $t('garages.indefinite') }}
{{ $t('garages.details.asset_limit') }}
{{ garage.subscription.asset_limit }} {{ $t('garages.details.vehicles') }}
{{ $t('garages.details.vehicles_used') }}
{{ fleetVehicles.length }} / {{ garage.subscription?.asset_limit ?? '∞' }}
{{ $t('garages.details.branches_used') }}
{{ garage.branches?.length || 0 }} / {{ garage.subscription?.branch_limit ?? '∞' }}
{{ $t('garages.details.employees_used') }}
{{ garage.member_count || 0 }} / {{ (garage.subscription?.user_limit && garage.subscription.user_limit > 0) ? garage.subscription.user_limit : '∞' }}
{{ $t('garages.details.status') }}
{{ statusLabel(garage.status) }}{{ $t('garages.active_addons') }}
| {{ $t('garages.addon_type') }} | {{ $t('garages.addon_quantity') }} | {{ $t('garages.addon_expires') }} |
|---|---|---|
| {{ addonLabel(addon.type) }} | {{ addon.quantity }} | {{ formatDate(addon.expires_at || addon.valid_until) }} {{ $t('garages.indefinite') }} |
{{ $t('garages.active_addons') }}
{{ $t('garages.no_active_addons') }}
{{ $t('garages.details.no_subscription') }}
{{ $t('garages.custom_expiration_hint') }}
{{ $t('garages.addon_expiration_hint') }}
{{ subscriptionSaveError }}
| {{ $t('garages.details.history_date') }} | {{ $t('garages.details.history_package') }} | {{ $t('garages.details.history_action') }} | {{ $t('garages.details.history_status') }} |
|---|---|---|---|
| {{ formatDate(hist.timestamp) }} | {{ hist.tier_name || '—' }} |
{{ hist.action || '—' }}
›
{{ line }}
|
Sikeres
Admin #{{ hist.admin_user_id }}
|
|
{{ $t('garages.details.no_subscription_history') }} |
|||