{% extends "interface/project_base.html" %} {% load md2 %} {% block page %} {% comment %}
Register another
{% endcomment %}

My Ensembles

{% for ensemble in object_list %}
{% empty %}
You don't currently have access to any ensembles - ask your administrator for a link.
{% endfor %}
{% endblock %}