{% extends "item_base.html" %} {% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load strip_scheme %} {% load thumb %} {% block details %}
{% include '_people.html' with people=item.additional_title role='other title' max=5 %}
{% include '_people.html' with people=item.author role='author' max=5 %}
{% endblock %} {% block left_sidebar %}
{% trans 'Editions' %} {% for b in item.editions.all %}
{{ b.display_title }} ({{ b.pub_house | default:'' }} {{ b.pub_year | default:'' }})
{% endfor %}
{% endblock %} {% block sidebar %}{% endblock %}