{{ define "content" }}
{{if .Meta.Config.AllowNewIssues}} {{end}}
{{ .csrfField }}
{{range .Issues}}
{{.Title}} #{{.IssueID}}
({{.Status}})
opened {{if .User}}by ~{{.User.Handle}} {{else}} anonymously{{end}} on .
{{else}}

This repository has no (filed) issues. Awesome!

{{end}}
{{end}}