{% extends 'user_dashboard_base.html' %} {% block content %}
Your application dey for pending, but no worry, our team go soon review am.
{% elif application.status == 'Paid' %}This wan na better news oh. We don accept your application. Check your email for more details and see you in class.
{% elif application.status == 'Cancelled' %}Chai, We no fit accept Your application this time. The matter really tire us. but if you feel say we no suppose reject the application, abeg send us Message make we look the matter well again.
{% endif %}You never apply for any course oo. Abeg go see our course for courses page
| Deadline to Register | Course Name | Start Date | Date of Application | Status | Fees | Scholarship details |
|---|---|---|---|---|---|---|
| {{ application.course.deadline_date }} | {{ application.course.title }} | {{ application.course.start_date }} | {{ datetime.now().strftime("%d %b") }} | {% if application.status == 'Pending' %} Pending {% elif application.status == 'Paid' %} Paid {% elif application.status == 'Cancelled' %} Cancelled {% endif %} | ${{ application.course.cost }} | Full Scholarship |