<% if profile.enterprise? && !profile.enabled? && !profile.blocks.select {|b| b.class == DisabledEnterpriseMessageBlock}.any? %>
<%= environment.message_for_disabled_enterprise %>
<% end %>

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

<%= render :partial => partial_for_class(profile.class) %> <% cache_timeout(profile.identifier + '-profile-general-info', 4.hours.from_now) do %> <% end %>
<%= _('Content') %>
<%= _('Content published:') %> <%= link_to _('Site map'), :controller => 'profile', :action => 'sitemap' %>
<%= link_to _('Events'), :controller => 'events', :action => 'events' %>
<%= _('Tags:') %> <%= tag_cloud @tags, :id, { :action => 'tag' }, :max_size => 18, :min_size => 10%>