<%= _('Title') %> |
<%= _('Last update') %> |
<% contents.each do |content| %>
<% if content.display_to?(user) %>
<%= display_content_in_listing :content=>content, :list_type=>list_type, :recursive=>recursive %>
<% end %>
<% end %>
<%= pagination_links contents, :param_name => 'npage', :page_links => true %>