{% extends "telemeta/base.html" %} {% load telemeta_tags %} {% load i18n %} {% load bootstrap_pagination %} {% block head_title %}{% trans "Collections" %} - {{ block.super }}{% endblock %} {% block title%}
{% trans "Collections" %} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ count }})
{% bootstrap_paginate page_obj range=10 show_first_last="True" %}
 
{% endblock %} {% block title_buttons %}
{% if user.is_authenticated and perms.telemeta.add_mediacollection %} {% endif %} {% endblock %} {% block content %}
{% with object_list as collections %} {% include "telemeta/inc/collection_list.html" %} {% endwith %}
{% endblock %}