{% extends "telemeta/base.html" %} {% load telemeta_utils %} {% load i18n %} {% block head_title %}{% trans "Media Collections" %} - {{ block.super }}{% endblock %} {% block title%} {% trans "Media Collections" %} {% endblock %} {% block title_buttons %} {% trans "All" %} {% trans "Unpublished" %} {% trans "Published" %} {% if user.is_authenticated and perms.telemeta.add_mediacollection %} {% trans "Add" %} {% endif %} {% endblock %} {% block content %} {% with object_list as collections %}
{% include "telemeta/inc/collection_list.html" %}
{% endwith %} {% endblock %}