{% extends "ui/collections/base.html" %} {% load bootstrap_pagination thumbnail ui_tags %} {% block parent %} {% endblock %} {% block title %} {{ object.id }} {% if object.title %}—{% endif %} {{ object.title }} — Files {% endblock %} {% block pagetitle %} {{ object.id }} {{ object.title }} — Files {% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs object.breadcrumbs True %}
  • Files
  • {% endblock breadcrumbs %} {% block content %}
    {{ paginator.count }} results
    {% if page.object_list %} {% if paginator.num_pages > 1 %} {% bootstrap_paginate page range=10 show_first_last="true" %} {% endif %} {% for file in page.object_list %} {% document file %} {% endfor %} {% if paginator.num_pages > 1 %} {% bootstrap_paginate page range=10 show_first_last="true" %} {% endif %} {% endif %}
    {% endblock content %} {% block footer %} {% endblock footer %}