<%= profile_image(block.owner, :big) +"\n" %>
<% if !user.nil? and user.has_permission?('edit_profile', profile) %>
<%= link_to _('Control panel'), :controller => 'profile_editor' %>
<% end %>