{{$currLang:=.Page.Lang }} {{ $year := .Get "year" }} {{ if $year }} {{ .Scratch.Set "base" (index (index .Site.Data $currLang) $year) }} {{ else }} {{ .Scratch.Set "base" (index .Site.Data $currLang) }} {{ end }} {{ $base := .Scratch.Get "base" }} {{ $event_id := .Get "event" | default "default" }} {{ $src := .Get "src" | default "agenda" }} {{ $agendabase := (index (index $base $event_id) $src) }} {{ $types := $agendabase.types }} {{ $complete := $agendabase.complete }} {{$title_suffix := .Get "title" }} {{ $multiSet := false }} {{ if isset $agendabase "sets" }} {{ if gt (len $agendabase.sets) 1 }} {{ $multiSet = true }} {{ end }} {{ end }}
{{ i18n "agenda-session-name" }} | {{ i18n "agenda-presenter-name" }} | {{ if and ($complete) ($has_vod) }}{{ i18n "agenda-session-recording" }} | {{ else }}{{ i18n "agenda-session-schedule" }} | {{ end }} {{ if $has_slides }}{{ i18n "agenda-session-slides" }} | {{ end }}|
---|---|---|---|---|---|
{{ if $types }} {{ i18n "agenda-abstract-modal-alt" . }} {{ end }} | {{ end }} {{ .name }} {{ if isset . "abstract" }}
{{ if and (isset . "presenters") }}
|
{{ if and ($complete) ($has_vod) }}
{{ if (isset . "vod") }} {{ i18n "agenda-session-recording-button-alt" . }} {{ end }} | {{ else }} {{if .times }}
|
{{else}}
{{.time}} | {{end}} {{ end }} {{ if $has_slides }}{{ if (isset . "slides") }} {{ i18n "agenda-session-slides-button-alt" . }} {{ end }} | {{ end }}