image-cars

<%= literals.CAR_TITLE_PRICE_TOTAL %> <%= car.priceSummary.totalAmount %> <%= car.pricePerDay %> € <%= literals.CAR_TITLE_PRICE_DAYS %> <% if ( car.priceSummary.extrasAmount > 0 ) { %>

( +<%= car.priceSummary.extrasAmount %> € <%=literals.CAR_PAY_IN_OFFICE%>)

<% } %>

<% if( showBtnFomalization ) { %> <%= literals.CAR_TITLE_SELECT_CAR %> <% } %>

<%= literals.CAR_TITLE_INFO_TAB1 %>

    <% _.each( car.coverages,function( coverage, index ) { %>
  • <%=coverage.type%>: <%=coverage.description %>
  • <% }); %>

<%= literals.CAR_TITLE_INFO_TAB2 %>

  • <%= car.passengerQuantity %> <%= literals.CAR_TITLE_TOLS_PASSENGER %>
  • <%= literals.CAR_TITLE_POLIT_FUEL %> : <%= car.politicsFuel %>
  • <%= literals.CAR_TITLE_DRIVE_TYPE %> <%= car.transmissionType %>
  • <%= car.doors %> <%= literals.CAR_TITLE_TOLS_DOORS %>
  • <%= literals.CAR_TITLE_INFO_CATEGORY %> : <%= car.category %>
  • <%= literals.CAR_TITLE_INFO_LIFUELTYPE %> : <%= car.fuelType %>
  • <% if( car.airConditioner ){ %>
  • <%= literals.CAR_TITLE_POLIT_AC %>
  • <% } else { %>
  • NO - <%= literals.CAR_TITLE_POLIT_AC %>
  • <% } %>

<%= literals.CAR_TITLE_INFO_LIMITAGE %>

  • <%= literals.CAR_TITLE_INFO_MAXAGE %>: <%= car.minAge %>
  • <%= literals.CAR_TITLE_INFO_MINAGE %>: <%= car.maxAge %>
<% if(typeof(car.depositAmount) != 'undefined') {%>

<%= literals.CAR_TITLE_INFO_DEPOSIT_AMOUNT %>

  • <%= car.depositAmount.amount %> €
<% } %>

<%= literals.CAR_LUGAR_RECOGIDA %>

<% if( typeof(car.locations) != 'undefined' && car.locations.length > 0 ) { %>
<% var localitad = car.locations[0]; %>
  • <%= localitad.name %>
  • <% _.each( localitad.addresses[0],function( address, index ) { %>
  • <%= address %>
  • <% }); %> <% _.each( localitad.telephones,function( telephone, index ) { %>
  • <%= telephone.number %>
  • <% }); %>
  • <%= localitad.additionalInfo %>
  • <%= literals.CAR_TITLE_INFO_OFICEHOURS %>
  • <% _.each( localitad.schedules, function( schedule, index ) { %> <% }); %>
    <%= schedule.day %> <%= schedule.start %> - <%= schedule.end %>
<% } %>

<%= literals.CAR_LUGAR_DEVOLUCION %>

<% if( typeof(car.locations) != 'undefined' && car.locations.length > 1 ) { %>
<% var localitad = car.locations[1]; %>
  • <%= localitad.name %>
  • <% _.each( localitad.addresses[1],function( address, index ) { %>
  • <%= address %>
  • <% }); %> <% _.each( localitad.telephones,function( telephone, index ) { %>
  • <%= telephone.number %>
  • <% }); %>
  • <%= localitad.additionalInfo %>
  • <%= literals.CAR_TITLE_INFO_OFICEHOURS %>
  • <% _.each( localitad.schedules, function( schedule, index ) { %> <% }); %>
    <%= schedule.day %> <%= schedule.start %> - <%= schedule.end %>
<% } %>
<% if( typeof(car.secures) != 'undefined' && car.secures.length > 0 ) { %> <% _.each( car.secures, function( secure, index ) { %>

<%= secure.name %>

<%= secure.description %>

<% }); %> <% } %>
<% if( typeof(car.infoFuelType) != 'undefined' && car.infoFuelType.length > 0 ) { %> <% _.each( car.infoFuelType, function( info, index ) { %>

<%= info.name %>

<%= info.description %>

<% }); %> <% } %>
<% if( typeof(car.cancelBooking) != 'undefined' && car.cancelBooking.length > 0 ) { %> <% _.each( car.cancelBooking, function( cancel, index ) { %>

<%= cancel.name %>

<%= cancel.description %>

<%= cancel.name %>

<%= car.priceSummary.totalAmount %>

<% }); %> <% } %>
<% if( typeof(car.conditionalOfBooking) != 'undefined' && car.conditionalOfBooking.length > 0 ) { %> <% _.each( car.conditionalOfBooking, function( conditional, index ) { %>

<%= conditional.name %>

<% if(conditional.link != null && conditional.link != '' ) { %>

<%= conditional.description %> <%= literals.CAR_TITLE_TEXT_LINK %>

<% } else { %>

<%= car.depositAmount.description %>

<% } %> <% }); %> <% } %>

<%= literals.CAR_TITLE_INFORMATION %>

<%= literals.CAR_TITLE_MSG_CONDITIONAL_BOOKING %>