2012-06-15 20:14:26 +00:00
{% load humanize %}{% if up_or_down == 'canceled' %}You have canceled a pledge that you had previously made to the campaign to unglue {{ transaction.campaign.work.title }}.
Your canceled pledge
Amount: ${{ transaction.amount|intcomma }}
2012-10-14 21:15:45 +00:00
Premium: {{ transaction.premium.description }}
You will not be acknowledged in the unglued ebook.
2012-06-15 20:14:26 +00:00
{% else %}You have modified a pledge that you had previously made to the campaign to unglue {{ transaction.campaign.work.title }}.
2012-04-25 02:44:19 +00:00
2012-05-12 01:36:20 +00:00
Your new pledge summary
2012-10-14 21:19:33 +00:00
{% include "notification/pledge_summary.txt" %}
2012-10-14 21:27:52 +00:00
{% endif %}
2012-10-13 03:45:09 +00:00
If you'd like to visit the campaign page or make changes, click here:
2013-02-28 21:04:41 +00:00
https://{{current_site.domain}}{% url work transaction.campaign.work.id %}
2012-05-12 01:36:20 +00:00
Thank you again for your support.
2012-10-10 18:34:59 +00:00
{{ transaction.campaign.rightsholder }} (rights holder for {{ transaction.campaign.work.title }}) and the Unglue.it team