用户管理
+ {{template "admin/nav" .}} + {{template "base/alert" .}} + + + + + + {{if .Users}} +| ID | +用户 | +角色 | +积分 / Lv | +状态 | +注册 | +操作 | +
|---|---|---|---|---|---|---|
| {{.ID}} | +
+ {{.Nickname}}
+ @{{.Username}}{{if .Email}} · {{.Email}}{{end}}
+ |
+ {{.RoleLabel}} | +{{.Points}} · Lv{{.Level}} | ++ {{if .Banned}}禁言{{end}} + {{if .Verified}}认证{{end}} + {{if and (not .Banned) (not .Verified)}}—{{end}} + | +{{.Created}} | ++ {{if not .IsAdmin}} + + + {{else}} + 管理员不可禁言 + {{end}} + + | +
没有匹配的用户。
+ {{end}} +