<% if(hotels.length > 0){ %> <% _.each( hotels, function( hotel , index){ %>
  • Image Alternative text
    <%= hotel.nomser %>
    <% if(hotel.categoryType == 'HOTEL'){%>
      <% for(var x = 0; x < hotel.categoryInt ; x++) { %>
    • <% } %>
    <% } else if(hotel.categoryType == 'HOSTAL') {%>
      <% for(var x = 0; x < hotel.categoryInt ; x++) { %>
    • <% } %>
    <% } %>
    <% if ( productType == 'HOTEL' ){ %> <% } else { %> <% } %>
    <%= hotel.price.value %>
    <%= TEXTOS.PREU_TOTAL %> / <%= hotel.price.nights %> noches

    <%=TEXTOHOTEL.DESTINO%>

    <%=TEXTOHOTEL.VERMAPA%>

    <% var ocultar = ''; var mostrar = false; _.each( hotel.regims, function( regim , ind){ var clase = ''; if(ind == 0){ ocultar = regim.descHabitacio2; } if(regim.descHabitacio2 !== ocultar){ clase = 'hidden HideRowsRooms' + index; mostrar = true; } var tooltip = ''; if(com.grupopinero.common.Globals.options.tieneRolSoltour){ tooltip = hotel.codtou; } %> <% }); %>
    <%=TEXTOHOTEL.TIPO_HABITACION%> <%=TEXTOHOTEL.REGIMEN%> <%=TEXTOHOTEL.ESTADO%> <%=TEXTOHOTEL.PRECIO%>
    <%= regim.descHabitacio %> <%= regim.descHabitacio2 %> <%= regim.descRegim %> <%= regim.codStatus %> <%= regim.preTotal %> <%=TEXTOHOTEL.SELECCIONAR%>
    <% if(mostrar) {%> <%=TEXTOHOTEL.MOSTRAR_MAS_TIPOS%> <% } %>
  • <% }) %> <% } %>