{{template "header.html"}} {{template "navbar.html"}} {{if .Error}}
{{range .Error}} {{end}}
{{end}} {{if .Success}}
{{range .Success}} {{end}}
{{end}}
{{range $index, $results := .Hosts}} {{end}}
# Host Url Status Failure Reason Delete
{{add $index 1}} {{.Host}} {{.Url}} {{.Status}} {{.Reason}} ×
{{template "jobs_modal.html"}} {{template "footer.html"}}