{{define "content"}}

Déplacements

Chercher une solution

{{ $departureField := "departure" }} {{ $departureLabel := "Départ" }} {{ $departure := .ViewState.departure }} {{ template "address_autocomplete" dict "FieldName" $departureField "FieldLabel" $departureLabel "Address" $departure }} {{ $destinationField := "destination" }} {{ $destinationLabel := "Destination" }} {{ $destination := .ViewState.destination }} {{ template "address_autocomplete" dict "FieldName" $destinationField "FieldLabel" $destinationLabel "Address" $destination }}
{{if .ViewState.searched}}
{{template "journeys_all" .}}
{{template "journeys_carpool" .}}
{{template "journeys_public_transit" .}}
{{template "journeys_others" .}}
{{end}}
{{end}}