{{define "account_detail"}}{{template "base" .}}{{end}} {{define "title"}}{{.Account.Username}} — MCIAS{{end}} {{define "content"}}

Account Info

Type
{{.Account.AccountType}}
Status
{{template "account_status" .}}
TOTP
{{if .Account.TOTPRequired}}Enabled{{else}}Disabled{{end}}
Created
{{formatTime .Account.CreatedAt}}
Updated
{{formatTime .Account.UpdatedAt}}

Roles

{{template "roles_editor" .}}

Tokens

{{if eq (string .Account.AccountType) "system"}} {{end}}
{{template "token_list" .}}
{{if eq (string .Account.AccountType) "system"}}

Postgres Credentials

{{template "pgcreds_form" .}}
{{end}}

Tags

{{template "tags_editor" .}}
{{end}}