<% if @pages %>

Found <%= pluralize(@pages.item_count, "match") %>. <% if paginated? %> <% first = @pages.current_page.first_item %> <% last = @pages.current_page.last_item %> Displaying users <%= first %>–<%= last %>. <% end %>

<% end %>