% item_label = @pagy.count > 1 ? "organisations" : "organisation" %> <% if @searched.present? %> <% title = "Organisations (#{@pagy.count} #{item_label} matching ‘#{@searched}’ of #{@total_count} total organisations)" %> <% else %> <% title = "Organisations" %> <% end %> <% content_for :title, title %> <%= render SearchComponent.new(current_user:, search_label: "Search by organisation name", value: @searched) %>