{% 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 %}

Upload Ebook files

{% 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 %}