{{define "list_detail.html"}} apache-waf — {{.List.Name}} {{template "head" .}} {{template "nav" .}}
{{if .Success}}
Entry {{.Success}} successfully.
{{end}}

{{.List.Name}}

Add Entry

Entries ({{len .List.Entries}})

{{range .List.Entries}} {{end}}
IP / CIDR
{{.}}
{{end}}