{% extends 'interface/project_base.html' %} {% load path_filters %} {% block media %} {% endblock %} {% block admin %} Edit Add to project {% endblock %} {% block page %}
{% firstof work.composer "Unattributed" %}{% if work.edition %} - {{ work.edition }}{% endif %}
{{ work.notes }}
Location: {{ work.collection }} [{{ work.identifier }}]
Running time: {{ work.duration }}
Licence: {{ work.get_licence_display }}
{% for meta in work.meta %}
{{ meta.get_name_display }}: {{ meta.value }}
{% endfor %}
From {{ work.parent.name }} - {{ work.parent.composer }}
{% endif %} {% if work.related_works.count %}| Filename | Sections | |
|---|---|---|
| {{ doc.upload.name|basename }} | {% for part in doc.sections.all %} {{ part.instrument }} {% endfor %} | {% if request.is_admin %} {% endif %} |
| Ensemble | Project | Checked Out | Due Back |
|---|---|---|---|
| {{ item.project.ensemble.name }} | {{ item.project.name }} | {{ item.checkout.date|date:"d/m/Y" }} | {{ item.due.date|date:"d/m/Y" }} |
| No current loans |