{{ define "main" }}

User Accounts

There are {{ len .Accounts }} user accounts.

Use this page to inspect user accounts or create a new one.

New User Account
{{ if .UsernameDuplicate }} This username already exist. {{ else if .UsernameInvalid }} Invalid username. Username must start with a letter and be composed of only letters, numbers or underscores. {{ end }}
{{ range .Accounts }} {{ end }}
Username Created Last Login Is Admin
{{ .Username }} {{ .Created }} {{ .LastLogin }} {{ .IsAdmin }}
{{ end }}