{% extends "admin/archivebox_change_form.html" %} {% load add_preserved_filters from admin_urls %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block toolbar_extras %} {% if original %}
Stop reason: {% if crawl_stop_reason %} {{ crawl_stop_reason }} {% else %} none {% endif %} {% if original.status != "sealed" and not original.is_paused %}
{% csrf_token %}
{% endif %} {% if original.status == "sealed" or original.is_paused %}
{% csrf_token %}
{% endif %}
{% endif %} {% endblock %} {% block content %} {{ block.super }} {% if crawl_snapshots_changelist %}
{{ crawl_snapshots_changelist }}
{% endif %} {% endblock %}