{% extends "base.html" %} {% load static i18n %} {% load account socialaccount %} {% load crispy_forms_tags %} {% block extra_css %} {% endblock extra_css %} {% block content %} {{ json_data|json_script:"context" }} {% block inner %}

{% if user.is_authenticated %} Connect Accounts {% else %} Sign in {% endif %}

{% include "snippets/socialaccount_buttons.html" %}
{% endblock %}
Basic Information
{{ volume.label }}
{{ volume.author }}
{{ volume.published_date }}
{% for col in volume.collections.all %}
{{ col.label }}
{% endfor %}
{{ volume.published_city }} : {{ volume.publisher }}
{{ volume.summary|safe }}
{% if volume.note_set|length %}
    {% for note in volume.note_set.all %}
  • {{ note.label }}
  • {% endfor %}
{% endif %}
Attribution
{{ volume.attribution }}
{{ volume.license }}
Actions
URLs
{% for col in volume.collections.all %} {% endfor %} {% if "/page/all" in request.get_full_path in request.get_full_path %} {% else %} {% endif %}
{% endblock content %} {% block viewer %}
{% if page.pid is not None %} {% endif %} {% endblock viewer %} {% block extra_javascript %} {% endblock extra_javascript %}