<%= t("scaffold.pagetitle_edit", model: Checklist.model_name.human) %>

<%= render "form", checklist: @checklist %>
<%= link_to t("scaffold.link_show", model: Checklist.model_name.human), @checklist %> <%= link_to t("scaffold.link_index", model: Checklist.model_name.human(count: 2)), checklists_path %>