<% var topFlopCls; var min; var max; _.each(model.models, function(instrument) { topFlopCls = instrument.getTopFlopClsInv(INFOBOLSA.Descriptors.Trend); max = instrument.getDescriptorValue(INFOBOLSA.Descriptors.YearHigh); min = instrument.getDescriptorValue(INFOBOLSA.Descriptors.YearLow); url = instrument.composeDetailsUrl('', false); %> <% }); %>
<%=$.t('infobolsa.instrumentList:headers.name')%> <%=$.t('infobolsa.instrumentList:headers.last')%> <%=$.t('infobolsa.instrumentList:headers.dif')%> <%=$.t('infobolsa.instrumentList:headers.difpct')%> <%=$.t('infobolsa.instrumentList:headers.highYear')%> <%=$.t('infobolsa.instrumentList:headers.lowYear')%> <%=$.t('infobolsa.instrumentList:headers.date')%>
Austria<%=instrument.getShortName()%> <%=instrument.formatAsNumber(INFOBOLSA.Descriptors.Last,3)%> <%=instrument.getChange()%> <%=instrument.getChangePercent()%> <%=instrument.getYearHigh()%> <%=instrument.getYearLow()%> <%=instrument.getDate()%>