{% extends "base.html" %} {% load static tz %} {% load core_tags %} {% block extra_head %} {% endblock %} {% block body %}
{{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ page_obj.paginator.count }} (page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }})
{% for link in object_list %} {% include 'index_row.html' with link=link %} {% endfor %}
Saved Preview Snapshot ({{ page_obj.paginator.count }}) Tags Status Files Size
Showing {{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ page_obj.paginator.count }} total
{% if page_obj.has_previous %} « first previous {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }} {% if page_obj.has_next %} next last » {% endif %}
{% endblock %}