{{define "dashboard"}}{{template "base" .}}{{end}} {{define "title"}}Dashboard — MCIAS{{end}} {{define "content"}}
{{.TotalAccounts}}
Total Accounts
{{.ActiveAccounts}}
Active Accounts
{{if .RecentEvents}}

Recent Audit Events

{{range .RecentEvents}} {{end}}
TimeEventActor
{{formatTime .EventTime}} {{.EventType}} {{.ActorUsername}}
{{end}} {{end}}