{{ define "repo/fragments/pipelineStatuses" }} {{ $root := . }} {{ range $sha, $pipeline := .Pipelines }} {{ if gt (len $pipeline.Statuses) 0 }} {{ $id := printf "pipeline-status-%s" $sha }} {{ template "repo/pipelines/fragments/pipelineSymbolLong" (dict "RepoInfo" $root.RepoInfo "Pipeline" $pipeline) }} {{ end }} {{ end }} {{ end }}