{{ 'feed.title'|trans }}
{{ 'feed.create_post'|trans }}
{{ 'feed.no_posts'|trans }}
{{ post.createdAt|date('d/m/Y à H:i') }} {% if post.isPinned %} 📌 {{ 'feed.pinned'|trans }} {% endif %}
{{ 'feed.comments'|trans }} ({{ post.commentsCount }})
{% for comment in post.comments %}{{ comment.content|nl2br }}