{% extends "templates/web.html" %} {% block title %}{{ _("Payment Cancelled") }}{% endblock %} {%- block header -%}

{{ _("Payment Cancelled") }}

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

{{ _("You have cancelled the payment") }}


Back to home page

{% endblock %}