{{define "content"}}

{{.Pull.Title}}

PR {{if eq .Pull.State "closed"}}{{.Pull.State}}{{else}}{{.Pull.State}}{{end}} {{.Pull.RepoOwner}}/{{.Pull.RepoName}} #{{.Pull.Number}} {{range .Pull.Labels}} {{.Name}} {{end}}
+{{.Pull.Additions}} -{{.Pull.Deletions}} {{if .Pull.Mergeable}}Mergeable{{end}}
{{if eq .Pull.State "closed"}} {{.Pull.State}} {{else}} {{.Pull.State}} {{end}}
{{if .RenderedBody}}
{{.RenderedBody}}
{{else if .Pull.Body}}
{{.Pull.Body}}
{{end}}

Submit Review

{{if .Comments}}

Comments

{{range .Comments}}
{{.User}} {{.CreatedAt}}
{{.Body}}
{{end}}
{{else}}

No comments yet.

{{end}} {{end}}