{{ define "repo/pulls/fragments/summarizedHeader" }} {{ $pull := index . 0 }} {{ $pipeline := index . 1 }} {{ with $pull }}
{{ template "repo/pulls/fragments/summarizedPullState" .State }}
#{{ .PullId }} {{ .Title }}
{{ $latestRound := .LastRoundNumber }} {{ $lastSubmission := index .Submissions $latestRound }} {{ $commentCount := len $lastSubmission.Comments }} {{ if and $pipeline $pipeline.Id }} {{ template "repo/pipelines/fragments/pipelineSymbol" $pipeline }} {{ end }}
{{ i "message-square" "w-3 h-3 md:hidden" }} {{ $commentCount }}
#{{ $latestRound }}
{{ end }} {{ end }}