{% extends 'basedocumentation.html' %} {% block extra_extra_head %} {{ block.super }} {% endblock %} {% block doccontent %}

Add Ebook Links for {{ edition.work.title }}

{% if edition.publisher %} Publisher: {{edition.publisher}}
{% endif %} {% if edition.publication_date %} Published: {{ edition.publication_date }}
{% endif %} {% if edition.isbn_13 %} ISBN: {{ edition.isbn_13 }}
{% endif %} {% if edition.oclc %} OCLC: {{ edition.oclc }}
{% endif %} {% include 'edition_upload.html' %} {% if request.user.is_staff %}

More Edition Management

Merge other works into this one
Remove editions from this work
Feature this work today
Edit the edition
{% endif %}
{% endblock %}