<%= display_field(_('Type:'), profile, :privacy_setting, true) %> <%= display_field(_('Location:'), profile, :location, true) %> <% if profile.kind_of?(Enterprise) && !profile.environment.enabled?('disable_products_for_enterprises') %> <% end %> <%= render :partial => 'common' %>
<%= _('Basic information')%>
<%= _('Members') %> <%= link_to profile.members_count, :controller => 'profile', :action => 'members' %>
<%= _('Created at:') %> <%= show_date(profile.created_at) %>
<%= link_to _('Products/Services'), :controller => 'catalog', :action => 'index' %>
<%= _('Administrators:') %> <%= profile.admins.map { |admin| link_to(admin.short_name, admin.url)}.join(', ') %>