{% extends "main/layout.html" %} {% load static %} {% load crispy_forms_tags %} {% block content %}

{{legend|upper}}

PRESIDENTE & VICE-PRESIDENTE
{% for i in des %} {% endfor %}
NARAN KARGO
{{ i.employee }} {{ i.position.code }}

DIVIZAUN
{% for j in units %} {% endfor %}
NARAN DIVIZAUNTOTAL
{{ j.0.name }} {{ j.1 }}
TOTAL{{ totunit }}
EKIPA
{% for k in deps %} {% endfor %}
NARAN EKIPATOTAL
{{ k.0.name }} {{ k.1 }}
TOTAL{{ totdep }}

TOTAL REKURSU HUMANU IPG

{{ total }}

Total Divizaun + Total Assessor + Presidente + Vice Presidente
{% endblock %} {% block scripts %} {% endblock %}