{{ emp|upper }}

SUMARIU GERAL
{% for att_obj in att_objs %} {% endfor %}
TIPUTOTAL
{{ att_obj.0.name }}{{ att_obj.1 }}
TOTAL HORAS SERVISU {{total_hours_all}}
HARE BASEIA BA TINAN NO FULAN
{% csrf_token %}

Sumariu {% if year %} {{ year }} {% endif %}


{% for att_y in att_objs_y %} {% endfor %}
TIPUTOTAL
{{ att_y.0.name }}{{ att_y.1 }}
TOTAL HORAS SERVISU {{total_hours_year}}

Sumariu {% if year or monthname %} {{ monthname }} {{ year }} {% endif %}


{% for att_m in att_objs_m %} {% endfor %}
TIPUTOTAL
{{ att_m.0.name }}{{ att_m.1 }}
TOTAL HORAS SERVISU {{total_hours_month}}
{% if data_for_weeks %}

TOTAL HORAS SERVISU KADA SEMANA

{% for obj in data_for_weeks %} {% endfor %}
Nu. Semana Total Horas Servisu
{{forloop.counter}} {{obj.0|date:"d/F/Y"}} - {{obj.1|date:"d/F/Y"}} {{obj.2}}
{% endif %}