<%= button(:back, _('Go back to %s') % @page.parent.short_title, @page.parent.url) %>
<% end %>
<% if @page.display_hits? || @page.license.present? %>
<% if @page.display_hits? %>
<% end %>
<% if !@page.tags.empty? %>
<% end %>
<%= render :partial => 'shared/disabled_enterprise' %>
<% if NOOSFERO_CONF['addthis_enabled'] %>
<% end %>
<% cache(@page.cache_key(params, user, language)) do %>
<%= 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 %>
">
<% options = @page.image? ? {:gallery_view => true} : {} %>
<%= article_to_html(@page, options) %>
<% end %>
<% if ! @page.categories.empty? %>
> <%= display_number_of_comments(@comments_count) %>
<% end %> <% if @page.accept_comments? && @comments.count > 1 %> <%= link_to(_('Post a comment'), '#', :class => 'display-comment-form', :id => 'top-post-comment-button', :onclick => "jQuery('#page-comment-form .display-comment-form').first().click();") %> <% end %><%= render :partial => 'comment/comment', :collection => @comments %> <%= pagination_links @comments, :param_name => 'comment_page' %>
<% if @page.accept_comments? %>