% item_label = @pagy.count > 1 ? "logs" : "log" %> <% if @searched.present? %> <% title = "Logs (search results for ‘#{@searched}’#{@pagy.last > 1 ? ", page #{@pagy.page} of #{@pagy.last}" : ''}) - Submit social housing and sales data (CORE) - GOV.UK" %> <% else %> <% title = "Logs #{@pagy.last > 1 ? "(page #{@pagy.page} of #{@pagy.last}) " : ''}- Submit social housing and sales data (CORE) - GOV.UK" %> <% end %> <% content_for :title, title %> <% content_for :tab_title do %> <%= "Logs" %> <% end %> <%= render SubNavigationComponent.new( items: secondary_items(request.path, @organisation.id), ) %>