{{ $spectacles := $.Site.Data.agenda }} {{ $annees := apply (apply (apply $spectacles "index" "." "date") "index" "." "timestamp") "truncate" 4 "" "." | uniq | sort | collections.Reverse }} {{ range $annee := $annees }}

Année {{ .}}

{{ range sort $spectacles "date.timestamp" "desc" }} {{ $curannee := .date.timestamp | truncate 4 "" }} {{ if eq $curannee $annee }} {{ partial "spectacle-ligne-tableau.html" . }} {{ end }} {{ end }}
DatePrestationPrestataireLieuHeureRemarques
{{ end }}