{% if posts is empty %}
Aucune publication pour le moment.
{% else %} {% for post in posts %} {% include '@Wall/portail/components/post/_card.html.twig' with { post: post, user: user } %} {% endfor %} {% endif %}
{% if nextAfter %} {% else %}
Fin du fil
{% endif %}