BugChomper
Open bugs for {{.User}}
ID
Priority
Title
{{with $all_data := .}} {{range $index, $priority := index $all_data.Priorities}}
Priority {{$priority}}
{{range $index, $bug := index $all_data.BugsByPriority $priority}}
{{$bug.Id}}
{{$priority}}
{{$bug.Title}}
{{end}} {{end}} {{end}}