{% extends 'base.html' %} {% block title %}Attendance — Avighna{% endblock %} {% block content %}

Attendance

📥 Export Excel
{{ present_today }}
Present Today (checked in, not yet out)
{{ total_students }}
Total Active Students
{% for r in records %} {% empty %} {% endfor %}
StudentClassDateEventTime
{{ r.student.name }} {{ r.student.batch_or_class|default:"—" }} {{ r.date }} {{ r.event }} {{ r.timestamp|date:"d M Y H:i" }}
No attendance records in this range.
{% endblock %}