{% extends 'basepledge.html' %} {% load humanize %} {% load sass_tags %} {% block title %}Pledge Recharge{% endblock %} {% block extra_css %} {% endblock %} {% block doccontent %} {% if error %} {{error}} {% else %} {% if transaction %}
Thank you for pledging ${{ transaction.amount|floatformat:2|intcomma}} to the campaign for {{ work.title }}. The attempt to collect your payment was unsucessful.

Please authorize another attempt to collect your pledge of ${{ transaction.amount|floatformat:2|intcomma }} by clicking on the following link: Authorize recharge via {{payment_processor}} payments.
{% else %}
You do not currently need to authorize another payment for the successful campaign for {{ work.title }}.
{% endif %} {% endif %} {% endblock %}