{% extends 'academy/base.html' %} {% block title %}Registration Successful – Creative Academy{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Registration Complete!

Welcome to Creative Academy. Your details have been saved successfully.

{% if student %}

Registration Summary

Name{{ student.full_name }}
Email{{ student.email }}
Phone{{ student.phone_number }}
Course{{ student.get_course_display }}
Amount Due{{ student.formatted_price }}
{% endif %}

💳 Payment Instructions

To confirm your spot, transfer {% if student %}{{ student.formatted_price }}{% else %}your course fee{% endif %} to the account details we'll send you after you DM us. Your registration is not confirmed until payment is received.

📸 Important — Next Step:

Please screenshot this page and send a DM to:

07041033011

Include the screenshot so we can confirm your registration and send you payment details.

WhatsApp or SMS accepted.

{% endblock %}