{{ form_row(form.name) }}
{{ form_row(form.lastname) }}
{{ form_row(form.email) }}
{% if form.vars.active %}
{{ form_row(form.active) }}
{% endif %} {% if form.vars.roles %}
{{ form_row(form.roles) }} {{ form_row(form.cliente) }} {{ form_row(form.codigo) }}
{% endif %}
{{ form_row(form.emailConfirmation) }}
{{ form_row(form.password) }}