{% extends "interface/project_base.html" %} {% block page %}
{% csrf_token %}
Instrument {% for inst in instruments %}
{% for item in object_list %} {% endfor %}
Piece Running time Part
{{ forloop.counter }}. {% if request.is_admin %} {{ item.work.name }} {% else %} {{ item.work.name }} {% endif %} {% firstof item.work.running_time "------" %}
{% firstof running_time "------" %}

This page lets you download a complete set of music for your part by selecting your instrument and optionally a part (e.g. Flute 1 or 2).
You can also tweak which parts you get for each piece, or click on a piece for more download options.

{% endblock %} {% block scripts %} {{ instruments|json_script:'instruments' }} {% endblock %}