1 {% extends "base/base.html" %}
5 {% block titleextra %}{% trans "Payment failed" %}{% endblock %}
8 <h1>{% trans "Payment failed" %}</h1>
9 <div class="white-box normal-text">
10 <p>{% trans "You're support has not been processed successfully." %}</p>
11 {% url 'funding_current' as current %}
13 {% 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 %}