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

{{ legend|upper }}

{% for y in years %} {% endfor %}
LISTA TINAN
YearStatus#
{{ y }} {% if y.is_active == True %} Ativu {% endif %} {% if y.is_active == False %} {% else %} {% endif %}

Feriadu Nacional
{% for m in months %} {% endfor %}
LISTA FULAN
FulanStatus#
{{ m }} {% if m.is_active == True %} Ativu {% endif %} {% if m.is_active == False %} {% else %} {% endif %}
{% for s in status %} {% endfor %}
LISTA STATUS ABSENSIA
IDSiglaNaran#
{{ s.id }} {{ s.code }} {{ s.name }}
{% endblock %} {% block scripts %} {% endblock %}