{{template "base" .}} {{define "content"}}
Decisions
Active bans, captchas, and manual decisions
{{if or .Filter.Type .Filter.Scope .Filter.Value}}Clear{{end}}
{{/* Bulk-delete form lives outside the table so row-level forms are never nested inside it. Checkboxes reference it via form="bulk-form". */}}
Page {{.Page}}{{if .HasNext}} (more available){{end}}
{{if .Decisions}}
{{range .Decisions}} {{/* form="bulk-form" associates this checkbox with the external bulk form */}} {{end}}
Value Type Scope Origin Scenario Duration Expires Actions
{{if eq .Scope "Country"}}{{countryFlag .Value}} {{end}}{{.Value}} {{.Type}} {{.Scope}} {{.Origin}} {{truncate .Scenario 24}} {{.Duration}} {{if .Until}}{{truncate .Until 16}}{{else}}{{.Duration}}{{end}} {{/* Permanent — standalone form, not inside bulk-form */}}
{{/* Extend — standalone hidden form, submitted by JS after modal */}}
{{/* Delete — standalone form, not inside bulk-form */}}
{{else}}
No decisions found
No active decisions match the current filters
{{end}} {{if or (gt .Page 1) .HasNext}} {{end}}
{{end}} {{define "scripts"}} {{end}}