{{define "content"}}

Review queue

Waiting on you {{len .Data.Open}}

{{if .Data.Open}} {{range .Data.Open}} {{end}}
ProposalSpaceAgent
#{{.ID}} — {{.Title}} {{.Space}} {{.Agent}}
{{else}}

No open proposals. Your queue is clear.

{{end}}

Recently auto-merged

Content the space's policy merged without stopping for review.

{{if .Data.Digest}} {{range .Data.Digest}} {{end}}
ProposalSpaceAgent
#{{.ID}} — {{.Title}} {{.Space}} {{.Agent}}
{{else}}

Nothing has auto-merged recently.

{{end}}
{{end}}