{% extends 'dashboard.html' %} {% load static %} {% load crispy_forms_tags %} {% block extra_header %} {% endblock %} {% block dashboard-body %}

Confirm Application(s)

Grant applicant(s) as admittable, so that admission authorities can admit him/her/them.
{% csrf_token %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% if not students %} {% for student in selected_registrants %} {% endfor %} {% else %} {% for student in students %} {% endfor %} {% endif %}
ID Name Department Batch Semester Action
{{ student.get_temp_id }} {{ student.name }} {{ student.choosen_department }} student.batch student.semester --
{{ student.get_temp_id }} {{ student.admission_student.name }} {{ student.admission_student.choosen_department }} {{ student.batch }} {{ student.semester }} --
{% endblock %} {% block extrajs %} {% endblock %}