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

<% 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 %>