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

Recent Audit Events

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

Welcome, {{.ActorName}}. Use the navigation above to access your profile and credentials.

{{end}} {{end}}