{% extends "interface/project_base.html" %} {% load polyphonic %} {% block page %}

Library collections for {% firstof request.user.first_name request.user.username %}

{% for collection in object_list %}

{{ collection.name }}

{% if collection.location %}{{ collection.location }},{% endif %} {{ collection.works.count }} item{{ collection.works.count|pluralize }}.

{% for tag in collection.tags %} {{ tag }} {% endfor %} {% for genre in collection.genres %} {{ genre }} {% endfor %}

{% endfor %}
{{ ensemble.ensemble_code }}
{% endblock %}