1 {% extends "base.html" %}
5 {% block titleextra %}{% trans "Payment failed" %}{% endblock %}
9 <h1>{% trans "Payment failed" %}</h1>
10 <div class="white-box normal-text">
12 <p>{% trans "You're support has not been processed successfully." %}</p>
14 {% url 'funding_current' as current %}
16 {% blocktrans with current=current %}Return to the <a href="{{current}}">current fundraiser</a> and try again or try to use a different payment method.{% endblocktrans %}