<% var mv = ''; var decimals; var topFlopCls; var min; var useFriendlyName = true; var max; _.each(model.models, function(instrument) { mv = instrument.getDescriptorValue("MV"); decimals = instrument.getDecimals(); topFlopCls = instrument.getTopFlopCls(INFOBOLSA.Descriptors.Trend); min = instrument.getDescriptorValue(INFOBOLSA.Descriptors.SessionLow); max = instrument.getDescriptorValue(INFOBOLSA.Descriptors.SessionHigh); url = instrument.composeDetailsUrl('', useFriendlyName); %> <% }); %>
<%=$.t('infobolsa.instrumentList:headers.name')%> Cotización <%=$.t('infobolsa.instrumentList:headers.last')%> <%=$.t('infobolsa.instrumentList:headers.difpct')%> <%=$.t('infobolsa.instrumentList:headers.yearReturn')%> <%=$.t('infobolsa.instrumentList:headers.time')%> <%=$.t('infobolsa.instrumentList:headers.date')%>
<%= instrument.getFriendlyName() %> <%=instrument.getCommodityUnit('MV')%>
<%= instrument.getLast() %>
<%= instrument.getChangePercent() %>
<%= instrument.getYearReturn() %>
<%= instrument.getTime() %>
<%= instrument.getDate() %>