regluit/frontend/templates/notification/pledge_gift_credit/full.txt

19 lines
946 B
Plaintext

{% if amount > 0 %}
{% if amount == 1 %}
{{ user.username }}, 1 gift credit has been added to your unglue.it gift credit account.
{% else %}
{{ user.username }}, {{ amount }} gift credits have been added to your unglue.it gift credit account.
{% endif %}
{% else %}
{% if amount == 1 %}
{{ user.username }}, 1 gift credit has been deducted from your unglue.it gift credit account.
{% else %}
{{ user.username }}, {{ minus_amount }} gift credits have been deducted from your unglue.it gift credit account.
{% endif %}
{% endif %}
You have a balance of {{ user.credit.balance }} gift credits.
You have pledged {{ user.credit.pledged }} gift credits to ungluing campaigns.
You have {{ user.credit.available }} gift credits available to pledge or transfer.
You can manage your gift credit account at https://unglue.it/gift/
Gift credits can be used in support of any type of ungluing campaign.