{{define "content"}}
| ID | Username | Role | Status | MFA | Last Login | Created | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{.ID}} | {{.Username}} | {{.Email}} | {{if eq .Role "owner"}} Owner {{else if eq .Role "admin"}} Admin {{else}} User {{end}} | {{if .LockedUntil}} Locked {{else if .MustChangePassword}} Password Change {{else}} Active {{end}} | {{if .MFAEnabled}} Enabled {{else}} Disabled {{end}} | {{if .LastLoginAt}} {{.LastLoginAt.Format "2006-01-02 15:04"}} {{else}} Never {{end}} | {{.CreatedAt.Format "2006-01-02 15:04"}} | |
| No users found. | ||||||||