{% load i18n %} {% if retry %} {% if is_known_issue %}
{% blocktrans trimmed %} Your payment has failed due to a known issue within PayPal. Please try again, there is a high chance of the payment succeeding on a second or third attempt. You can also try other payment methods, if available. {% endblocktrans %}
{% else %}

{% blocktrans trimmed %} Our attempt to execute your payment via PayPal has failed. Please try again or contact us. {% endblocktrans %}

{% endif %} {% else %}

{% blocktrans trimmed %} We're waiting for an answer from PayPal regarding your payment. Please contact us, if this takes more than a few hours. {% endblocktrans %}

{% endif %}