{% include "header.html" %} {% load custom_filters %} {# Moved this to the top #}
Batch Name: {{ batch.batch_name }}
Exam Category: {{ batch.exam_category.exam_category_name }}
Status: {{ batch.status }}
Students assigned to this batch with lecture access.
| SR. No. | Name | Course | Mobile | Added Date | ||
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ student.student.first_name }} {{ student.student.last_name }} | {{ student.course.course_name|default:"-" }} | {{ student.student.email }} | {{ student.student.mobile }} | {{ student.student.whatsapp_number }} | {{ student.student.created_at|date:"d/m/Y" }} |
| No students found. | ||||||
| Start Time | End Time | Action |
|---|---|---|
| {{ slot.start_time }} | {{ slot.end_time }} | |
| No time slots available. | ||