{{template "base"}}




{{range .Reports}}
{{.ID}}
{{.Reporter.Name}}
{{with .Approved.String}} Processed on {{.}} {{else}} Unprocessed {{if $.User.Flag.Delete }}
{{end}} {{end}}
{{.Timestamp}}
{{with .Note}}
Note:
{{.}}
{{end}} {{if and .ReportType (not .Approved.Time)}}
{{end}}

Compare

{{template "thumbnail" wrap2 "Post" "UserInfo" .Dupe.Post $.UserInfo}}
{{range .Dupe.Inferior}} {{template "thumbnail" wrap2 "Post" "UserInfo" . $.UserInfo}} {{end}}
{{end}}
{{template "baseEnd"}}