<% articles.each do |article| %> <% if article.display_to?(user) %> <%= display_article_in_listing(article, recursive, 0) %> <% end %> <% end %>
<%= _('Title') %> <%= _('Last update') %>

<%= pagination_links(articles, {:param_name => 'npage', :prev_label => '« ' + _('Previous'), :next_label => _('Next') + ' »', :page_links => true}) %>