{{define "content" -}}

Throttled

{{with .Data}}

Rate-limiter rejections reported periodically by the gateway. The episode list is in-memory and resets on a backend restart. An account sustaining {{.FlagThreshold}}+ rejected calls within {{.FlagWindow}} is soft-flagged for review below — never banned automatically; clear the flag on the user card.

Recent episodes

{{range .Episodes}} {{else}} {{end}}
ClassKeyRejectedFirst seenLast seen
{{.Class}} {{if .UserID}}{{.Key}}{{else}}{{.Key}}{{end}} {{.Rejected}} {{.FirstSeen}} {{.LastSeen}}
nothing throttled recently

Flagged accounts

{{range .Flagged}} {{else}} {{end}}
AccountDisplay nameFlagged
{{.ID}}{{.DisplayName}}{{.FlaggedAt}}
no flagged accounts
{{end}} {{- end}}