<.form
  :let={f}
  for={@form}
  action={@action}
>
<%= Mix.Tasks.Corex.Gen.Html.indent_inputs(inputs, 2) %>
  <div class="layout__row justify-between">
    <.navigate :if={@return_to} to={@return_to} type="href" class="button">Cancel</.navigate>
    <.action class="button button--accent" type="submit">Save <%= schema.human_singular %></.action>
  </div>
</.form>
