{% extends 'payments/base.html' %} {% block page_header %}

Payment processing error

{% endblock page_header %} {% block form_content %}

Sorry, but it has not been possible to complete your payment. Please contact us to arrange a payment option.

Your account should not have been charged, but if it has, do get in touch straight away and we will reimburse you if you wish not to continue with {{ SITE.name }}.

{% if DEBUG %}

Debug information

{% if exception.1.items %} {% for key, value in exception.1.items %} {% endfor %}
{{ key }} {% if value.items %} {% for subkey, subvalue in value.items %} {% endfor %}
{{ subkey }} {{ subvalue }}
{% else %} {{ value }} {% endif %}
{% else %} {{ exception.1 }} {% endif %} {% endif %} {% endblock form_content %}