{% load i18n %}

{{ object.title|default:object.citation_key }}

{% comment %} Grouped by the view, not here: a role heading reads "Authors" over three names and "Author" over one, and choosing between those needs the group's size and the active language's plural forms. See literature/ui/contributors.py. {% endcomment %} {% if object.contributor_groups %} {% for group in object.contributor_groups %} {{ group.label }}: {% for name in group.names %} {{ name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% if not forloop.last %}·{% endif %} {% endfor %} {% endif %} {% comment %} The contributor page's credit row is this row plus its own roles line (FR-034), so it extends this template and fills the block rather than restating the card. {% endcomment %} {% block credited_roles %}{% endblock %} {% for item_date in object.item_dates.all %} {% if item_date.date_type == "issued" %} {% translate "Issued" %}: {% include "literature/ui/_date_value.html" %} {% endif %} {% endfor %} {% if object.abstract %} {{ object.abstract|truncatewords:30 }} {% endif %} {% translate "Cite key" %}: {{ object.citation_key }}