% events.each do |event| %>
<% if event.profile_comment_id %>
<%== erb :'_news_profile_comment', layout: false, locals: {profile_comment: event.profile_comment, event: event} %>
<% elsif event.follow_id %>
<% elsif event.site_change_id %>
<% site_change_filenames = event.site_change.site_change_filenames %>
<% unless site_change_filenames.empty? %>
<% site_change_filenames.each do |f| %>
<% end %>
<% end %>
<% end %>
<% if !event.follow_id %>
<%== erb :'_news_actions', layout: false, locals: {event: event} %>
<% end %>
<% if event.comments_dataset.count > 0 %>
<% end %>
<% end %>
<% if @page_count > 1 %>
<% end %>
<%== erb :'_news_templates', layout: false %>
<%= comment.message %>