{% extends 'base.html' %} {% load static %} {% block title %}Class Report — {{ class }}{% endblock %} {% block content %}
Term {{ term }} • Year {{ year }} • {{ students.count }} students
| # | Student | Total Days | Present | Absent | Late | Attendance Rate |
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ stat.student.get_full_name }} | {{ stat.total_days }} | {{ stat.present }} | {{ stat.absent }} | {{ stat.late }} |
|
| No data available for this period. | ||||||