{% extends 'interface/project_base.html' %} {% load path_filters %} {% block admin %} Upload file {% endblock %} {% block page %}
{{ work.notes }}
{% if work.collection %}Location: {{ work.collection }} [{{ work.collection_index }}]
{% endif %} {% if work.parent %}From {{ work.parent.name }} - {{ work.parent.composer }}
{% endif %} {% if work.related_works.count %}| 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 |
{% for inst, c in work.physical_parts %} {{ inst }} ({{ c }}) {% empty %} No physical parts available {% endfor %}
{% for part in work.digital_parts %} {{ part.instrument }} {% empty %} No digital parts available {% endfor %}