2 <% current_page = pages.current_page %>
4 <% if pages.page_count > 1 %>
5 <%= t'browse.paging_nav.showing_page' %>
6 <%= current_page.number %> (<%= current_page.first_item %><%
7 if (current_page.first_item < current_page.last_item) # if more than 1 trace on page
8 %>-<%= current_page.last_item %><%
10 <%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
13 <%= raw pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %>