<%= t("scaffold.pagetitle_new", model: ChecklistEntry.model_name.human) %>

<%= turbo_frame_tag "new_checklist_entry" do %> <%= render "form", checklist_entry: @checklist_entry %> <% end %>
<%= link_to t("scaffold.link_index", model: ChecklistEntry.model_name.human(count: 2)), checklist_entries_path %>