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>
 
  15 {% url 'funding_current' as current %}
 
  17 <p><a href="{{ current }}">{% trans "Go back to the current fundraiser." %}</a></p>