{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} {% load basefilters %} {% if perms.attendance.add_attendance or request.user|is_reportingmanager %} {% endif %}

{% trans "Attendances" %}

{% if perms.attendance.add_attendance or request.user|is_reportingmanager%} {% endif %}
Page not found. 404.
{% trans "There are no attendance records to display." %}
{% endblock content %}