<%= _("%s following") % profile.name %>

<% cache_timeout(profile.manage_friends_cache_key(params), 4.hours) do %> <% if @followed_people.empty? %>

<%= _("You don't follow anybody yet.") %>

<% end %> <%= button_bar do %> <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %> <% end %> <%= render :partial => 'profile_list', :locals => { :profiles => @followed_people } %>
<%= pagination_links @followed_people, :param_name => 'npage' %> <% end %>