<% // Only show edit and delete options if the groups aren't read-only.
if (!webManager.getGroupManager().isReadOnly()) { %>
<% } %>
<%= group.getName() %>
<%= group.getDescription() != null ? group.getDescription() : "" %>
<% if (webManager.getGroupManager().isPropertyReadOnly()) { %>
<% if (enableRosterGroups) { %>
<% } else { %>
<% } %>
<% } else { %>
<% } %>