{{define "lists.html"}}{{template "base" .}}{{end}} {{define "content"}}

IP Lists

{{with .Data}} {{if .Error}}
Error loading lists: {{.Error}}
{{end}} {{if .Lists}}
{{range .Lists}} {{end}}
NameEntriesModified
{{.Name}} {{.Entries}} {{.ModTime}} Manage
{{else}}

No IP lists found.

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