<%= strings.lockMessage %> <%= strings.clearSelection %>
    <% if( browseMode != 'public' ) { %>
    <% if( assignmentId == null ){ %> <%= strings.exportQuestions.button %> <% if( inMghWs ){ %> <%= strings.eztoExport.button %> <% } %> <% if(showEditControls ){ %> <% if( rolePrivileges.get('createQuestion') ){ %> <%= strings.clone.button %> <% } %> <% if( model.parent != null && this.model.parent.isGroup() ){ %> <%= strings.removeFromGroup.button %> <% } %> <% if( model.parent != null && this.model.parent.isSubject() ){ %> <%= strings.removeFromSubject.button %> <% } %> <% if( rolePrivileges.get('deleteQuestion') ){ %> <% if( viewingDeletedQuestions ){ %> <%= strings.undelete.button %> <%= strings.permanentlyDelete.button %> <%= strings.cleanup.button %> <% }else{ %> <%= strings.deleteQuestions.button %> <% } %> <% } %> <% }else if( currentClassId > 0 && rolePrivileges.get('createQuestion')) {%> <%= strings.importQuestions.button %> <% } %>
    <% }else{ %> <%= strings.addAsItems.button %>  <%= strings.addAsGroup.button %>  <% } %> <% } %>