{{define "content"}}

Bugs

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

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

by {{.Author}} on {{if gt .CommentCount 0}} • {{.CommentCount}} Comments {{end}} {{if .HasActivity}} • Last activity: {{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}}