{% extends "getpaid/base.html" %} {% block title %}Payment Failed - django-getpaid{% endblock title %} {% block content %}

Payment Failed

Unfortunately, your payment could not be processed.

{% if payment %}

Payment ID: {{ payment.pk }}
Status: {{ payment.status }}
Backend: {{ payment.backend }}

{% endif %} {% if order %}

Return to Order Create New Order

{% else %}

Return Home

{% endif %}
{% endblock content %}