{% extends 'base.html' %} {% load static %} {% block title %}Attendance — {{ student.get_full_name }}{% endblock %} {% block content %}
Attendance Record • {{ student.current_class|default:"No class" }}
| Date | Day | Status | Period | Marked By | Remarks |
|---|---|---|---|---|---|
| {{ att.date|date:"d M Y" }} | {{ att.date|date:"l" }} | {{ att.get_status_display }} | {{ att.get_period_display }} | {{ att.marked_by.user.get_full_name|default:"—" }} | {{ att.remarks|default:"—" }} |
| No attendance records for this period. | |||||