{% load i18n %} {% load attendancefilters %} {% include "filter_tags.html" %}
{% trans "Conflict" %} {% trans "Absent" %} {% trans "Leave" %} {% trans "On leave, But attendance exist" %} {% trans "Half Day Present" %} {% trans "Present" %}
{% for day in current_month_dates_list %} {% endfor %} {% for employee, work_records in data %} {% for work_record in work_records %} {% with day=current_month_dates_list|get_item:forloop.counter0 %} {% endwith %} {% endfor %} {% endfor %}
{% trans "Employee" %} {{ day.day }}
{{ employee }} {% if work_record %} {% endif %}
{% trans "Page" %} {{ data.number }} {% trans "of" %} {{ data.paginator.num_pages }}.