{% extends 'hod_template/base_template.html' %} {% block page_title %} View Attendance List Data {% endblock page_title %} {% block main_content %} Student Attandance List ID Username First Name Last Name Present Absent {% for attandance in attandance_list %} {% for a in attandance %} {{ a }} {% endfor %} {% endfor %} {% endblock main_content %}