{% extends 'basedocumentation.html' %} {% block doccontent %}
Title: {{ edition.title}}
Publisher : {{ edition.publisher_name }}
Authors: ISBN-13: {{ edition.isbn_13 }}
OCLC Number: {{ edition.oclc }}
Google Books ID: {{ edition.googlebooks_id }}
GoodReads ID: {{ edition.goodreads_id }}
LibraryThing ID: {{ edition.librarything_id }}
{% if edition.ebooks.all.0 %}

Active eBooks for this Work

{% for ebook in edition.work.ebooks %} {{ ebook.format }} {{ebook.rights}} at {{ebook.provider}}. {% if ebook.version_label %} {{ ebook.version_label }}. {% endif %} v{{ ebook.version_iter }} Downloaded {{ ebook.download_count }} times since {{ ebook.created }}
{% endfor %} {% endif %} {% if edition.ebook_files.all %}

Ebook Files for this Edition

{% endif %} {% if uploaded %}

Your file was successfully loaded.

{% ifequal edition.work.last_campaign.type 2 %} {% if watermarked %}

Reference id: {{watermarked.referenceid}}

{% else %}{% if upload_error %}

Unfortunately, your file failed testing. The error(s) were:

            {{ upload_error }}

{% endif %}{% endif %} {% endifequal %} {% ifequal edition.work.last_campaign.type 3 %} {% if upload_error %}

Unfortunately, your file failed testing. The error(s) were:

            {{ upload_error }}

{% endif %} {% endifequal %} {% endif %} {{ upload_error }}

Upload Ebook files

{% ifequal edition.work.last_campaign.type 2 %}

At this time, we accept only EPUB files for "Buy to Unglue" campaigns. Files for Kindle will be autogenerated. {% endifequal %} {% ifequal edition.work.last_campaign.type 3 %}

You can upload PDF, EPUB and MOBI files for "Thanks for Ungluing" campaigns. {% endifequal %} For ePUB files, use the epubcheck tool to make sure everything will work properly.

{% csrf_token %} {{form.edition.errors}}{{form.edition}}

{{form.format.errors}}Format: {{form.format}}

Note on versions

If you want ebooks from two editions with the same format and provider to display, give them different version labels.

Version Label (optional): {% if edition.work.versions %} or add a new version label: {% endif %} {{ form.new_version_label.errors }} {{ form.new_version_label }}

{{form.file.errors}}Upload File: {{form.file}}

More Edition Management

Edit this edition
{% if edition.work.last_campaign %}
Manage this campaign
{% endif %} {% endblock %}