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

gift Credits

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.

Gift Credit Transfers

{% if transfer_message %}

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

{% endif %}

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

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

About Gift 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 %}

Gift credits are not turned on yet.

{% endif %} {% endblock %}