{{ $_hugo_config := `{ "version": 1 }` }}
{{ .Get "name "}}
{{ .Get "price" }}
{{ $lang := $.Page.Language.Lang }} {{ partial "date-short.html" (dict "time" (.Get "starts") "lang" $lang) }} - {{ partial "date-short.html" (dict "time" (.Get "ends") "lang" $lang) }}
{{ .Get "info" }}
{{ if .Get "soldOut" }} {{ i18n "home_tickets_soldout" }} {{ else if .Get "close" }} {{ i18n "home_tickets_close" }} {{ else }} {{ partial "icon.html" "ticket" }} {{- i18n "home_tickets_action" -}} {{ end }}