<%= turbo_frame_tag "case_log_form", target: "_top" do %>

Tasklist for log <%= @case_log.id %>

This submission is <%= @case_log.status.to_s.humanize.downcase %>

You’ve completed <%= get_subsections_count(@form, @case_log, :completed) %> of <%= get_subsections_count(@form, @case_log, :all) %> sections.

<% next_incomplete_section = get_next_incomplete_section(@form, @case_log).id %> > Skip to next incomplete section

<%= render "tasklist", locals: { form: @form } %>
<% end %>