{% extends "public_base.html" %} {% load static %} {% block title %}Application Submitted{% endblock %} {% block content %}

Application Submitted!

Thank you, {{ application.full_name }}! Your application has been received and is currently under review. We have sent a confirmation email to {{ application.email }}.

Your Reference Number

{{ application.reference_number }}

Save this number to track your application status.

Program Applied
{{ application.program_applied }}
Status
{{ application.get_status_display }}
{% endblock %}