{% extends "base.html" %} {% block title %}Team Attendance{% endblock %} {% block content %}

Team Attendance — {{ month }}

{% if is_hr_admin %} {% endif %}
Present Half Day Leave Holiday Weekend LWP Not Joined
{% for block in results %} {% set e = block.employee %}

{% for d in block.days %} {% endfor %}
Date Status
{{ d.date.strftime('%d %b, %Y') }} {{ d.label }}
{% else %}
No team members found for the selected filters.
{% endfor %}
{% endblock %}