{{define "list_detail.html"}}{{template "base" .}}{{end}} {{define "content"}} {{with .Data}}

List: {{.Name}}

{{if .Error}}
Error: {{.Error}}
{{end}} {{if .Detail}}

Add Entry

Entries ({{.Detail.Entries}})

{{if .Detail.IPs}} {{$name := .Name}} {{range .Detail.IPs}} {{end}}
IP / CIDR
{{.}}
{{else}}

No entries in this list.

{{end}}
{{end}} {{end}} {{end}}