{% extends "base.html" %} {% load static i18n %} {% block content %}

{{volume.label}}

{% endblock content %} {% block viewer %}
Author: {{ volume.author }}
Publication Date: {{ volume.published_date }}
{% for col in volume.collections.all %} Collection: {{ col.label }}{% endfor %}
Publisher: {{ volume.published_city }} : {{ volume.publisher }}

Download Export

{% if file_exists %}

Download exported static site for publishing or preservation.

{% csrf_token %}
{% else %}

Your download has expired. Please request a new one in Readux.

{% endif %}
{% endblock viewer %}