Amount: ${{transaction.amount|floatformat:2|intcomma}}.
Your premium: {% if transaction.premium %}{{ transaction.premium.description }}{% else %}You did not request a premium for this campaign.{% endif %}
You can modify your pledge below. If you change your pledge to a donation, the pledge will be cancelled and your credit card charged immediately.
{% endif %}
{% if work.last_campaign.status != 'ACTIVE' %}
Campaign NOT ACTIVE
This pledge form is not functional because the campaign is NOT ACTIVE.
{% endif %}
{% comment %}
Even though there is a CampaignPledgeForm in frontend/forms.py , the "widget" for premium selection is implemented in HTML here for now.
{% endcomment %}
{% if faqmenu == 'modify' %}We hope you won't, but of course you're also free to cancel your pledge.{% endif %}