{% 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.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.as_p}}
{% if edition.work %}

More Edition Management

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