{% 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 page == "list" %}
{% if messages %} {% for message in messages %}
{{message}}
{% endfor %} {% endif %}
{{title}}
{% if group == "admin" %} Adisiona {% endif %}
{% if group == "admin" %} {% endif %} {% for data in period %} {% if group == "admin" %} {% endif %} {% endfor %}
NĂș. Periodu Asaun
{{forloop.counter}} {{data.start}}-{{data.end}}
{% endif %} {% if page == "form" %}
{{title}}
{% csrf_token %} {% crispy form %}
{% endif %} {% if page == "history" %}
{% if messages %} {% for message in messages %}
{{message}}
{% endfor %} {% endif %}
{{title}}
{% if group == "admin" %} {%endif%} {% for data in communityLeadershipList %} {% if group == "admin" %} {%endif%} {% endfor %}
Nú. Naran Kompletu Seksu Estadu Sivil Kargu Fatin/Data Moris Habilitasaun Literaria Periodu Mandatu Nú. Identidade Hela Fatin Kondisaun Fíziku ObsAsaun
{{forloop.counter}} {{data.population.name}} {% if data.population.gender == "m" %}Mane{% elif data.population.gender == "f" %}Feto{% elif data.population.gender == "s" %}Seluk{%endif%} {% if data.population.marital_status == "c" %}Kaben Nain{% elif data.population.marital_status == "s" %}Klosan{% elif data.population.marital_status == "d" %}Faluk{%endif%} {{data.position}} {{data.population.place_of_bird}}/{{data.population.date_of_bird|date:"d-M-Y"}} {% if data.population.level_education %}{{data.population.level_education}}{% else %} {% endif %} {{data.startMandate|date:"d-M-Y"}} | {{data.endMandate|date:"d-M-Y"}} {{data.population.nu_bi}} {{data.population.place_of_bird}} {{data.population.deficient}} {{data.observation}}
{% endif %}
{% include 'main/footer.html' %} {% endblock %}