{{define "content"}}
| 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}} |
There are currently no blocked IP addresses. Your site security is doing great!