<%= n_('Viewed one time', 'Viewed %{num} times', @page.hits) % { :num => @page.hits } %>
<% end %>
<% if @page.parent && !@page.parent.path.blank? %>
<%= button(:back, _('Go back to %s') % @page.parent.short_title, @page.parent.url) %>
<% end %>
<%= render :partial => 'shared/disabled_enterprise' %>
<% if NOOSFERO_CONF['addthis_enabled'] %>
<% end %>
<% cache(@page.cache_key(params, user, language)) do %>
">
<% options = @page.image? ? {:gallery_view => true} : {} %>
<%= article_to_html(@page, options) %>
<% end %>
<% if ! @page.categories.empty? %>
> <%= number_of_comments(@page) %>
<% end %> <% if @page.accept_comments? && @comments_count > 1 %><%= _('Post a comment') %>
<% end %><%= render :partial => 'comment', :collection => @comments %>
<% if @page.accept_comments? %>