<%= __("%s's enterprises") % profile.name %>
<% @enterprises.each do |enterprise| %>
<%= profile_image_link(enterprise)%>
<% end %>
<% button_bar do %>
<%= button :back, _('Go back'), { :controller => 'profile' },
:help => _('Back to the page where you come from.') %>
<%= button :add, __('Register a new Enterprise'),
:controller => 'enterprise_registration' if logged_in? %>
<% end %>