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

{{ work.title }}

{{ work.author }}

{{ work.publication_date_year }}

{{ work.percent_of_goal }}% of goal
current ungluing date:
{{ work.last_campaign.cc_date|date:"M j, Y" }}
{% if work.last_campaign.supporters_count == 1 %} 1 ungluer {% else %} {{ work.last_campaign.supporters_count }} ungluers {% endif %}
${{ work.last_campaign.left|floatformat:0|intcomma }} to go

Available formats...

  • mobi (for Kindle)
  • epub (for iBooks, Readmill, Nook, Kobo)
{% ifequal work.last_campaign.status "ACTIVE" %}
{% csrf_token %} {{ form.non_field_errors }} {% if work.offers.all|length > 1 %}
Individual or Library License?
{% else %}
{% endif %}
{{ form.anonymous.label_tag }} {{ form.anonymous.errors }}{{ form.anonymous }}
{% else %}
Campaign is not ACTIVE.
{% endifequal %} {% endblock %}