{{template "admin/layout/base.html" .}}
{{if .Error}}
{{.Error}}
{{end}} {{if eq (len .Posts) 0}} {{end}} {{range .Posts}} {{end}}
ID 标题 作者 状态 时间 操作
暂无帖子
{{.ID}} {{.Title}}{{if .PendingBody}} 修订中{{end}} {{if .AuthorName}}{{.AuthorName}}({{.UserID}}){{else}}UID{{.UserID}}{{end}} {{index $.StatusNames .Status}}{{if .IsLocked}} 已锁定{{end}}{{if .PinType}} 📌{{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}} {{if eq .Status "approved"}} {{if not .PinType}} {{else}} {{end}} {{end}}
{{if gt .TotalPages 1}} {{end}} {{template "admin/layout/footer.html" .}}