2 <% current_page = pages.current_page %>
 
   5 <%= current_page.number %> (<%= current_page.first_item %><% 
 
   6 if (current_page.first_item < current_page.last_item) # if more than 1 trace on page 
 
   7   %>-<%= current_page.last_item %><% 
 
   9 of <%= pages.item_count %>)
 
  11 <% if pages.page_count > 1 %>
 
  12 | <%= pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %>