{{define "content"}} {{if not .crashes}}

There are no existing crashes in the database.

{{else}}
{{range .crashes}}
{{if .Verified }} {{else}}
{{ .ID }}
Unverified crash {{ .GetJob.Name }}
{{end}}
{{end}}
{{end}} {{end}}