{{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 {{if .Data.NewCount}}{{.Data.NewCount}} new{{end}}

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

{{if .Data.NewCount}}
{{end}} {{if .Data.Digest}} {{range $i, $r := .Data.Digest}} {{if eq $i $.Data.NewCount}} {{end}} {{end}}
ProposalSpaceAgent
— seen before your last visit —
#{{$r.ID}} — {{$r.Title}} {{if $r.New}}new{{end}} {{$r.Space}} {{$r.Agent}}
{{else}}

Nothing has auto-merged recently.

{{end}}
{{end}}