<%= subsection.label %>
Check your answers
<% if subsection.id == "setup" && subsection.status(@case_log) == :completed %>
Changing these answers might remove answers you've already given in other sections.
<% end %>
<%= display_answered_questions_summary(subsection, @case_log) %>
<%= render partial: 'form/check_answers_summary_list', locals: {
subsection:,
case_log: @case_log,
} %>
<%= form_with model: @case_log, method: "get" do |f| %>
<%= f.govuk_submit "Save and return to log" do %>
<% if @case_log.status == "in_progress" %>
<%= govuk_button_link_to "Save and go to next incomplete section", "/logs/#{@case_log.id}/#{@case_log.form.next_incomplete_section_redirect_path(subsection, @case_log)}", secondary: true %>
<% end %>
<% end %>
<% end %>