{% extends 'base.html' %} {% block content %}

Payment Status

Payment Request Sent

Please check your phone and enter your M-Pesa PIN to complete the payment.

Status: {{ payment.status|title }}

Amount: KSh {{ payment.amount|int }}

{% if payment.status == 'completed' %} Go to Dashboard {% else %}

Waiting for payment confirmation...

Back to Plans {% endif %}
{% endblock %}