{% extends 'base.html' %} {% block content %} {% if payment.status == 'confirmed' %}

Payment successful

Your payment has been successfully completed.

{% else %}

Payment failed

Your payment has not succeeded. The detailed reason follows:
{{ status }}: {{ details }}

{% endif %}

Proceed to the main page

{% endblock %}