{{/* SPDX-License-Identifier: AGPL-3.0-only SPDX-FileContributor: Runxi Yu */}} {{- define "group_view" -}} {{ if .subgroups }} {{- range .subgroups }} {{- end }}
Subgroups
{{ .Name }} {{ .Description }}
{{ end }} {{ if .repos }} {{- range .repos }} {{- end }}
Repos
{{ .Name }} {{ .Description }}
{{ end }} {{- end -}}