{{define "title"}}{{.i18n.Localize .locale "dashboard"}}{{end}} {{define "page_css"}}{{end}} {{define "page_js"}}{{end}} {{define "page_content"}}

{{.i18n.Localize .locale "dashboard"}}

CPU {{.osUtils.CpuCores}} cores / {{.osUtils.CpuLoad}} load
GoRoutine {{.osUtils.GoNumRoutines}}
System Free Memory {{.osUtils.MemoryFreeGb}} Gb ({{.osUtils.MemoryFreePercent}} %)
App Used Memory {{.osUtils.AppMemUsedMb}} Mb

{{.i18n.Localize .locale "groups"}} ({{.appUtils.NumUserGroups}})

{{if .currentUser.IsSystemUser}} {{.i18n.Localize .locale "create_group"}} {{end}}
{{range .appUtils.AllUserGroups}} {{end}}
{{.i18n.Localize .locale "group_id"}} {{.i18n.Localize .locale "group_name"}} {{.i18n.Localize .locale "actions"}}
{{.Id}} {{.Name}} {{if .CanDelete}} {{end}}

{{.i18n.Localize .locale "users"}} ({{.appUtils.NumUsers}})

{{if .currentUser.IsSystemUser}} {{.i18n.Localize .locale "create_user"}} {{end}}
{{range .appUtils.AllUsers}} {{end}}
{{.i18n.Localize .locale "user_username"}} {{.i18n.Localize .locale "user_name"}} {{.i18n.Localize .locale "user_group"}} {{.i18n.Localize .locale "actions"}}
{{.Username}} {{.Name}} {{.GroupId}} {{if .CanEdit}} {{end}} {{if .CanDelete}} {{end}}
{{end}}