%= block_title(title) %>
- <%= link_to(_('Homepage'), owner.url, :class => 'url') %>
- <%= link_to(_('View profile'), owner.public_profile_url) %>
<% if !user.nil? and owner.organization? and user.has_permission?('edit_profile', profile) %>
- <%= link_to _('Control panel'), :controller => 'profile_editor', :profile => profile.identifier %>
<% end %>
<%= render_profile_actions owner.class %>