{{template "admin/layout/base.html" .}}
管理所有社区帖子
| ID | 标题 | 作者 | 状态 | 时间 | 操作 |
|---|---|---|---|---|---|
| 暂无帖子 | |||||
| {{.ID}} | {{.Title}}{{if .PendingBody}} 修订中{{end}} | {{if .AuthorName}}{{.AuthorName}}({{.UserID}}){{else}}UID{{.UserID}}{{end}} | {{index $.StatusNames .Status}}{{if .IsLocked}} 已锁定{{end}} | {{.CreatedAt.Format "2006-01-02 15:04"}} |
{{if eq .Status "pending"}}
{{end}}
{{if and (eq .Status "approved") (not .PendingBody)}}
{{end}}
{{if and (eq .Status "approved") .PendingBody}}
{{end}}
{{if not .IsLocked}}
{{end}}
{{if .IsLocked}}
{{end}}
|