%= 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) %>
<%= check_box 'user', 'admin' %>
<%= check_box 'user', 'mail_notification' %>
<%= check_box 'user', 'locked' %>