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

Dashboard

{{with .Data}} {{if .APIError}}
API connection error: {{.APIError}}
{{end}}
{{.TotalLists}}
IP Lists
{{.TotalEntries}}
Total Entries
{{if .Lists}}

Lists Overview

{{range .Lists}} {{end}}
NameEntriesModified
{{.Name}} {{.Entries}} {{.ModTime}} View
{{end}}
{{end}} {{end}}