{% if comment.etat == 0 %}
{% if app.user == comment.user %}
{% endif %}
{% if comment.user.image %} Avatar de {{comment.user.nom}} {% else %} Avatar de {{comment.user.nom}} {% endif %}

{{ comment.commentaire|raw }}

{{ comment.user }}

{% for i in 1..5 %} {% if i <= comment.rating %} {% else %} {% endif %} {% endfor %}
{% endif %}