{{ define "repo/fragments/commitPipelineStatuses" }} {{ range $sha, $pipeline := .Pipelines }} {{ if gt (len $pipeline.Statuses) 0 }} {{ template "repo/pipelines/fragments/pipelineSymbolLong" (dict "RepoInfo" $.RepoInfo "Pipeline" $pipeline) }} {{ end }} {{ end }} {{ end }}