<% site_followings = site.followings %> <% if (!is_current_site && !site_followings.empty?) || is_current_site %>

<%= is_current_site ? 'Sites you follow' : 'This site follows' %>

<% if site_followings.empty? %>

You are not following any sites yet. Add some by browsing sites or looking at your tags. <% else %> <% site.followings_dataset.select(:site_id).all.each do |following| %> <% end %> <% end %>

<% end %> <% site_follows = site.follows %> <% if (!is_current_site && !site_follows.empty?) || is_current_site %>

Followers

<% if site_follows.empty? %> No followers yet. <% else %> <% site.profile_follows_actioning_ids.each do |follow| %> <% follow_actioning_site = follow.actioning_site_dataset.select(:username).first %> <% end %> <% end %>
<% end %>