{% extends "base.html" %} {% load portal_extras %} {% block title %}Applications{% endblock %} {% block nav_applications %}active{% endblock %} {% block content %}
{% for app in applications %} {% empty %} {% endfor %}
Ref No. Applicant Phone Program Status Submitted Action
{{ app.reference_number }}
{{ app.full_name }}
{{ app.email }}
{{ app.phone_number }} {{ app.program_applied.name }} {{ app.get_status_display }} {% if not app.application_fee_paid %} Fee Pending {% endif %} {{ app.submitted_at|date:"d M Y" }} Review
No applications found.
{% if page_obj.has_other_pages %}
{% endif %}
{% endblock %}