{% extends 'teachers/base.html' %} {% load static %} {% block title %}List of Students{% endblock title %} {% block content %}
Student List
| Name | Student ID | Class | Roll No. |
|---|---|---|---|
| {{student.user.first_name}} {{student.user.last_name}} | {{student.student_id}} | {{student.current_class}} | {{student.roll_no}} |