{% extends "telemeta/base.html" %} {% load telemeta_utils %} {% load i18n %} {% load bootstrap_pagination %} {% block head_title %}{% trans type %} - {{ block.super }}{% endblock %} {% block title%}
{{ all_resource }} {{ type|capitalize }} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ count }})
{% bootstrap_paginate page_obj range=10 show_first_last="True" %}
 
{% endblock %} {% block title_buttons %} {% if perms.telemeta.add_mediacorpus or perms.telemeta.add_mediafonds or user.is_superuser or user.is_staff %} {% endif %} {% endblock %} {% block content %}
{% include "telemeta/inc/resource_list.html" %}
{% endblock %}