{{- /* To edit the content, see: https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/data/stages.yml */}} {{- $sorted_stages := (sort site.Data.public.stages.stages "display_name") }} {{- range $section_key, $section := site.Data.public.sections }} {{- range $stage := (where $sorted_stages "section" "eq" $section_key) }} {{- $stage_key := anchorize $stage.display_name }} {{- range $group_key, $group := .groups }} {{- end }} {{- end }} {{- end }}
Section Stage Group Assigned technical writer
{{ $section.name }} {{ $stage.display_name }} {{ $group.name }} {{- with .tech_writer -}} {{- range (slice | append .) -}} {{- if hasPrefix . "#" -}} Slack Logo {{ . }} {{- else -}}
{{- with (index (where site.Data.public.team "name" "eq" .) 0) }} {{- partial "member/with-team-link" . }}
{{- else }} {{ . }}{{.}}
{{- end }}
{{- end -}} {{- end -}} {{- end }}