{% extends "base.html" %} {% load static tz %} {% block body %}
{% for link in object_list %} {% include 'index_row.html' with link=link %} {% endfor %}
Bookmarked Snapshot ({{page_obj.paginator.count}}) Files Original URL

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 %}