{% load i18n %} {% load attendancefilters %} {% include "filter_tags.html" %}
{% trans "Conflict" %} {% trans "Expected Working" %} {% trans "Absent" %} {% trans "On leave, But attendance exist" %} {% trans "Half Day Present" %} {% trans "Present" %}
{% for day in current_month_dates_list %} {% endfor %} {% for employee_data in data %} {% for date in current_month_dates_list %} {% with work_record=employee_data.work_record|get_item:forloop.counter0 %} {% endwith %} {% endfor %} {% endfor %}
{% trans "Employee" %}{{ day.day }}
{{ employee_data.employee }} {% if work_record == 'EW' and date <= current_date and not date in leave_dates %} EW {% elif work_record %} {% endif %}
{% trans "Page" %} {{ data.number }} {% trans "of" %} {{ data.paginator.num_pages }}.