{% load widget_tweaks %} Cash Payment
logo

Course

Hub

{% if messages %} {% for message in messages %}

{% if message.tags == 'error' %} ❌ {% elif message.tags == 'success' %} ✅ {% elif message.tags == 'warning' %} ⚠️ {% elif message.tags == 'info' %} ℹ️ {% endif %} {{ message }}

{% endfor %} {% endif %}

Cash Payment

Total Amount: ${{ total_amount }}

Complete your course payment

{% csrf_token %} {% if form.errors %}
Please correct the errors below
{% endif %}
{% render_field form.reference class+="mt-1 block w-full px-4 py-2 border rounded-md shadow-sm focus:ring-gray-500 focus:border-gray-500" %}
{% render_field form.proof_of_payment accept=".pdf,image/*" class+="mt-1 block w-full px-4 py-2 border rounded-md shadow-sm focus:ring-gray-500 focus:border-gray-500" %} {% if form.proof_of_payment.errors %} {% for error in form.proof_of_payment.errors %} {{error}} {% endfor %} {% endif %}
Cancel

You'll be redirected to payment success page after submission