{{- /* To edit the content, see: https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/data/stages.yml */}}
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 }}
|