Deklaracja Przystąpienia do Izby nr {{ app.id }}
{{ app.company_name }}
NIP
{{ app.nip or '---' }}
KRS
{{ app.krs_number or '---' }}
REGON
{{ app.regon or '---' }}
Forma prawna
{{ app.business_type_label or '---' }}
Adres siedziby
{{ (app.address_street or '') }}{% if app.address_number %} {{ app.address_number }}{% endif %}, {{ app.address_postal_code or '' }} {{ app.address_city or '' }}
Telefon
{{ app.phone or '---' }}
{{ app.email or '---' }}
Strona WWW
{{ app.website or '---' }}
Delegat 1 (główny)
{{ app.delegate_1 or '---' }}
Delegat 2
{{ app.delegate_2 or '---' }}
Delegat 3
{{ app.delegate_3 or '---' }}
{{ app.description[:800] }}{% if app.description|length > 800 %}...{% endif %}