<% var cnt = 0; _.each(counters.models, function(counter){ var checkboxname = "checkbox_" + cnt; cnt++; var checked = counter.checked; var selected= (counter.attributes.name === options.settings.currentSelection); %> class="selected"<% } %> data-id="<%=counter.attributes.name%>"> <% }) %>
<%= i18n.headers.counterName %> <%= i18n.headers.counterUnitName %> <%= i18n.headers.counterUnitCount %> <%= i18n.headers.counterUnitUsage %> <%= i18n.headers.actions %>
<% if (counter.attributes.name=="") { %> <%= licproduct %> <% } else { %> <%= licproduct + '.' + counter.attributes.name %> <% } %> <%= counter.attributes.unitName %> <%= counter.attributes.unitCount %> <%= counter.attributes.unitUsage %> <%= i18n.actions.actions %>
  • <%= i18n.actions.viewlicensees %>
  • <%= i18n.actions.viewreservation %>