{% 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 %} {% 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_archiveresult_url snapshot 'favicon' 'favicon.ico' as header_favicon_url %} {% if header_favicon_url %} Favicon {% else %} Favicon {% endif %} {{title|truncatechars:120}} {% if title_tags %} {{ snapshot_permissions_icon }} {{ snapshot_permissions }} {% for tag in title_tags %} {{ tag.name }} {% endfor %} {% else %} {{ snapshot_permissions_icon }} {{ snapshot_permissions }} {% endif %}
Outputs {{num_outputs}} {% if num_failures %} + {{num_failures}} errors {% endif %}
Size {% if STATIC_EXPORT %} {{size}} {% else %} {{size}} {% endif %}
{% if not STATIC_EXPORT %} {% endif %}
Status {% if STATIC_EXPORT %} {{status|upper}} {% else %} {{status|upper}} {% endif %}
{% if related_years %}
{% for entry in related_years %} {% if entry.snapshots|length > 1 %}
{{ entry.year }}
{% else %} {% endif %} {% endfor %}
{% endif %}
{% if related_snapshots %}
{{ related_snapshots|length }} Captures {{oldest_archive_date|default:downloaded_datestr|default:bookmarked_date|slice:":10"}}
{% else %} Captures {{oldest_archive_date|default:downloaded_datestr|default:bookmarked_date|slice:":10"}} {% endif %}
{{ output_groups|json_script:"snapshot-output-groups" }} {% if can_delete_outputs %}{% include "includes/output_delete_controls.html" %}{% endif %}