{% extends "interface/project_base.html" %} {% load url_tools %} {% load polyphonic %} {% block admin %} {% if collection %} {% icon "add_notes" %} Add a work {% endif %} {% endblock %} {% block page %}
| Work {{ "list_arrow"|icon }} | Composer {{ "list_arrow"|icon }} | Edition | {% if not collection and not project %}Collection | {% endif %} {% if project %}{% endif %} |
|---|---|---|---|---|
| {{ work.name }} | {{ work.composer|truncatewords:3 }} | {{ work.edition|truncatewords:2 }} | {% if not collection and not project %}{{ work.collection.name }} | {% endif %} {% if project %}Add{% endif %} |
| No works found | ||||