<%= f.label :first %> <%= f.text_field :first %>
<%= f.label :last %> <%= f.text_field :last %>
<%= f.label :email %> <%= f.text_field :email %>
<%= f.label :is_active %> <%= f.check_box :is_active %>