{{ $selectedIntegrations := (index . "selectedIntegrations") }} {{ $organizations := (index . "organizations") }} {{ $integrations := (index . "integrations") }} {{ $feature := (index . "feature") }}
{{ $integration.Title }}
{{ if $integration.Params.subtitle }} {{ $integration.Params.subtitle }} {{ end }} {{ if and ($integration.Params.subtitle) ($integration.Params.inventors) }} by  {{- end -}} {{- range $i, $id := $integration.Params.inventors -}} {{- $inventor := index (where $organizations ".RelPermalink" (printf "/organizations/%s/" $id)) 0 -}} {{ $inventor.Title }} {{- if eq (add $i 1) (sub (len $integration.Params.inventors) 1) }} and {{ else if lt (add $i 1) (len $integration.Params.inventors) -}} , {{- end }} {{ end }}