{% extends "base.html" %} {% load static tz %} {% load core_tags %} {% block extra_head %} {% endblock %} {% block body %}
{% if public_search_stream_pending %} Searching... {% else %} {{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ page_obj.paginator.count }} (page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}) {% endif %}
{% for link in object_list %} {% snapshot_index_row link %} {% empty %} {% endfor %}
Saved Preview Snapshot ({{ page_obj.paginator.count }}) Tags Status Files Size
{% if public_search_stream_pending %} Searching {{ search_mode }} for matching snapshots... {% elif show_search_index_hint %} 0 results from {{ search_mode }}. 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 }} 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 {% endif %} {% if page_obj.has_next %} last » {% endif %}
{% endblock %}