{{template "base"}}
Search
Search


{{with .Report}}

Out of {{.Total}} processed reports, the average time to process is {{.Average}}.

{{end}} {{range .Trees}}
{{template "thumbnail" wrap2 "UserInfo" "Post" $.UserInfo .Apple}}
{{range .Pears}} {{template "thumbnail" wrap2 "UserInfo" "Post" $.UserInfo .}} {{end}}
{{end}}
{{range $k, $v := .Form}} {{range $v}} {{end}} {{end}}
{{template "baseEnd"}}