{{template "admin/layout/base.html" .}}
{{if .Error}}
{{.Error}}
{{end}} {{if eq (len .Posts) 0}} {{end}} {{range .Posts}} {{end}}
ID 标题 作者 状态 时间 操作
暂无帖子
{{.ID}} {{.Title}} {{.AuthorName}} {{.Status}} {{.CreatedAt.Format "2006-01-02 15:04"}}
{{if eq .Status "pending"}} {{end}} {{if eq .Status "approved"}} {{end}} {{if and (ne .Status "locked") (ne .Status "pending")}} {{end}} {{if eq .Status "locked"}} {{end}}
{{if gt .TotalPages 1}} {{end}} {{template "admin/layout/footer.html" .}}