{{define "archive_ui.html"}}
{{ if eq .archiver.Status "Waiting" }} {{ else if eq .archiver.Status "Running" }}
Creating Archive...{{ printf "%15.5f" .archiver.Progress }}
{{ else if eq .archiver.Status "Complete" }} Archive Downloading! Click here if the download does not start. {{ end }}
{{end}}