Commentaires

{% if prestation.commentaires|length > 0 %} {% for commentaire in prestation.commentaires %}

Par {% if 'ROLE_ADMIN' in commentaire.user.getroles() %} {{ commentaire.user.username }} {% else %} {{ commentaire.user.username }} {% endif %} - {{ commentaire.dateCommentaire|date('d/m/Y H:i')}}

{{ commentaire.commentaire }}

{% endfor %} {% else %} {% include 'app/noResult.html.twig' %} {% endif %}