{% extends "ui/collections/base.html" %} {% load bootstrap_pagination thumbnail ui_tags %} {% block parent %} {% endblock %} {% block title %} {{ object.id }} {% if object.title %}—{% endif %} {{ object.title }} — Objects {% endblock %} {% block pagetitle %} {{ object.id }} {{ object.title }} — Objects {% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs object.breadcrumbs True %}
  • Objects
  • {% endblock breadcrumbs %} {% block content %}

    {{ object.title }} {{ object.id }}

    Back to collection detail

    {% if page.object_list %}
    {{ paginator.count }} items
    {% if paginator.num_pages > 1 %} {% bootstrap_paginate page range=10 show_first_last="true" %} {% endif %} {% for object in page.object_list %} {% listitem object %} {% endfor %} {% if paginator.num_pages > 1 %} {% bootstrap_paginate page range=10 show_first_last="true" %} {% endif %}
    {% endif %}{# if page.object_list #}

    Back to collection detail

    API
    {% endblock content %} {% block footer %} {% endblock footer %}