@ -1,4 +1,4 @@
<% item_label = format_label(@pagy.count, "log") %>
<% item_label = format_label(@pagy.count, "logs") %>
<% title = format_title(@searched, "Logs", current_user, item_label, @pagy.count, nil) %>
<% content_for :title, title %>
<% item_label = format_label(@pagy.count, "housing provider") %>
<% item_label = format_label(@pagy.count, "housing providers") %>
<% title = "Housing Providers" %>
<% if current_user.support? %>
<% item_label = format_label(@pagy.count, "organisation") %>
<% item_label = format_label(@pagy.count, "organisations") %>
<% title = format_title(@searched, "Organisations", current_user, item_label, @pagy.count, nil) %>
<% title = format_title(@searched, "Logs", current_user, item_label, @pagy.count, @organisation.name) %>