%= error_messages_for 'person' %>
<%= text_field 'person', 'name' %>
<%= text_field 'person', 'nick' %>
<%= text_field 'person', 'firstname' %>
<%= text_field 'person', 'lastname' %>
<%= text_field 'person', 'email' %>
<%= text_field 'person', 'tel' %>
<%= password_field 'person', 'password' %>