from {{ .Post.PersonName }} to {{ .Post.GroupName }} on {{ .Post.Date.Local.Format "02 Jan 2006 15:04 -0700" }}
{{ .Post.APid }}
{{ .Post.HTContent }} {{ range .Post.Attachments }}
{{ end }}
{{ range .Post.Tags }}{{ . }} {{ end }}
{{ if .UserInfo }} {{ if .Post.IsShared .UserInfo.Person.ID }} {{ else }} {{ end }} {{ if .Post.IsSubbed .UserInfo.ID }} {{ else }} {{ end }} {{ if .Post.Pending }}{{ if .Post.CanApprove .UserInfo }} {{ end }}{{ end }} {{ if .Post.CanMod .UserInfo }} {{ end }} {{ end }}