{{ t('No customer account found') }}
{{ t('Create an account to manage your company data') }}
{{ customerStore.customer?.companyName || '-'}}
{{ customerStore.customer?.companyEmail || '-'}}
{{ customerStore.customer?.regon || '-' }}
{{ customerStore.customer?.nip || '-' }}
{{ customerStore.customer?.vat || '-' }}
{{ companyAddress.street }}
{{ companyAddress.zipCode }}, {{ companyAddress.city }}
{{ companyAddress.country }}
-