checked="checked"<% }%> /> <%= name %> <%= brand %> <%= sku %> <%= mpn %> <% if (freeShipping == '0' || _.isNull(freeShipping)){%> <%= _.isUndefined(i18n['no']) ? 'no':i18n['no'] %> <% } %> <% if (freeShipping == '1'){%> <%= _.isUndefined(i18n['yes']) ? 'yes':i18n['yes'] %> <% } %> <%= weight %> <%=accounting.formatMoney(price , currency) %> <% if (this.model.has('stats')) {%> <% if (stats.length) {%> <%= _.isUndefined(i18n['Total']) ? 'Total':i18n['Total'] %>: <%= _.reduce(_.pluck(_.filter(stats, function(elem){return elem.status != "new"}), 'count'),function(m, n){ return m+parseInt(n)}, 0) %> <% } else {%> n/a <% } %> <% } else { %> loading <% } %>