{% extends "basepledge.html" %} {% block title %}Pledge{% endblock %} {% block extra_extra_head %} {% endblock %} {% block doccontent %}
{{ work.title }}

{{ work.title }}

{{ work.author }}

{{ pubdate }}

${{ work.last_campaign.target }} needed by
{{ work.last_campaign.deadline }}
{{ work.last_campaign.supporters.count }} Ungluers have pledged ${{ work.last_campaign.current_total }}
book list status
{% if faqmenu == 'modify' %}

You have pledged ${{preapproval_amount}}. If you would like to modify your pledge, please use the following form.

{% endif %} {% comment %} Even there is a CampaignPledgeForm in frontend/forms.py , the "widget" for premium_id is implemented in HTML here for now. {% endcomment %}
{% csrf_token %} {{ form.non_field_errors }}
{{ form.preapproval_amount.label_tag }}: {{ form.preapproval_amount.errors }}${{ form.preapproval_amount }}
{% comment %} not supported yet; don't display {{ form.anonymous.label_tag }}: {{ form.anonymous.errors }}{{ form.anonymous }} {% endcomment %}
{% endblock %}