{% extends "telemeta/base.html" %} {% load i18n %} {% load telemeta_tags %} {% load bootstrap_pagination %} {% block head_title %}{% trans "Media Items" %} - {{ block.super }}{% endblock %} {% block title %}
item {% trans "Items" %} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ count }})
{% bootstrap_paginate page_obj range=10 show_first_last="True" %}
 
{% endblock %} {% block title_buttons %}
{% endblock %} {% block content %} {% with object_list as items %}
{% include "telemeta/inc/mediaitem_list.html" %}
{% endwith %} {% endblock %}