{% ifequal transaction.campaign.type 1 %}
Your pledge: ${{transaction.amount|floatformat:2|intcomma}}.
Your premium: {% if transaction.premium %}{{ transaction.premium.description }}{% else %}You did not request a premium for this campaign.{% endif %}
{% if transaction.anonymous %}You asked to pledge anonymously, so you will be counted but not named on the list of supporters. {% endif %}
Acknowledgements:
The unglued ebook will be delivered to your inbox.
{% if not transaction.anonymous %}
{% ifequal transaction.tier 1 %}
You will be listed as a Supporter using the name "{{ transaction.extra.ack_name }}".
{% endifequal %}
{% ifequal transaction.tier 2 %}
You will be listed as a Benefactor using the name "{{ transaction.extra.ack_name }}" with a link to your Unglue.it supporter page.
{% endifequal %}
{% ifequal transaction.tier 3 %}
You will be listed as a Bibliophile using the name "{{ transaction.extra.ack_name }}" with a link to your Unglue.it supporter page.
{% endifequal %}
{% endif %}
{% if transaction.extra.ack_dedication %}
The following dedication will be included: {{ transaction.extra.ack_dedication }}
{% endif %}
{% endifequal %}
{% ifequal transaction.campaign.type 2 %}
{% ifequal transaction.host 'credit' %}
Amount: ${{transaction.max_amount|floatformat:2|intcomma}}.
This amount has been deducted from your Unglue.it credit balance.
You have ${{request.user.credit.available|default:"0"}} of credit left.
{% else %}
Total: ${{transaction.max_amount|floatformat:2|intcomma}}.
{% if transaction.max_amount > transaction.amount %}
Your credit card has been charged ${{transaction.amount|floatformat:2|intcomma}}.
The rest has been deducted from your unglue.it credit balance.
You have ${{request.user.credit.available|default:"0"}} of credit left.
{% else %}
This amount has been charged to your credit card.
{% endif %}
{% endifequal %}
License type: {{ transaction.offer.get_license_display }}
{% ifequal transaction.offer.license 2 %}
Receiving library: {{ transaction.extra.library_id|libname }}
Number of copies: {{ transaction.extra.copies }}
{% endifequal %}
{% endifequal %}