{{define "title"}}{{.Name}} Status{{end}} {{define "description"}}Group {{.Name}}{{end}} {{ define "content" }} {{$isAdmin := Auth}}
{{if IsUser}} {{template "nav"}} {{end}}
{{template "form_group" .Group}}
{{end}}