<% var mv = ''; var decimals; var topFlopCls; _.each(model.models, function(instrument) { mv = instrument.getDescriptorValue("MV"); topFlopCls = instrument.getTopFlopCls(INFOBOLSA.Descriptors.Trend); decimals = instrument.getDecimals(); url = instrument.composeDetailsUrl(); %> <% }); %>
<%=$.t('infobolsa.instrumentList:headers.name')%> <%=$.t('infobolsa.instrumentList:headers.last')%> <%=$.t('infobolsa.instrumentList:headers.dif')%> <%=$.t('infobolsa.instrumentList:headers.difpct')%> <%=$.t('infobolsa.instrumentList:headers.time')%> <%=$.t('infobolsa.instrumentList:headers.date')%>
<%= instrument.getShortName() %> <%= instrument.getLast() %> <%= instrument.getChange() %> <%= instrument.getChangePercent() %>
<%= instrument.getTime() %>
<%= instrument.getDate() %>