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

{{ title }}

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