{{ $tracks := where .this.Site.Pages ".Params.type" .type }}
# | Track | Organizer | Description | Asigned To | Status | Comment | {{ range $index, $element := $tracks}}
---|---|---|---|---|---|---|
{{ $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 }} |