simple_form_for(@<%= singular_table_name %>) do |f|

= f.error_notification

= f.inputs do

<% attributes.each do |attribute| -%>

= f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %>

<% end -%>

= f.actions do
  = f.button :submit