<% @feeds.each do |feed| %> <% if feed_processes?(feed) %> <%= render Widget::Feeds::FeedComponent.new(feed) %> <% end %> <% end %>