{% extends 'basepledge.html' %} {% load humanize %} {% load sass_tags %} {% block title %}Pledge Completed{% endblock %} {% block extra_extra_head %} {% endblock %} {% block doccontent %}

Thank you!

{% if not campaign %}

You've just donated ${{ transaction.amount|floatformat:2|intcomma }} to the Free Ebook Foundation

{% elif campaign.type == 1 %} {% if campaign.donation %}

You've just donated ${{ transaction.amount|floatformat:2|intcomma }} in support of {{ work.title }}. If it reaches its goal of ${{ campaign.target|intcomma }} by {{ campaign.deadline|date:"M d Y"}}, it will be unglued for all to enjoy. Otherwise, your donation will be used to support qualifying ungluing campaigns. Your donation to the Free Ebook Foundation is tax-deductible in the US.

{% else %}

You've just {% if modified %}modified your pledge for{% else %}pledged{% endif %} ${{ transaction.amount|floatformat:2|intcomma }} to {{ work.title }}. If it reaches its goal of ${{ campaign.target|intcomma }} by {{ campaign.deadline|date:"M d Y"}}, it will be unglued for all to enjoy.

{% endif %} {% elif campaign.type == 2 %} {% if transaction.extra.give_to %}

You've just paid ${{ transaction.amount|floatformat:2|intcomma }} to give a copy of {{ work.title }} to {{ transaction.extra.give_to }}. Its ungluing date is now {{ campaign.cc_date }}. Thanks for helping to make that day come sooner!

An email has been sent to {{ transaction.extra.give_to }} with this message:

{{ transaction.extra.give_message }}

along with instructions for obtaining the ebook. You'll also be sent a url that the recipient can use to get the ebook, in case the email doesn't get through.

{% else %}

You've just paid ${{ transaction.amount|floatformat:2|intcomma }} for a copy of {{ work.title }}. Its ungluing date is now {{ campaign.cc_date }}. Thanks for helping to make that day come sooner!

Download Now
{% endif %}
{% elif campaign.type == 3 %}

You've just contributed ${{ transaction.amount|floatformat:2|intcomma }} to the creators of {{ work.title }} to thank them for making it free to the world.

Download Now
{% endif %}
{% include "trans_summary.html" %}

You can help even more by sharing this with your friends:

{% if campaign %}
Copy/paste this into your site:
{% else %} {% endif %}
{% endblock %}