{#--Tab commentaires fournisseur --#}
{% if user.comments is empty %} {% endif %}
{% for note in user.comments %}
{{ note.user ? note.user.firstName : '' }} {{ note.createAt|date("d/m/Y H:i") }}
{{ note.description }} Modifier
{% endfor %}