{% load custom_filters %}
{% for record in students %} {% with student_id=record.user.id %} {% with existing=attendances|get_student_attendance:student_id %} {% endwith %} {% endwith %} {% endfor %}
Name Class Section
Notes

{{ record.user.first_name }} {{ record.user.last_name }}

{{ lecture.class_assigned.class_name }} {{ lecture.class_assigned.section_name }}
{% if students %} {% endif %} {% if not students %}
No students found for this lecture.
{% endif %}