{% extends "main/layout.html" %}
{% load static %}
{% load crispy_forms_tags %}
{% block content %}
NARAN | KARGO |
{% for i in des %}
{{ i.employee }} |
{{ i.position.code }} |
{% endfor %}
NARAN DIVIZAUN | TOTAL |
{% for j in units %}
{{ j.0.name }} |
{{ j.1 }} |
{% endfor %}
TOTAL | {{ totunit }} |
NARAN EKIPA | TOTAL |
{% for k in deps %}
{{ k.0.name }} |
{{ k.1 }} |
{% endfor %}
TOTAL | {{ totdep }} |
TOTAL REKURSU HUMANU IPG
{{ total }}
Total Divizaun + Total Assessor + Presidente + Vice Presidente
{% endblock %}
{% block scripts %}
{% endblock %}