{% extends 'base.html' %} {% block content %}
Please check your phone and enter your M-Pesa PIN to complete the payment.
Amount: KSh {{ payment.amount|int }}
{% if payment.status == 'completed' %} Go to Dashboard {% else %}Waiting for payment confirmation...
Back to Plans {% endif %}