{% extends "interface/project_base.html" %} {% block page %}
{{ collection.name }}
{% if collection.location %}{{ collection.location }},{% endif %} {{ collection.works.count }} items.
{% for tag in collection.tags %} {{ tag }} {% endfor %} {% for genre in collection.genres %} {{ genre }} {% endfor %}