% item_label = @pagy.count > 1 ? "logs" : "log" %> <% if @searched.present? %> <% title = "Your organisation (#{@pagy.count} #{item_label} matching ‘#{@searched}’ of #{@total_count} total logs)" %> <% else %> <% title = "Your organisation (Logs)" %> <% end %> <% content_for :title, title %> <% content_for :tab_title do %> <%= "Logs" %> <% end %> <%= render SubNavigationComponent.new( items: secondary_items(request.path, @organisation.id), ) %>