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

There are no existing agents in the database. Click here to create one!

{{else}}
{{range .agents}}
{{ .ID }}
{{end}}
{{end}} {{end}}