{{define "content"}}

Blocked IP Addresses

← Back to Security Dashboard
{{range .blockedIPs}} {{end}}
IP Address Blocked At Blocked Until Last Attempt Failure Count Reason Status Actions
{{.IPAddress}} {{.BlockedAt.Format "01/02/2006 15:04"}} {{if .IsPermanent}} Permanent {{else}} {{.BlockedUntil.Format "01/02/2006 15:04"}} {{end}} {{.LastAttemptAt.Format "01/02/2006 15:04"}} {{.FailureCount}} {{.Reason}} {{if .IsBlocked}} Active {{else}} Expired {{end}} {{if .IsBlocked}} {{else}} N/A {{end}}
{{if not .blockedIPs}} {{end}}
{{end}}