<%= type_and_paginated_count(type, pages) %>

<% if pages.page_count > 1 %> <%= sidebar_classic_pagination(pages, "#{type}_page") { |page| type_and_paginated_count(type, pages, page) } %> <% end %>