{% extends "base.html" %} {% block title %}Deleting {{ job.domain_name }}{% endblock %} {% block extra_head %} {% if job.status in ('queued', 'in_progress') %} {% endif %} {% endblock %} {% block content %}
Archive files written:
{{ path }}| Node | Phase | Archived | Bytes | Archive path | Error |
|---|---|---|---|---|---|
| {{ n.node }} | {{ n.phase }} | {{ n.archived_count }} | {{ n.bytes }} | {% if n.archive_path %}{{ n.archive_path }}{% endif %} |
{{ n.error or '' }} |
| No node entries yet. | |||||