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

Thank you!

{% ifequal campaign.type 1 %}

You've just {% if modified %}modified your pledge for{% else %}pledged{% endif %} ${{ transaction.amount|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.

{% endifequal %} {% ifequal campaign.type 2 %}

You've just paid ${{ transaction.amount|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
{% endifequal %} {% ifequal campaign.type 3 %}

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

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

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

Copy/paste this into your site:

{% include "slideshow.html" %}
{% ifequal work.id 81834 %} {% endifequal %} {% endblock %}