{% extends "basedocumentation.html" %} {% load humanize %} {% block title %}Donations{% endblock %} {% block extra_extra_head %} {{ transfer_form.media.css }} {{ transfer_form.media.js }} {% endblock %} {% block doccontent %}

Donation Credits

You have a balance of {{ user.credit.balance }} donation credits.
You have pledged {{ user.credit.pledged }} donation credits to ungluing campaigns.
You have {{ user.credit.available }} donation credits available to pledge or transfer.

Donation Credit Transfers

{% if transfer_message %}

{{ transfer_message }} {% if transfer_amount %}
Recipient: {{ recipient }}
Amount: {{ transfer_amount }} donation credits {% endif %}

{% endif %}

You may transfer up to {{ user.credit.available }} donation credits to another Unglue.it user.

{% csrf_token %} {{ transfer_form.as_p }}

About Donation Credits

{% if nonprofit.is_on %}

Unglue.it uses donation credits to cooperate with a non-profit charity, {{ nonprofit.name }} in the ungluing of books. When you make a donation to {{ nonprofit.name }}, you can get credits for your donation. Then you can direct how {{ nonprofit.name }} uses your donation in support of ungluing campaigns. You can also transfer your credits to other ungluers. To make a donation, and receive credits, click the button!

{% else %}

Donation credits are not turned on yet.

{% endif %} {% endblock %}