{% extends 'base.html' %} {% load static %} {% block title %}Attendance Report - Rapha-Bethel BNPS{% endblock %} {% block content %}

Attendance Report

{% for stat in stats %} {% empty %} {% endfor %}
Class Total Students Present Absent Late Attendance Rate
{{ stat.class }} {{ stat.total }} {{ stat.present }} {{ stat.absent }} {{ stat.late }}
{{ stat.rate }}%
No data available
{% endblock %}