{{define "content"}}

Bugs

{{if .Bugs}} {{range .Bugs}}

{{.ID}} {{.Title}} {{.Status}}

by {{.Author}} on • Last activity: {{if gt .CommentCount 0}} • {{.CommentCount}} comment{{if ne .CommentCount 1}}s{{end}} {{end}}

{{end}} {{if or .HasPrevPage .HasNextPage}} {{end}} {{else}} {{if eq .Status "all"}}

git-bug is initialised, but this repo has no bugs.

{{else if eq .Status "open"}}

No open bugs.

{{else if eq .Status "closed"}}

No closed bugs.

{{end}} {{end}}
{{end}}