{% extends "main/layout.html" %} {% load static %} {% 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 %}
{% comment %} START PAGE {% endcomment %}
{{countproject}}
Projetus
{{countactivity}}
Atividades

Projetus

Atividades
{% comment %} END PAGE {% endcomment %}
{% include 'main/footer.html' %} {% endblock %}