{{.ServiceName}}

{{if .Edit}}

Edit User

{{else}}

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
{{.Sub}} {{.Name}} {{.Username}} {{if .Picture}} {{.Name}} Profile Picture {{end}} {{.Website}} {{if $.EmailShow}} {{.Email}} {{else}} {{emailHide .Email}} {{end}} {{.EmailVerified}} {{.Role}} {{.UpdatedAt}} {{.Active}} {{if eq $.CurrentAdmin .Sub}} {{else}}
{{end}}
{{if not .EmailShow}} {{end}}
{{end}}

Create User

Using an `@{{.Namespace}}` email address will automatically verify as it is owned by this login service.

{{end}}