{% extends "telemeta/base.html" %} {% load telemeta_utils %} {% load i18n %} {% block head_title %}{% trans "Collection" %}{{collection|prepend:': '}} - {{ block.super }}{% endblock %} {% if collection %} {% block title %}

Collection: {{ collection }}

{% endblock %} {% block title_buttons %} {% trans "Normal View" %} {% endblock %} {% block content %} {% with collection|to_dublincore as resource %} {% include "telemeta/inc/dublincore.html" %} {% endwith %} {% endblock %} {% else %}

{% trans "No such collection" %}

{% endif %}