{{.ServiceName}}

Manage Users

{{if eq (len .Users) 0}}
No users found, this is definitely a bug.
{{else}} {{range .Users}} {{end}}
ID Name Username Picture Website Email Email Verified Role Last Updated Active Actions
{{.Subject}} {{.Name}} {{.Username}} {{if .Picture}} {{.Name}} Profile Picture {{end}} {{.Website}} {{if $.EmailShow}} {{.Email}} {{else}} {{emailHide .Email}} {{end}} {{.EmailVerified}} {{.Role}} {{.UpdatedAt}} {{.Active}} {{if eq $.CurrentAdmin .Subject}} {{else}}
{{end}}
{{if not .EmailShow}} {{end}}
{{end}}