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

All Applicants

Click on any student info to update any details.
{% for applicant in registrants %} {% endfor %}
SYL Name Application Date Payment Status Admitted Contact
{{ forloop.counter }} {{ applicant.name }} {{ applicant.created }} {% if applicant.paid %} {% else %} {% endif %} {% if applicant.admitted %} {% else %} {% endif %} {{ applicant.mobile_number }}
{% endblock %} {% block extrajs %} {% endblock %}