{% load static tz core_tags %} {{title}} {% include "core/snapshot_stacks.css.html" %}
{% if not STATIC_EXPORT %} {% if snapshot_state == 'queued' or snapshot_state == 'started' or snapshot_state == 'paused' %}
{% include "progressmonitor/progress_monitor.html" with progress_endpoint=progress_endpoint progress_scope="snapshot" %}
{% endif %} {% endif %} {% if has_outputs %} {% comment %}Keep this trusted collection UI on web.* in subdomain mode. The selected output opens in an iframe whose URL is built for its isolated snap-* origin; on one-domain no-JS mode both URLs use the base host and raw replay scripts are blocked by CSP. Never move admin session/CSRF cookies to a snap-* domain.{% endcomment %} {% else %}
{% if snapshot_state == 'paused' %}
⏸️

Crawl paused

This snapshot's crawl is paused — no extractors have run yet.

Resume the crawl to start archiving content.

{% elif snapshot_state == 'started' %}
⏳

Archiving in progress…

Extractors are running. Results will appear automatically.

{% elif snapshot_state == 'queued' %}
🕓

Queued for archiving

This snapshot is waiting in the queue. Results will appear automatically once a worker picks it up.

{% else %}
📭

No archive outputs yet

This snapshot has no archived content to display.

{% endif %}
🌐 Open original URL {% if not STATIC_EXPORT %} ✏️ Edit in admin {% endif %}
{% endif %}
{% web_base_url as web_base %} {% static_export_root_url as static_root %} Archive Icon ArchiveBox
{% snapshot_role_output_url snapshot 'list_icon' as header_favicon_url %} {% if header_favicon_url %} Favicon {% else %} Favicon {% endif %}
{{url}}
{% for entry in related_years %}
{{ entry.year }} {{ entry.snapshots|length }} {% if entry.selected_date %}{{ entry.selected_date|date:"Y-m-d" }}{% endif %} {% if entry.selected_date %} {% include "core/snapshot_capture_list.html" with captures=url_snapshots %} {% else %} {% include "core/snapshot_capture_list.html" with captures=entry.snapshots %} {% endif %}
{% endfor %}
{{ output_groups|json_script:"snapshot-output-groups" }} {% if can_delete_outputs %}{% include "includes/output_delete_controls.html" %}{% endif %}