{% if comments is empty %}
Aucun commentaire pour le moment.
{% else %} {% for comment in comments %} {% include '@Wall/portail/components/post/_comment_item.html.twig' with { comment: comment } %} {% endfor %} {% endif %}
{% if user is defined %} {% if user.image is null %} matdash-img {% else %} matdash-img {% endif %} {% endif %}