<%= l('K2_USER_DETAILS') %>

<% _.each(form.user_details, function(field) { %>
<%= field.label %>
<%= field.input %>
<% }); %>

<%= l('K2_USER_GROUPS') %>

<%= form.groups %>

<%= l('K2_USER_PROFILE') %>

<%= form.description %>
<%= form.gender %>
<% _.each(form.k2Plugins['users'], function(field) { %>
<%= field.label %>
<%= field.input %>
<% }); %>

<%= l('K2_USER_SETTINGS') %>

<% _.each(form.settings, function(field) { %>
<%= field.label %>
<%= field.input %>
<% }); %>