{% extends 'books/instance_detail.html' %} {% load static humanize %} {% block page-subtitle %}{{ block.super }} References ‖ {% endblock %} {% block content %}
{% include "components/book-header.html" with book=instance %}
{% include "components/navigation-tabs.html" with book=instance is_references=True %}

{{ references.count|intcomma }} Result{{ references.count|pluralize }}

Sort By

Page order in Derrida work Page order in this work
{% for reference in references %} {% include 'components/citation-list-item.html' %} {% endfor %}
{% endblock %}