{{ book.work.primary_title }}
{{ book.copyright_year }}{% if book.copy %} - {{ book.copy }}{% endif %}
{% endwith %} {# locations where cited by Derrida #} {# using corresponding references, since that is the only reliable way to identify #} {% if canvas.reference_set.all %}Cited in {{ canvas.reference_set.all.0.derridawork }}
{% for reference in canvas.reference_set.all %} p.{{ reference.derridawork_page }} {% endfor %}{% endif %} {# pages in this volume - navigation list #} {# overview images #} {% if instance.overview_images %}
Overview Images
{% endif %} {% if instance.annotated_pages %}
Annotated pages
{% for anno_canvas in instance.annotated_pages %} {{ anno_canvas.label }} {% endfor %}{% endif %} {% if instance.insertion_images %}
Insertions
{% for ins_canvas in instance.insertion_images %} {{ ins_canvas.label }} {% endfor %}{% endif %} {% if suppress_form and perms.books.change_instance %}
Admin Actions
{# admin form - suppress current page image or all annotated page images for this volume #} {# display if suppress form is present and user has permission to change book instance #} {% if instance.suppress_all_images %}All annotated page images in this volume are suppressed.
{% elif canvas_suppressed %}This page image is suppressed.
{% else %} {% endif %}