<% if AeUsers.js_framework == "prototype" -%> <% elsif AeUsers.js_framework == "jquery" -%> <% for grantee in @grantees do -%> <%=grantee.name %><% if grantee.kind_of? Role %> (<%= pluralize(grantee.people.count, "person") %>)<% end %>|<%=grantee.class.name %>:<%= grantee.id %> <% end -%> <% end -%>