{{ form_start(form) }}

test form1 username

{% if is_granted("ROLE_USER") %} Bonjour Hi {{ app.user.name }} {% endif %}
{{ form_row(form.name, { 'value': app.user.name }) }}
{{ form_row(form.status) }}
{{ form_end(form) }}