{{template "base" .}} {{define "title"}}{{.Title}}{{end}} {{define "extra_css"}} {{end}} {{define "page_body"}}
View and manage users
{{range .Users}} {{end}}
ID Username Status Expiration Permissions Bandwidth Quota Other
{{.ID}} {{.Username}} {{if eq .Status 1 }}Active{{else}}Inactive{{end}} {{.GetExpirationDateAsString}} {{.GetPermissionsAsString}} {{.GetBandwidthAsString}} {{.GetQuotaSummary}} {{.GetInfoString}}
{{end}} {{define "dialog"}} {{end}} {{define "extra_js"}} {{end}}