{{ define "title" }}Manage Accounts{{ end }} {{ define "content" }}

Manage Accounts

{{ range $index, $account := .Accounts }} {{ end }}
# Name Group Actions
{{ $index }} {{ $account.Name }} {{ $account.Group }} {{ if ne $account.Name "admin" }} Edit Delete {{ end }}
Add Account

Open Server Manager

An Open Server Manager allows read access to anyone without an account.

{{ if $.ServerReadIsOpen }}

Server Manager is currently open.

Make Closed {{ else }}

Server Manager is currently not open.

Make Open {{ end }} {{ end }}