{% extends 'hod_template/base_template.html' %} {% block page_title %} Manage Student {% endblock page_title %} {% block main_content %}

Students

{% for student in students %} {% endfor %}
ID First Name Last Name User Name Email Action
{{ student.admin.id }} {{ student.admin.first_name }} {{ student.admin.last_name }} {{ student.admin.username }} {{ student.admin.email }} Send Notification
{% endblock main_content %} {% block custom_js %} {% endblock custom_js %}