Izba Gospodarcza Norda Biznes

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

{{ app.company_name }}

Data złożenia: {{ app.submitted_at|local_time('%d.%m.%Y, godz. %H:%M') if app.submitted_at else 'brak' }}  •  Status: {{ app.status_label }}

Dane firmy

NIP

{{ app.nip or '---' }}

KRS

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

REGON

{{ app.regon or '---' }}

Forma prawna

{{ app.business_type_label or '---' }}

Adres i dane kontaktowe

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 '---' }}

Email

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

Strona WWW

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

Delegaci do Walnego Zgromadzenia

Delegat 1 (główny)

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

Delegat 2

{{ app.delegate_2 or '---' }}

Delegat 3

{{ app.delegate_3 or '---' }}

{% if app.sections_labels %}

Sekcje tematyczne

{% for label in app.sections_labels %} {{ label }} {% endfor %}
{% endif %} {% if app.description %}

Opis działalności

{{ app.description[:800] }}{% if app.description|length > 800 %}...{% endif %}

{% endif %}

Zgody i oświadczenia

{% if app.declaration_accepted %}
Deklaracja przystąpienia: Zaakceptowana
{% if app.declaration_accepted_at %} {{ app.declaration_accepted_at|local_time('%d.%m.%Y, %H:%M') }} {% endif %}
{% endif %}
{% if app.workflow_history %}

Historia rozpatrywania

{% for event in app.workflow_history %}
{{ event.timestamp if event.timestamp is string else event.get('timestamp', '') }} {{ event.get('action_label', event.get('action', '')) }} {% if event.get('comment') %} — {{ event.get('comment') }}{% endif %}
{% endfor %}
{% endif %}