Students
ID | First Name | Last Name | User Name | Action | |
---|---|---|---|---|---|
{{ student.admin.id }} | {{ student.admin.first_name }} | {{ student.admin.last_name }} | {{ student.admin.username }} | {{ student.admin.email }} | Send Notification |
{% extends 'hod_template/base_template.html' %}
{% block page_title %}
Manage Student
{% endblock page_title %}
{% block main_content %}
Students
{% for student in students %}
ID
First Name
Last Name
User Name
Email
Action
{% endfor %}
{{ student.admin.id }}
{{ student.admin.first_name }}
{{ student.admin.last_name }}
{{ student.admin.username }}
{{ student.admin.email }}
Send Notification