{% set is_company = action.context.type == type_company %}
Dane do umowy
{% if is_company %} {% else %} {% endif %}
Dane podstawowe
Typ danych {% if action.context.type == type_company %} Firma {% else %} Osoba fizyczna {% endif %}
NIP {{ action.context.nip}}
Nazwa firmy {{ action.context.companyName}}
PESEL {{ action.context.pesel}}
Imię {{ action.context.name }}
Nazwisko {{ action.context.surname }}
E-mail {{ action.context.email}}
Telefon {{ action.context.phone}}
Adres
Adres {{ action.context.address }}
Kod pocztowy {{ action.context.zip }}
Miasto {{ action.context.city }}
Adres świadczenia usługi
Adres {{ action.context.serviceAddress }}
Kod pocztowy {{ action.context.serviceZip }}
Miasto {{ action.context.serviceCity }}