{{define "content" -}} {{$csrf := .CSRFToken}} {{with .Data}}

« all users

{{.Email}}

{{if .Deleted}}

This account is soft-deleted.

{{end}}

Account

Entitlement

Active sanctions

{{if .Sanctions}} {{range .Sanctions}}{{end}}
{{.SanctionCode}}{{.Scope}}{{.ReasonCode}}{{.AppliedAt}}
{{else}}

none

{{end}} {{if .Blocked}}

User is permanently blocked. Unblock is not available in the current admin API.

{{else}}
{{end}}

Danger zone

{{end}} {{- end}}