{{define "archive_ui.html"}}
{% if archiver.status() == "Waiting" %} {% elif archiver.status() == "Running" %}
Creating Archive...
{% elif archiver.status() == "Complete" %} Archive Downloading! Click here if the download does not start. {% endif %}
{{end}}