<% var self=this; var cnt = 0; _.each(oauthclients.models, function(oauthclient) { var checkboxname = "checkbox_" + cnt; cnt++; var selected= (oauthclient.attributes.id === options.currentSelection); %> class="selected"<% } %> data-id="<%= otdsCommon.replaceHTMLCharacters(oauthclient.attributes.id)%>"> <% var checked = oauthclient.checked; %> <% }) %>
<%= i18n.headers.clientid %> <%= i18n.headers.description %> <%= i18n.headers.actions %>
type="checkbox" <% if (checked) { %>checked="checked"<% } %>> <%= otdsCommon.replaceHTMLCharacters (oauthclient.attributes.id) %> <%= otdsCommon.replaceHTMLCharacters (oauthclient.attributes.description) %> <%= i18n.actions.actions %>
  • <%= i18n.actions.properties %>
  • <%= i18n.actions.impersonation %>