{{define "account_row"}} {{.Username}} {{.AccountType}} {{.Status}} {{if .TOTPRequired}}Yes{{else}}No{{end}} {{formatTime .CreatedAt}}
View {{if eq (string .Status) "active"}} {{else if eq (string .Status) "inactive"}} {{end}} {{if ne (string .Status) "deleted"}} {{end}}
{{end}}