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

<% if @favorite_enterprises.empty? %>

<%= __('You have no favorite enterprises yet.') %>

<% end %> <% button_bar do %> <%= button(:back, _('Go back'), :controller => 'profile_editor') %> <% end %>