{% include "admin/progress_monitor.html" with progress_endpoint=progress_endpoint progress_scope="snapshot" %}
{% 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 %}
ArchiveBox