<% if @scheme.confirmed? && @scheme.all_locations_inactive? %>
<span class="app-!-colour-muted">No currently active locations</span>
<% end %>
<% if @scheme.confirmed? && @scheme.locations.confirmed.none? && LocationPolicy.new(current_user, @scheme.locations.new).create? %>
<span class="app-!-colour-muted">Complete this scheme by adding a location using the <%= govuk_link_to("‘locations’ tab", scheme_locations_path(@scheme)) %>.</span>