%= simple_form_for([:settings,@settings_account]) do |f| %>
<%= f.error_notification %>
<%= f.input :title %>
<%= f.input :account_type, :collection => Lookup.collection_of("account_type") %>
<%= f.input :discount %>
<%= f.input :point %>
<%= f.input :bonus %>
<%= f.input :rebate %>
<%= f.button :submit %>
<% end %>