{{define "post/body"}}

{{.PostTitle}}

{{if .ShowModerationBanner}}

{{if eq .Status "pending"}}本帖正在审核中,仅你与管理员可见。{{else if eq .Status "rejected"}}本帖未通过审核,仅你与管理员可见。{{else}}{{.StatusLabel}}{{end}}

{{end}} {{if .LoggedIn}}
{{if .CanEdit}}编辑{{end}} {{if .CanViewRevisions}}修订历史{{end}} {{if .CanReportPost}}
举报
{{end}}
{{end}} {{if .IsAdmin}}
{{end}}
{{if .Poll}}

投票

{{if .Poll.Multi}}多选(最多 {{.Poll.MaxChoices}} 项){{else}}单选{{end}} · 共 {{.Poll.TotalVotes}} 票 {{if .Poll.EndsLabel}} · 截止 {{.Poll.EndsLabel}}{{end}} {{if .Poll.Closed}} · 已结束{{else if .Poll.HasVoted}} · 你已投票{{end}}

{{if .Poll.CanVote}}
    {{range .Poll.Options}}
  • {{end}}
{{else}} {{if and (not $.LoggedIn) (not .Poll.Closed)}}

登录 后可投票。

{{end}} {{end}} {{if .Poll.CanClose}}
{{end}}
{{end}}
{{safeHTML .BodyHTML}}

评论 ({{.CommentCount}})

{{if not .Comments}}

暂无评论。

{{else}} {{end}} {{if .LoggedIn}} {{if .CommentsLocked}}

评论已锁定。

{{else}}
{{end}} {{else}}

登录 后回复。

{{end}}
{{end}}