{{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}} {{template "thumbnail" wrap2 "Post" "UserInfo" .Dupe.Post $.UserInfo}}
{{range .Dupe.Inferior}} {{template "thumbnail" wrap2 "Post" "UserInfo" . $.UserInfo}} {{end}}

Compare

{{end}} {{template "baseEnd"}}