| ID | 用户名 | 邮箱 | 角色 | 状态 | 注册时间 | 最后活动 | 帖子 | 评论 | 操作 |
|---|---|---|---|---|---|---|---|---|---|
| {{.ID}} | {{.Username}} | {{.Email}} | {{if eq .ID $.CurrentUserID}} {{if eq .Role "admin"}}管理员{{else if eq .Role "banned"}}封禁{{else}}用户{{end}} {{else}} {{end}} | {{if eq .Status "approved"}}已通过{{else if eq .Status "pending"}}待审核{{else}}已拒绝{{end}} | {{.CreatedAt.Format "2006-01-02 15:04"}} | {{if .LastActive}}{{.LastActive.Format "2006-01-02 15:04"}}{{else}}从未{{end}} | {{.PostCount}} | {{.CommentCount}} | {{if ne .ID $.CurrentUserID}} 删除 {{else}} 当前用户 {{end}} |