{% extends 'interface/project_base.html' %} {% load path_filters %} {% block admin %} Upload file {% endblock %} {% block page %}

{{ work.name }} {% if work.running_time %}({{ work.duration }}){% endif %} [{{ work.identifier }}]

{{ work.composer }}{% if work.version %} - {{ work.version }}{% endif %}

{{ 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 %}

Related

{% endif %}

Loans {% if request.is_admin %} {% endif %}

{% for item in work.current_loans %} {% empty %} {% endfor %}
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

Printed Parts

{% for inst, c in work.physical_parts %} {{ inst }} ({{ c }}) {% empty %} No physical parts available {% endfor %}

Digital Parts

{% for part in work.digital_parts %} {{ part.instrument }} {% empty %} No digital parts available {% endfor %}

Documents

{% endblock %}