<% if @page.display_hits? %>
<% end %>
<% if !@page.tags.empty? %>
<% end %>
<% if @page.parent && !@page.parent.path.blank? %>
<%= n_('Viewed one time', 'Viewed %{num} times', @page.hits) % { :num => @page.hits } %>
<% end %>
<% if @page.license.present? %>
<%= _('Licensed under %s') % (@page.license.url.present? ? link_to(@page.license.name, @page.license.url, :target => '_blank') : @page.license.name) %>
<% end %>
<%= 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? %>