{% extends "getpaid/base.html" %} {% load i18n %} {% block title %}{% translate "Payment failed" %}{% endblock title %} {% block content %} {% block heading %} {% translate "Payment failed" %} {% endblock heading %} {% block message %} {% translate "Your payment could not be completed." %} {% endblock message %} {% block payment_details %} {% if payment %} {% translate "Payment ID" %} {{ payment.pk }} {% translate "Amount" %} {{ payment.amount_required }} {{ payment.currency }} {% endif %} {% endblock payment_details %} {% block actions %}{% endblock actions %} {% endblock content %}
{% translate "Your payment could not be completed." %}