Nouveau bien
{% for label, messages in app.flashes %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% endfor %}
{{ form_start(formProperty, {'attr': {'id': 'formProperty','class': 'needs-validation'}}) }}
{{ form_row(formProperty.name) }}
{{ form_row(formProperty.type) }}
{{ form_row(formProperty.owner) }}
{{ form_row(formProperty.price) }}
{{ form_row(formProperty.description) }}
{{ form_row(formProperty.address) }}
{{ form_row(formProperty.quarter) }}
{{ form_row(formProperty.city) }}
{{ form_row(formProperty.country) }}
{{ form_widget(formProperty.agence) }}
{{ form_end(formProperty) }}