{{define "content" -}}

Dashboard

Signed in as {{.Username}}.

{{with .Data}}

Health

{{if .MonitorAvailable}}

Game runtimes

{{template "statuscounts" .Runtimes}}

Mail deliveries

{{template "statuscounts" .MailDeliveries}}

Notification routes

{{template "statuscounts" .NotificationRoutes}}

Malformed notifications

{{.NotificationMalformed}}

{{if .Errors}}

Collection errors

{{end}} {{else}}

Monitoring is not wired in this deployment.

{{end}} {{end}}

Users

Accounts, sanctions, entitlements, soft-delete.

Games & runtimes

Lobby state, engine versions, turn control.

Operators

Admin accounts: create, disable, reset password.

Mail & notifications

Deliveries, dead-letters, broadcasts.

{{- end}} {{define "statuscounts" -}} {{if .}} {{range .}}{{end}}
{{.Status}}{{.Count}}
{{else}}

none

{{end}} {{- end}}