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

Paid & Cleared Applicants

Applicants who are approved to be admitted and cleared their admission fees.
{% for applicant in admitted_students %} {% endfor %}
ID Image Name Address Department Admission Date Actions
{{ applicant.id }} {{ applicant.name }} {{ applicant.permanent_address }} {{ applicant.choosen_department }} {{ applicant.admission_date }} Update
{% endblock %} {% block extrajs %} {% endblock %}