{% extends 'base.html' %} {% block content %} {% if payment.status == 'confirmed' %}
Your payment has been successfully completed.
Your payment has not succeeded. The detailed reason follows: {{ status }}: {{ details }}
Proceed to the main page