<%= __("%s's friends") % profile.name %>

<% cache do%> <% end %> <% button_bar do %> <% if user == profile %> <%= button :edit, _('Manage my friends'), :controller => 'friends', :action => 'index', :profile => profile.identifier %> <% end %> <%= button :back, _('Go back'), { :controller => 'profile' }, :help => _('Back to the page where you come from.') %> <% end %>