Posiedzenie nr {{ meeting.meeting_identifier }}
{{ meeting.meeting_date.strftime('%d.%m.%Y') }} | {{ meeting.location or 'Siedziba Izby' }}
| Lp. | Godzina | Punkt programu |
|---|---|---|
| {{ loop.index }} | {{ item.time_start or '—' }}{% if item.time_end %} - {{ item.time_end }}{% endif %} | {{ item.title }} |
z Posiedzenia Rady Izby Przedsiębiorców NORDA
Posiedzenie nr {{ meeting.meeting_identifier }}
| Lp. | Imię i nazwisko | Inicjały | Obecność |
|---|---|---|---|
| {{ loop.index }} | {{ member.name or member.email.split('@')[0] }} | {{ att.get('initials', '') }} | {{ 'obecny' if status == 'present' or att.get('present') else ('nieobecny' if status == 'absent' else '—') }} |
Kworum: {{ meeting.quorum_count }} / {{ board_members|length }} obecnych {% if meeting.quorum_confirmed %} — Kworum osiągnięte{% else %} — Brak kworum{% endif %}
{% endif %}{{ discussion_text }}
{% endif %} {% if proc.decisions is iterable and proc.decisions is not string and proc.decisions|length > 0 %}{{ proc.decisions }}
{% endif %} {% if proc.tasks is iterable and proc.tasks is not string and proc.tasks|length > 0 %}