<%= text.VUELOS_FECHA %>
<%= text.VUELOS_COMPVUE %>
<% if ( !_.isEmpty(comission) ){%>
<%= text.CLASE %>
<% }else{ %>
<%= text.TARIFA %>
<% }%>
<%= text.VUELOS_SALIDA %>
<%= text.VUELOS_LLEGADA %>
<% _.each( vuelo, function( tramo , index){
var icon = '';
switch (tramo.typeOfAirCraft) {
case 'BUS':
icon = '/sltwww/st2/img/comun/bus.png';
break;
case 'TRN':
icon = '/sltwww/st2/img/comun/tren.png';
break;
default:
if (tramo.travel === 'IDA') {
icon = (tramo.connection )? '/sltwww/st2/img/comun/iconos_ida_escalas.png' : '/sltwww/st2/img/comun/avionIda.png';
} else {
icon = (tramo.connection )? '/sltwww/st2/img/comun/iconos_vuelta_escalas.png' : '/sltwww/st2/img/comun/avionVuelta.png';
}
break;
}
%>
<%= tramo.travel.toLowerCase() %>
<%= tramo.fecvue %>
<%
var logoUrl = '//' + domain + '/irs/80/20' + '/c/soltour/vuelos/companies/logos/' + tramo.ciacode + '.png';
var defaultLogoUrl = '//' + domain + '/sltwww/st2/img/airlines/cia_blanco.gif';
%>
<%= tramo.flight %>
<%= tramo.category %>
<%= tramo.originInfo.hora %>
- <%= tramo.originInfo.city %> (<%= tramo.originInfo.airport %>)
<%= tramo.destinationInfo.hora %>
- <%= tramo.destinationInfo.city %> (<%= tramo.destinationInfo.airport %>)
<%= baggageMesasge[tramo.travel] %>
<% }); %>
<% if ( !_.isEmpty(comission) ) { %>
-<%=comission.preMessage %>
<%= comission.message %>
<%= comission.postMessage %>
<% } %>
<%= text.SELECCIONNORQ2 %>