{{ template "header.html" . }} {{ template "headeronegroup.html" . }}
{{ if .Post.Pending }}(pending) {{ end }}{{ .Post.Title }} {{ if .Post.Site }}({{ .Post.Site }}){{ end }}
from {{ .Post.PersonName }} to {{ .Post.GroupName }} on {{ .Post.Date.Local.Format "02 Jan 2006 15:04 -0700" }}
{{ .Post.APid }}

{{ .Post.HTContent }} {{ range .Post.Attachments }}

{{ .Desc }} {{ 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 }}
{{ $userinfo := .UserInfo }} {{ range .Comments }} {{ template "fragcomment.html" map "Comment" . "UserInfo" $userinfo }} {{ end }}
{{ if .UserInfo }}{{ if .UserInfo.IsApproved }} {{ template "formcomment.html" . }} {{ end }}{{ end }}