We need to use your personal data to make your experience better. To comply with the General Data Protection Regulation, we need to ask for your consent before using your personal data.
Your outbound trip
<%- your_go.date %>
<%- your_go.hour_from %>
<%- your_go.hour_to %>
<%- your_go.departure_station_name %>
<%- your_go.arrival_station_name %>
Duration :
<%- your_go.duration %>
minutes -
<% if(your_go.transfers == 0) { %>
direct <% } else if (your_go.transfers == 1) {%>
<%- your_go.transfers %>
Change <% } else { %>
<%- your_go.transfers %>
Changes <% } %>
-
<% _.each(your_go.legs, function(leg) { %>
- <% if(leg.belle_epoque) { %> <% } %> <% if(leg.boat_name) { %> <%- leg.boat_name %> : <% } %> <% _.each(leg.profiles, function(profile, ivu) { %> <% }) %> <% }); %>
Nous sommes désolés, nous n'avons pas de trajet disponible ce jour là...
We have selected the first available trips the following day or you can also % 1
<% if(search_result.select_yourgo) { %> Choose your outbound trip <% } else if(search_result.backward) { %> choose your return trip <% } else { %> Choose your trip <% } %>
<%- search_result.date %>
-
<% _.each(search_result.forward_journeys, function(journey, journey_index) { %>
-
- <%- journey.departure_hour %> <%- journey.departure_station %>
- <%- journey.arrival_hour %> <%- journey.arrival_station %>
<% if(journey.alert) { %> <% } %><% if (!journey.is_unavailable) { %>Duration : <%- journey.duration%> - <% if(journey.transfers == 0){ %> direct <% } else if (journey.transfers == 1) {%> <%- journey.transfers %> Change <% } else { %> <%- journey.transfers %> Changes <% } %>-
<% _.each(journey.legs, function(leg) { %>
- <% if(leg.boat.belle_epoque) { %> <% } %> <% if(leg.boat.name) { %> <%- leg.boat.name %> : <% } %> <% _.each(leg.profiles, function(profile) { %> <% }) %> <% }); %>
<% _.each(journey.messages, function(message) { %> <% if (message.content) { %><% } else { %><%= message.content %><% } %> <% }) %><% _.each(journey.legs, function(leg, leg_index) { %><% if(leg_index != 0) { %> <%- leg.waiting_time %> min : boat change <% } %> <%- leg.boat.name %>-
<% _.each(leg.services, function(service, service_index) { %>
<% _.each(service.stops, function(stop, stop_index) { %>
<% if(service_index == (leg.services.length - 1)) { %>
<% if(stop_index == (service.stops.length - 1)) { %>
- <%- leg.duration %> min <% if(leg.services.length != 1 || service.stops.length != 2) { %> <% } %> <% } %> <% } %> <% if (service_index == (leg.services.length - 1) || stop_index != (service.stops.length - 1)) { %>
-
<%- stop.hour %><%- stop.name %> <% if(stop.stop_on_request) { %> ( Stop on demand ) <% } %>
<% } %>
<% if(service_index == 0) { %>
<% if(stop_index == 0) { %>
<% _.each(service.messages, function(message) { %>
<% if(message.content) { %>
- <%= message.content %> <% } %> <% }) %>
-
-
<% _.each(leg.profiles, function(profile) { %>
- <% if(profile.class == 'class-RE') { %> <%- profile.name %> (booking is recommended) <% } else { %> <%- profile.name %> <% } %> <% }) %>
<% } %>
<% } %>
<% }) %>
<% }) %>
-
<% _.each(leg.profiles, function(profile) { %>
- <% if(profile.class == 'class-RE') { %> <%- profile.name %> (booking is recommended) <% } else { %> <%- profile.name %> <% } %> <% }) %>
<% }); %>