{% extends 'dashboard.html' %} {% load static %} {% block extra_header %} {% endblock %} {% block dashboard-body %}
{% if students %} {% for student in students %} {% endfor %} {% else %} {% endif %}
ID Name Department Action
{{ student.temporary_id }} {{ student.admission_student.name }} {{ student.admission_student.choosen_department.name }}
No Student Data Found
{% endblock %} {% block extrajs %} > {% endblock extrajs %}