{% extends 'base.html' %} {% load i18n %} {% load mtp_common %} {% block page_title %}{% trans 'Payment cancelled' %} – {{ block.super }}{% endblock %} {% block content %}

{% trans 'Payment cancelled' %}

{% trans 'Your payment has been cancelled.' %} {% trans 'No money was taken from your account.' %}

{% trans 'Continue' %}

{% endblock %}