{% extends "zipfelchappe/base.html" %} {% load i18n %} {% block maincontent %}

{% trans "Payment Error" %}

{% blocktrans %} We couldn't get a preapproval key from paypal. This may be due to a network errors or a paypal error. We regret this an we hope to fix it soon if this is a permanent error. {% endblocktrans %}

{% for errormsg in errormessages %}
{% trans "PAYPAL told us:" %} {{ errormsg }}
{% endfor %} {% trans "Show more details" %}

PAYPAL response:

{{ pp_response }}
{% endblock %} {% block sidebar %} {% include "zipfelchappe/includes/project_sidebar.html" %} {% endblock %}