{{define "content"}}

Bugs

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

{{if eq $.Status "all"}} {{if eq .Status "open"}} {{else if eq .Status "closed"}} {{end}} {{end}} {{.ID}} {{.Title}} {{if .Labels}}{{range $i, $label := .Labels}}{{if $i}} {{end}}{{$label.Name}}{{end}}{{end}}

{{if .AuthorAvatar}}{{end}}{{.Author}} opened {{if gt .CommentCount 0}} • {{.CommentCount}} comments {{end}} {{if .HasActivity}} • Updated {{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}}