{{ $tracks := where .this.Site.Pages ".Params.type" .type }}

{{.title}} (status)

{{ range $index, $element := $tracks}} {{ end}}
# Track Organizer Description Asigned To Status Comment
{{ $index }} {{$element.Title}} {{ partial "utils/titles-with-link.html" (dict "this" . "value" $element.Params.organizers) }} {{ $element.Params.description }} {{ $element.Params.assigned_to }} {{ $element.Params.status }} {{ $element.Params.comment }}