{{ $t('garages.details.company_name') }}
{{ garage.full_name }}
{{ $t('garages.details.display_name') }}
{{ garage.display_name || '—' }}
{{ $t('garages.details.org_type') }}
{{ orgTypeLabel(garage.org_type) }}
{{ $t('garages.details.tax_number') }}
{{ garage.tax_number || '—' }}
{{ $t('garages.details.reg_number') }}
{{ garage.reg_number || '—' }}
{{ $t('garages.details.created_at') }}
{{ formatDate(garage.created_at) }}
{{ $t('garages.details.address') }}
{{ formattedAddress }}
{{ $t('garages.details.billing_address') }}
{{ formattedBillingAddress }}
{{ $t('garages.details.notification_address') }}
{{ formattedNotificationAddress }}
Rendszer Azonosítók
{{ $t('garages.details.contact_name') }}
{{ garage.contact_person_name || garage.primary_contact?.full_name || '—' }}
{{ $t('garages.details.contact_email') }}
{{ garage.contact_email || garage.primary_contact?.email || '—' }}
{{ $t('garages.details.contact_phone') }}
{{ garage.contact_phone || garage.primary_contact?.phone || '—' }}
{{ $t('garages.details.contact_role') }}
{{ garage.primary_contact.role || '—' }} · {{ garage.primary_contact.department }}
{{ $t('garages.details.no_contact') }}