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

<%= render "form", check: @check %>
<%= link_to t("scaffold.link_index", model: Check.model_name.human(count: 2)), checks_path %>