{{ range $data := .Site.Data.releases.schedule.schedules }} {{- $dataVersion := printf "%.2f" $data.release -}}

{{ $dataVersion }}


{{ if not $data.previousPatches }} {{ T "latest_release" }} {{ printf "%s.0" $dataVersion }}
{{ T "end_of_life" }} {{ printf "%s" $data.endOfLifeDate }}
{{ T "previous_patches" }} n/a {{ end }} {{ if $data.previousPatches }} {{ T "latest_release" }} {{ index $data.previousPatches 0 "release" }} (released: {{ index $data.previousPatches 0 "targetDate" }})
{{ T "end_of_life" }} {{ printf "%s" $data.endOfLifeDate }}
{{ T "previous_patches" }} {{ range $previousPatchesList := $data.previousPatches }} {{range $previous_patches_key, $previous_patches_value := $previousPatchesList }} {{ if eq $previous_patches_key "release" }}{{ printf "%s" $previous_patches_value }}{{ T "inline_list_separator" }} {{ end }} {{ end }} {{ end }} {{ end }}
Complete {{ $dataVersion }} Schedule and Changelog {{ end }}