{% extends 'base.html' %} {% load humanize %} {% load sass_tags %} {% with work.title as title %} {% block title %} — Downloads for {{ work.title }} {% endblock %} {% block extra_js %} {% endblock %} {% block extra_css %} {% endblock %} {% block avatar %} private {% endblock %} {% block content %}
{% if show_beg %} {% if work.last_campaign.ask_money %}
{{ work.last_campaign.description|safe }}
Say thank you for making {{ work.title }} free.
{% csrf_token %} {{ form.non_field_errors }}
{{ form.preapproval_amount.errors }} $
{{ form.anonymous.errors }}{{ form.anonymous }} {{ form.anonymous.label_tag }}
{% if request.user.credit.available > 0 %}
You have an available credit of ${{ request.user.credit.available|intcomma }} which will be applied to your contribution.
{% endif %}
{% else %}
{{ work.last_campaign.description|safe }}
{% endif %} {% endif %} {% if user_license.thanked %}
You have supported this free book!
{% endif %} {% if lib_thanked %}
Your library has supported this free book!
{% endif %} {% if amount %}
Your contribution of ${{amount}} is confirmed. {% if request.session.receipt %} A confirmation is being sent to {{ request.session.receipt }}. {% endif %}
{% endif %} {% if source %} {% else %}

Downloads for {{ work.title }}

{% if testmode %} Download links for uploaded files will appear here when campaign is launched. {% endif %} {% if unglued_ebooks or other_ebooks or acq %} {% if unglued_ebooks %}

Download the unglued edition

{% for ebook in unglued_ebooks %} {{ ebook.rights}} {{ ebook.format }} {{ ebook.format }} {% if ebook.version_label %} ({{ ebook.version_label }}) {% endif %} {% if ebook.is_direct %}{% endif %} {% if not forloop.last %}

{% endif %} {% endfor %}
{% endif %} {% if other_ebooks %} {% if unglued_ebook %}

Download other freely available editions

{% else %}

Download freely available editions

{% endif %} {% endif %} {% if acq %} {% if work.last_campaign.type == 2 %}

Download your ebook{% if acq.lib_acq %}{% if acq.on_reserve %}, on reserve for you at{% else %}, on loan to you at{% endif %} {{ acq.lib_acq.user.library }}{% endif %}

epub EPUB (for iBooks, Nook, Kobo)

mobi MOBI (for Kindle)
{% endif %} {% endif %} {% else %}

There are no freely available downloads of {{ work.title }} right now. {% if not work in request.user.wishlist.works.all %}Would you like there to be? Add this book to your wishlist.{% else %}Ask your friends to add it to their favorites!{% endif %}

If you know of a Creative-Commons-licensed or US public domain edition of this book, you can add it through the More... tab of the book page.

{% endif %} {% if xfer_url or can_kindle %}

One-click options

{% if mac_ibooks and xfer_url %} {% endif %} {% if can_kindle %}
{% if request.user.is_authenticated and request.user.profile.kindle_email %}
{% else %} Set up Send to Kindle {% endif %}
{% endif %} {% if xfer_url %} {% if iOS %} {% endif %} {% endif %} {% if can_kindle %}{% if not request.user.is_authenticated %}
You'll need an unglue.it account to Send to Kindle.
{% endif %}{% endif %}
{% endif %}
{% if unglued_ebooks or other_ebooks or acq %}

Need Instructions?

{% endif %} {% endif %}
{% endblock %} {% block counter %} {% endblock %} {% endwith %}