18 lines
859 B
Plaintext
18 lines
859 B
Plaintext
{% 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 }}
|
|
Premium: {{ transaction.premium.description }}
|
|
You will not be acknowledged in the unglued ebook.
|
|
{% else %}You have modified a pledge that you had previously made to the campaign to unglue {{ transaction.campaign.work.title }}.
|
|
|
|
Your new pledge summary
|
|
{% include "notification/pledge_summary.txt" %}
|
|
{% endif %}
|
|
|
|
If you'd like to visit the campaign page or make changes, click here:
|
|
https://{{current_site.domain}}{% url work transaction.campaign.work.id %}
|
|
|
|
Thank you again for your support.
|
|
|
|
{{ transaction.campaign.rightsholder }} (rights holder for {{ transaction.campaign.work.title }}) and the Unglue.it team |