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

{{ _("Your payment is cancelled.") }}

{{ _("Continue") }}
{% endblock %}