{{ $sessions := where .this.Site.Pages ".Params.type" .type}}
Session | Track | Organizer | Content Status | Outcome Status | Event Date | Participants | Featured | {{ range $sessions }} {{ if ne .Params.hide true }}
---|---|---|---|---|---|---|---|
{{.Params.title}} | {{ .Params.track }} | {{ partial "utils/titles-with-link.html" (dict "this" . "value" .Params.organizers) }} | {{ partial "session/status-badge.html" . }} | {{ partial "outcomes/by-status.html" . }} | {{ .Params.when_day }} | {{ partial "session/participants-as-badge.html" . }} | {{ with .Params.featured }} {{ end }} |