{{define "title"}}{{.ProjectID}} | Builder Groups{{end}} {{define "head"}} {{ if .Reload }} {{ end }} {{end}} {{define "body"}}

{{ .ProjectID }}

Builder Groups

{{ range .Consoles }}
{{ if .Render.FaviconURL }} {{ end }} {{ .Def.Name }} (repo)
{{ .Render.ConsoleSummary }}
{{ else }}

No builder groups defined.

{{ end }}
{{end}}