{% extends 'main/layout.html' %} {% load static %} {% block title %}{{title}}{% endblock title %} {% block content %} {% include 'administration_layout/main/sidebar.html' %} {% if page == "decisionList" %}
{{title}}
{% ifequal user.groups.all.0.name 'admin' %}
Admin Nasional MAE
{% endifequal %} {% ifequal user.groups.all.0.name 'xefe' %}
Xefe Suku {{user.employeeuser.employee.village}}
{% endifequal %} {% ifequal user.groups.all.0.name 'sec' %}
Secretariado Suku {{user.employeeuser.employee.village}}
{% endifequal %}
{% if messages %} {% for message in messages %}
{{message}}
{% endfor %} {% endif %}
{{title}}
{% for data in decisionList %} {% endfor %}
Nú. Data Enkontru Nú. Desizaun Desizaun Kona-ba
Asaun
{{forloop.counter}} {{data.meeting_date|date:"d-M-Y"}} {{data.decision_number}} {% for i in data.getVotingResult %}- {{i.decision_on}}
{% endfor %}
{% if group == "sec" or group == "xefe" %} {%endif%}
{% endif %} {% if page == "viewMeetingAttendance" %}
{{title}}
{% if messages %} {% for message in messages %}
{{message}}
{% endfor %} {% endif %}
{{title}}
{% if group == "sec" or group == "xefe" %} Adisiona {%endif%}

Dadus Lista Prezensa Entidade/komunidade ne'ebe marka prezensa iha enkontru refere.

{% if group == "sec" or group == "xefe" %} {%endif%} {% for data in otherAttendance %} {% if group == "sec" or group == "xefe" %} {%endif%} {% endfor %}
Nú. Naran Kompletu Seksu Diresaun/Instituisaun Pozisaun AssinaturaAsaun
{{forloop.counter}} {{data.name}} {{data.sex}} {{data.instituition}} {{data.position}} {{data.signature}}

Dadus Lista Konsellu Suku ne'ebe marka prezensa iha enkontru refere.

{% for data in villageAdviseAttendance %} {% endfor %}
Nú. Naran Kompletu Pozisaun Assinatura
{{forloop.counter}} {{data.villageAdvise.population.name}} {{data.villageAdvise.position}} {{data.signature}}
{% endif %} {% include 'main/footer.html' %} {% endblock %}