<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later # Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>

Organization Users

<% is_admin = current_role?(:nonprofit_admin) %> <% @nonprofit.roles.includes(user: :profile).each do |role| %> <% end %>
Name Email Role
<%= role.user.profile.name %> <%= role.user.email %> <%= role.name.to_s.titleize.split(' ').last %> <% if is_admin %>
<% end %>
<% if current_role?([:nonprofit_admin,:super_admin]) %> New User <% end %>
What's the difference between an Associate and an Admin?