<% var self=this; var cnt = 0; _.each(roles.models, function(role) { var checkboxname = "checkbox_" + cnt; cnt++; var selected= (role.attributes.id === options.currentSelection); %> class="selected"<% } %> data-id="<%= otdsCommon.replaceHTMLCharacters(role.attributes.id) %>"> <% var checked = role.checked; %> <% }) %>
<%= i18n.headers.name %> <%= i18n.headers.id %> <%= i18n.headers.userPartitionID %> <%= i18n.headers.location %> <%= i18n.headers.actions %>
type="checkbox" <% if (checked) { %>checked="checked"<% } %>> <%= otdsCommon.replaceHTMLCharacters (role.attributes.name) %> <%= otdsCommon.replaceHTMLCharacters (role.attributes.id) %> <%= otdsCommon.replaceHTMLCharacters (role.attributes.userPartitionID) %> <%= otdsCommon.replaceHTMLCharacters (role.attributes.location) %> <%= i18n.headers.actions %>
  • <%= i18n.headers.properties %>
  • <%= i18n.headers.consolidate %>
  • <%= i18n.headers.roleAssignments %>
  • <%= i18n.headers.viewEffectiveRoles %>
  • <%= i18n.headers.editAdministrators %>
  • <%= i18n.headers.twoFactorAuth %>