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

{{ legend|upper }}

KONFIGURASAUN GRAFIKU RELATORIO {% for obj in objects %} {% endfor %}
Nu. Naran Periode Hahu Periode Remata Status
{{forloop.counter}} {{obj.employee}} {{obj.start_month}} - {{obj.start_year}} {{obj.end_month}} - {{obj.end_year}} {% if obj.is_active %} ATIVU {% else %} LA ATIVU {% endif %}
{% endblock %} {% block scripts %} {% endblock %}