<% if @organizations.present? %>
<% @organizations.each do |org| %>
<% end %>
<% end %>
<%= render "notifications_list", params: params %>
<%# new or less active users that don't have a page worth of notifications
won't be shown the "load more" button %>
<% if @notifications.size >= @initial_page_size %>