{{- /* To edit the content, see: https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/data/stages.yml */}} {{ range site.Data.public.stages.stages }} {{ $.Scratch.Set "display_name" .display_name }} {{ range .groups }} {{ if .support }} {{ end }} {{ end }} {{ end }}
Group Support Counterpart
{{ $.Scratch.Get "display_name" }} : {{ .name }} {{- if reflect.IsSlice .support }} {{- range .support}} {{- with (index (where site.Data.public.team "name" "eq" .) 0) }}
{{ partial "member/with-team-link" . }}
{{- end }} {{- end }} {{- else }} {{- with (index (where site.Data.public.team "name" "eq" .support) 0) }} {{ partial "member/with-team-link" . }} {{- end }} {{- end }}