{{ if eq .type "case-study" }}
{{ if and .links.video (not .links.article) }}
{{ T "talks_filter_case_studies" }}
{{ else }}
{{ T "talks_filter_case_studies" }}
{{ end }}
{{ else if eq .type "tutorial" }}
{{ T "talks_filter_tutorials" }}
{{ else }}
{{ T "talks_filter_videos" }}
{{ end }}
{{ dateFormat "2006" .date }}
{{ .title }}
{{ if and .links.article (not .links.video) }}
{{ else }}
{{ end }}
{{ .event }}
{{ if .description }}
{{ .description }}
{{ end }}
{{ if .presenters }}
{{ T "talks_label_contributors" }}
{{ range .presenters }}
{{ .name }}
{{ if .company }}
({{ .company }})
{{ end }}
{{ end }}