%= error_messages_for 'user' %>
*
<%= text_field 'user', 'login', :size => 25 %>
*
<%= password_field_tag 'password', nil, :size => 25 %>
*
<%= password_field_tag 'password_confirmation', nil, :size => 25 %>
*
<%= text_field 'user', 'firstname' %>
*
<%= text_field 'user', 'lastname' %>
*
<%= text_field 'user', 'mail' %>
<%= select("user", "language", Localization.langs.invert) %>
<%= custom_field_tag_with_label custom_value %>
<% end %><%= check_box 'user', 'admin' %>
<%= check_box 'user', 'mail_notification' %>