{% extends "telemeta/collection_detail.html" %}
{% load telemeta_utils %}
{% load i18n %}
{% block content %}
{% with collection|to_dublincore as resource %}
{% include "telemeta/inc/dublincore.html" %}
{% endwith %}
{% block dublincore %}
{% endblock dublincore %}
{% endblock %}
{% block delete %}
{% if user.is_authenticated and perms.telemeta.delete_mediacollection %}
{% endif %}
{% endblock %}