{{ form_start(form) }}
{% if profil is defined and profil.picture %}
{{ profil.fullName }}
{% endif %} {{ form_row(form.firstname) }} {{ form_row(form.lastname) }}
{{ form_row(form.gender) }}
{{ form_row(form.birthday) }} {{ form_row(form.placeBirth) }} {{ form_row(form.pictureFile) }} {% if form.relationBetween is defined %} {{ form_row(form.relationBetween) }} {% endif %}
{{ form_widget(form.old) }}
{{ form_end(form) }}