{% extends "interface/project_base.html" %} {% load url_tools %} {% block admin %} {% if collection %} Add a work {% endif %} {% endblock %} {% block page %}

{{ title }}

{% if letters %}
_ {% for letter in letters %} {{ letter }}  {% endfor %}
{% endif %} {% if not collection %}{% endif %} {% for work in object_list %} {% if not collection %}{% endif %} {% empty %} {% endfor %}
Work Composer EditionCollection
{{ work.name }} {{ work.composer|truncatewords:3 }} {{ work.edition|truncatewords:2 }}{{ work.collection.name }}
No works found
{% endblock %}