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