{% extends 'admin_navbar.html' %} {% load static %} {% block title %} All Students List {% endblock %} {% block css %} {% endblock %} {% block body %}
| Sr.No | Name | ID | Mobile Number | Branch | Class | Roll Number | Delete | |
|---|---|---|---|---|---|---|---|---|
| {{forloop.counter}}. | {{student.user.get_full_name}} | {{student.user.id}} | {{student.user.email}} | {{student.phone}} | {{student.branch}} | {{student.classroom}} | {{student.roll_no}} | Delete |