{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %} {% load i18n %} {% load fnp_share %} {% block titleextra %}{% trans "Payment failed" %}{% endblock %} {% block body %}

{% trans "Payment failed" %}

{% trans "You're support has not been processed successfully." %}

{% url 'funding_current' as current %}

{% blocktrans with current=current %}Return to the current fundraiser and try again or try to use a different payment method.{% endblocktrans %}

{% endblock %}