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

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

This submission is <%= @case_log.status %>

You've completed 0 of 9 sections.

Skip to next incomplete section

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