{{ define "content" }}

{{.Issue.Title}} #{{.Issue.IssueID}}

({{.Issue.Status}})
opened {{if .Issue.User}}by ~{{.Issue.User.Handle}} {{else}} anonymously{{end}} on .
{{if and .IsOwner (eq .Issue.Status "open")}}
{{ .csrfField }}
{{end}}

{{.Issue.Description}}

{{range .IssueComments}}
{{if .User}}~{{.User.Handle}}{{else}}Anonymous{{end}} on {{.CreatedAtFormatted}}.

{{.Comment}}

{{end}}
{{if .loggedIn}} {{ .csrfField }} {{else}}

You need to be logged in in order to contribute to this conversation.

{{end}}
{{end}}