{{$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" }} {{ $icon_class := .Get "icon_class" | default "fa-file"}} {{ $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 $hasOrgs }}{{ i18n "agenda-organization" }} | {{ end }} {{ 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 $hasOrgs }}
{{ .organization | safeHTML }} | {{ end }} {{ if and ($complete) ($has_vod) }}{{ if (isset . "vod") }} {{ i18n "agenda-session-recording-button-alt" . }} {{ end }} | {{ else }} {{if .times }}
|
{{else if $agendabase.dynamicTime}}
{{.time | safeHTML }} | {{else}}{{.time | safeHTML }} | {{end}} {{ end }} {{ if $has_slides }}{{ if (isset . "slides") }} {{ i18n "agenda-session-slides-button-alt" . }} {{ end }} | {{ end }}