{{if .HasPulls}} {{range $pull := .Pulls}}
{{$pull.Meta.Title}}
- {{$pull.Meta.Author}}
{{$pull.Meta.Body}}
{{range $group := $pull.CommentGroups}} {{range $comment := $group.Comments}}
{{$comment.Author}}:
{{$comment.Content}}
{{end}}
{{$group.URL}}
{{$group.Diff}}
{{end}}
{{range $filediff := $pull.FileDiffs}}
{{$filediff.URL}}
{{$filediff.Diff}}
{{end}}
{{end}} {{else}}
No matching pull requests found.
{{end}}