{% extends "interface/project_base.html" %} {% load polyphonic %} {% block page %}
{{ 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 %}