1 <h4 class="fs-5"><%= type_and_paginated_count(type, pages) %></h4>
 
   2 <% if pages.page_count > 1 %>
 
   3   <%= sidebar_classic_pagination(pages, "#{type}_page") do |page|
 
   5           :title => type_and_paginated_count(type, pages, page),
 
   6           :data => { :turbo => "true" }