{% extends 'main/layout.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}{{title}}{% endblock title %} {% block content %} {% include 'administration_layout/main/sidebar.html' %}
{{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 %} {% if page == "add" %}
{{title}}
{% csrf_token %}

Konsellu Suku

{% for i in villageAdviseList %} {% endfor %}
Nu. Naran Kompletu Pozisaun Hili
{{forloop.counter}} {{i.population.name}} {{i.position}}
{% endif %} {% if page == "update" %}
{{title}}
{% csrf_token %}

Konsellu Suku

{% for i in villageAdviseList %} {% endfor %}
Naran Kompletu Pozisaun Hili
{{forloop.counter}} {{i.villageAdvise.population.name}} {{i.villageAdvise.position}} {% if i.attendance == "Yes" %} {% else %} {% endif %}
{% endif %} {% if page == "addDecisionResult" %}
{{title}} {{cardTitle}}
{% csrf_token %} {% crispy form %}
{% endif %} {% if page == "view" %} {% if messages %} {% for message in messages %}
{{message}}
{% endfor %} {% endif %}
{{title}}
{% if group == "sec" or group == "xefe" %} Adisiona {% endif %} Imprimi
Data Enkontru : {{decisionData.meeting_date}}
Númeru Desizaun : {{decisionData.decision_number}}

{% if group == "sec" or group == "xefe" %} {% endif %} {% for data in decisionData.getVotingResult %} {% if group == "sec" or group == "xefe" %} {% endif %} {% endfor %}
Desizaun Kona-ba Afavor Kontra AbsteinAsaun
{{forloop.counter}} {{data.decision_on}} {{data.vote_afavor}} {{data.vote_kontra}} {{data.vote_abstein}}

Konsellu Suku

{% for i in decisionData.getVillageAdviseAll %} {% endfor %}
Nu. Naran Kompletu Pozisaun Prezente
{{forloop.counter}} {{i.villageAdvise.population.name}} {{i.villageAdvise.position}} {% if i.attendance == "Yes" %}
{% else %}
X
{% endif %}
{% endif %}
{% include 'main/footer.html' %} {% endblock %}