{% extends 'hod_template/base_template.html' %} {% block page_title %} View Attendance List Data {% endblock page_title %} {% block main_content %}

Student Attandance List

{% for attandance in attandance_list %} {% for a in attandance %} {% endfor %} {% endfor %}
ID Username First Name Last Name Present Absent
{{ a }}
{% endblock main_content %}