diff --git a/templates/admin/membership_print.html b/templates/admin/membership_print.html index 37518fd..f3d0163 100644 --- a/templates/admin/membership_print.html +++ b/templates/admin/membership_print.html @@ -164,10 +164,10 @@

Izba Gospodarcza Norda Biznes

-

Deklaracja Przystapienia do Izby nr {{ app.id }}

+

Deklaracja Przystąpienia do Izby nr {{ app.id }}

{{ app.company_name }} - | Data zlozenia: {{ app.submitted_at.strftime('%d.%m.%Y, %H:%M') if app.submitted_at else 'brak' }} + | Data złożenia: {{ app.submitted_at.strftime('%d.%m.%Y, %H:%M') if app.submitted_at else 'brak' }} | Status: {{ app.status_label }}

@@ -185,7 +185,7 @@

KRS

-

{{ app.krs or '---' }}

+

{{ app.krs_number or '---' }}

REGON

@@ -193,10 +193,10 @@

Forma prawna

-

{{ app.legal_form or '---' }}

+

{{ (app.registry_data.get('legal_form') or app.registry_data.get('forma_prawna')) if app.registry_data and app.registry_data is mapping else '---' }}

-

Zrodlo danych

+

Źródło danych

{{ app.registry_source or '---' }}

@@ -206,12 +206,12 @@

Adres siedziby

-

Ulica

-

{{ app.address_street or '---' }} {{ app.address_building or '' }}

+

Ulica i numer

+

{{ (app.address_street or '') }}{% if app.address_number %} {{ app.address_number }}{% endif %}

-

Kod pocztowy i miejscowosc

-

{{ app.address_postal or '' }} {{ app.address_city or '---' }}

+

Kod pocztowy i Miejscowość

+

{{ app.address_postal_code or '' }} {{ app.address_city or '---' }}

@@ -221,18 +221,18 @@

Email

-

{{ app.contact_email or '---' }}

+

{{ app.email or '---' }}

Telefon

-

{{ app.contact_phone or '---' }}

+

{{ app.phone or '---' }}

Strona WWW

-

{{ app.contact_website or '---' }}

+

{{ app.website or '---' }}

-

Nazwa skrocona

+

Nazwa skrócona

{{ app.short_name or '---' }}

@@ -242,7 +242,7 @@

Delegaci do Walnego Zgromadzenia

-

Delegat 1 (glowny)

+

Delegat 1 (główny)

{{ app.delegate_1 or '---' }}

@@ -265,32 +265,32 @@
{% endif %} -{% if app.business_description %} +{% if app.description %}
-

Opis dzialalnosci

-

{{ app.business_description }}

+

Opis działalności

+

{{ app.description }}

{% endif %}
-

Zgody i oswiadczenia

+

Zgody i oświadczenia

{% if app.declaration_accepted %}
- Deklaracja przystapiena: Zaakceptowana + Deklaracja przystąpienia: Zaakceptowana {% if app.declaration_accepted_at %} | Data: {{ app.declaration_accepted_at.strftime('%d.%m.%Y, %H:%M') }} {% endif %} - {% if app.declaration_ip %} - | IP: {{ app.declaration_ip }} + {% if app.declaration_ip_address %} + | IP: {{ app.declaration_ip_address }} {% endif %}
{% endif %} @@ -301,7 +301,7 @@
Podpis wnioskodawcy
-
Podpis osoby przyjmujacej
+
Podpis osoby przyjmującej