{{define "beneficiary_journeys"}}
{{ $departureField := "departure" }} {{ $departureLabel := "Départ" }} {{ template "address_autocomplete" dict "FieldName" $departureField "FieldLabel" $departureLabel }} {{ $destinationField := "destination" }} {{ $destinationLabel := "Destination" }} {{ template "address_autocomplete" dict "FieldName" $destinationField "FieldLabel" $destinationLabel }}
{{end}}