{{define "content"}}

Firewall Rules

Status: {{if .Data.Active}} Active {{else}} Inactive {{end}}

{{range .Data.Rules}} {{else}} {{end}}
#ActionFromToPortProto
{{.Num}} {{if eq .Action "ALLOW"}} ALLOW {{else}} {{.Action}} {{end}} {{.From}} {{.To}} {{.Port}} {{.Proto}}
No rules configured.
{{end}}