{% form_theme form 'form/checkbox.html.twig' %}

{{ 'profile.title'|trans }}

{{ 'profile.picture'|trans }}

{% if userDocument %} {% else %} {% endif %}
{{ form_start(form, { attr: { 'data-action': 'live#action:prevent', 'data-live-action-param': 'save', } }) }}

{{ 'profile.personal_info'|trans }}1

{{form_row(form.completeName)}} {{form_row(form.phone)}}

{{ 'profile.room'|trans }}2

{{form_row(form.parentChambre)}} {% if form.chambre is defined %} {{form_row(form.chambre)}} {% endif %}

{{ 'profile.billing_address'|trans }} 3

{{form_row(form.address)}} {{form_row(form.postalCode)}}
{{form_end(form)}}