{{template "admin/layout/base.html" .}}
{{if .Error}}
{{.Error}}
{{end}} {{if eq (len .Posts) 0}} {{end}} {{range .Posts}} {{end}}
ID 标题 作者 状态 时间 操作
暂无帖子
{{.ID}} {{.Title}} {{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 eq .Status "approved"}} {{end}} {{if and (not .IsLocked) (ne .Status "pending")}} {{end}} {{if .IsLocked}} {{end}}
{{if gt .TotalPages 1}} {{end}} {{template "admin/layout/footer.html" .}}