{% load i18n %} {% load attendancefilters %} {% include "filter_tags.html" %}
| {% trans "Employee" %} | {% for day in current_month_dates_list %}{{ day.day }} | {% endfor %}
|---|---|
| {{ employee }} | {% for work_record in work_records %} {% with day=current_month_dates_list|get_item:forloop.counter0 %}{% if work_record %} {% endif %} | {% endwith %} {% endfor %}