% content_for :title, "Log #{@case_log.id}" %> <% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { "Logs" => "/logs", content_for(:title) => "" }) %> <%= turbo_frame_tag "case_log_form", target: "_top" do %>
You have completed <%= get_subsections_count(@case_log, :completed) %> of <%= get_subsections_count(@case_log, :all) %> sections.
<% next_incomplete_section = get_next_incomplete_section(@case_log) %>
> Skip to next incomplete section: <%= next_incomplete_section.label %>
<%= render "tasklist" %>