{% extends "interface/project_base.html" %} {% load md2 %} {% block admin %} Add project {% if inactive %} Hide old {% else %} Show all {% endif %} {% endblock %} {% block page %}

Projects for {{ensemble.name }}

{{ ensemble.details|markdown }}

Administrators

{% include 'interface/project_items.html' %} {% if request.is_admin %}

Admin Details

Joining instructions for participants

URL: {{ ensemble_link }}

{% endif %}
Forget this ensemble
{% endblock %}