{% extends 'main/layout.html' %} {% block title %} {{title}} {% endblock title %} {% block content %}{% include 'development/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 %}
{{title}}
{% if group == 'sec' or group == 'admin' or group == 'xefe' %} {% endif %}
{% if group == 'sec' %} {% endif %} {% for obj in objects %} {% if group == 'sec' %} {% endif %} {% endfor %}
Nú. NaranAsaun
{{ forloop.counter }} {{ obj.name }}
{% comment %} END PAGE {% endcomment %}
{% include 'main/footer.html' %} {% endblock %} {% block scripts %} {% endblock %}