{% extends 'base.html' %} {% load static %} {% block title %}Attendance Report - Rapha-Bethel BNPS{% endblock %} {% block content %}
| Class | Total Students | Present | Absent | Late | Attendance Rate |
|---|---|---|---|---|---|
| {{ stat.class }} | {{ stat.total }} | {{ stat.present }} | {{ stat.absent }} | {{ stat.late }} |
|
| No data available | |||||