{% extends "base.html" %} {% load static tz %} {% load core_tags %} {% block extra_head %} {% endblock %} {% block body %}
{{ page_obj.start_index }}-{{ page_obj.end_index }}{% if page_obj.has_next %}+{% endif %} (page {{ page_obj.number }}{% if page_obj.paginator.has_exact_count %} of {{ page_obj.paginator.num_pages }}{% endif %})
{% for link in object_list %} {% include 'index_row.html' with link=link %} {% empty %} {% endfor %}
Saved Preview Snapshot{% if page_obj.paginator.has_exact_count %} ({{ page_obj.paginator.count }}){% endif %} Tags Status Files Size
{% if show_search_index_hint %} 0 results from deep: {{ search_backend_label }}. If this looks wrong, the search index may need to be updated: archivebox update --index-only {% else %} No snapshots found. {% endif %}
Showing {{ page_obj.start_index }}-{{ page_obj.end_index }}{% if page_obj.has_next %}+{% elif page_obj.paginator.has_exact_count %} of {{ page_obj.paginator.count }} total{% endif %}
{% if page_obj.has_previous %} « first previous {% endif %} Page {{ page_obj.number }}{% if page_obj.paginator.has_exact_count %} of {{ page_obj.paginator.num_pages }}{% endif %} {% if page_obj.has_next %} next {% endif %} {% if page_obj.has_next and page_obj.paginator.has_exact_count %} last » {% endif %}
{% endblock %}