<% item_label = @pagy.count > 1 ? "organisations" : "organisation" %> <% if @searched.present? %> <% title = "Organisations (#{@pagy.count} #{item_label} matching ‘#{@searched}’)" %> <% else %> <% title = "Organisations" %> <% end %> <% content_for :title, title %>

<% if current_user.support? && request.path == "/organisations" %> Organisations <% end %> <% if current_user.support? && request.path != "/organisations" %> <%= @organisation.name %>

Organisations

<% end %> <% items = tab_items(current_user) %>

Organisations

<% if current_user.support? %> <%= govuk_button_link_to "Create a new organisation", new_organisation_path, html: { method: :get } %> <% end %> <%= render SearchComponent.new(current_user:, search_label: "Search by organisation name", value: @searched) %>
<%= render partial: "organisation_list", locals: { organisations: @organisations, title: "Organisations", pagy: @pagy, searched: @searched, item_label:, total_count: @total_count } %> <%== render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "organisations" } %>