{% extends "templates/web.html" %} {% block title %}Make Payment{% endblock %} {%- block header -%}

Payment Cancelled

{% endblock %} {%- block page_content -%}

You have cancelled your payment.


Back to home page

{% endblock %}