-#= simple_form_for @singular_table_name do |f| = simple_form_for(@user, url:[:admin, @user]) do |f| = f.error_notification .form-inputs = f.input :name, required: true, autofocus: true = f.input :birthday, as: :date, required: true, autofocus: true = f.input :email, required: true, autofocus: true = f.input :password, required: true, hint: ("Minimo de #{@minimum_password_length} caracteres" if @minimum_password_length) = f.input :password_confirmation, required: true = f.input :country, priority: ["BR"], required: true, autofocus: true = f.input :state, required: true, autofocus: true = f.input :city, required: true, autofocus: true = f.input :institution, required: false, autofocus: true -#= f.input :association_type , collection: [:discount, :full], include_blank: false = f.input :newsletter = f.input :active .form-actions = f.button :submit