<% title = @scheme.service_name %> <% content_for :title, title %> <% if current_user.support? %> <% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { "Schemes (#{@scheme.owning_organisation.name})" => schemes_organisation_path(@scheme.owning_organisation), content_for(:title) => "", }) %> <% else %> <% content_for :before_content do %> <%= govuk_back_link(href: schemes_path) %> <% end %> <% end %> <%= render partial: "organisations/headings", locals: { main: @scheme.service_name, sub: nil } %>
<%= render SubNavigationComponent.new(items: scheme_items(request.path, @scheme.id)) %>

Scheme

<% @scheme.check_details_attributes.each do |attr| %> <% if attr[:name] == "Status" %>
Status
<%= details_html({ name: "Status", value: status_tag_from_resource(@scheme), id: "status" }) %> <% if @scheme.confirmed? && @scheme.locations.confirmed.none? && LocationPolicy.new(current_user, @scheme.locations.new).create? %> Complete this scheme by adding a location using the <%= govuk_link_to("‘locations’ tab", scheme_locations_path(@scheme)) %>. <% end %>
<% elsif attr[:id] != "secondary_client_group" || @scheme.has_other_client_group == "Yes" %> <%= render partial: "scheme_summary_list_row", locals: { scheme: @scheme, attribute: attr, change_link: change_answer_link(@scheme, attr[:id], current_user) } %> <% end %> <% end %>
Availability
<%= details_html({ name: "Availability", value: scheme_availability(@scheme), id: "availability" }) %>
<% if SchemePolicy.new(current_user, @scheme).deactivate? %> <%= toggle_scheme_link(@scheme) %> <% end %>