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

{{legend|upper}}

{% if group == "hr" or group == "admin" %} {% endif %}
TUIR KATEGORIA
{% for i in objects_i %} {% endfor %}
KategoriaTotalSalariu
{{ i.0.name }} {{ i.1 }} $ {{ i.2|intcomma }}
Total{{ tot_i_a }}$ {{ tot_i_b|intcomma }}
JESTORES
{% for j in objects_j %} {% endfor %}
PojisaunTotalSalariu
{{ j.0.name }} {{ j.1 }} $ {{ j.2|intcomma }}
Total{{ tot_j_a }}$ {{ tot_j_b|intcomma }}
{% endblock %} {% block scripts %} {% endblock %}