{{define "journeys_public_transit"}} {{ if or (not .ViewState.journeys) (eq (len .ViewState.journeys.Journeys) 0)}}

Aucun transport en commun pour ce trajet.

{{end}} {{$first := true}} {{if .ViewState.journeys}} {{range .ViewState.journeys.Journeys}} {{if $first}} {{$first = false}}
{{else}}
{{end}}
{{(timeFrom .Departure).Format "15:04"}} - {{(timeFrom .Arrival).Format "15:04"}}
{{.Duration.Minutes | printf "%.0f"}} Minutes
{{end}} {{end}} {{end}}