{% extends 'base.html' %} {% load tz %} {% block content %}

紀錄點名

{% csrf_token %}
{% for student in students %}
{% endfor %}
{% if point_records %}

Recent Attendance Records

{% endif %} {% endblock %}