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

{{ legend|upper }}

{% for obj in objects %} {% endfor %}
Nu. Tipu Licenca Funsionariu Asuntu Data Hahu Data Termina Total Loron #
{{ forloop.counter }} {{ obj.leave_type }} {{ obj.employee }} {{ obj.description }} {{ obj.start_date|date:"d/m/Y" }} {{ obj.end_date|date:"d/m/Y" }} {{ obj.days }} {% if obj.leavede.obs == "Sim" or obj.leaveunit.obs == "Sim" %} {% if obj.is_print == False %} {% endif %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}