{{ article.titre }}
{{ article.contenu }}
Publié le {{ article.createdAt|date('d/m/Y H:i') }} par {{ article.auteurId }}
Commentaires ({{ article.commentaires|length }})
{% if article.commentaires|length > 0 %}-
{% for commentaire in article.commentaires %}
-
{{ commentaire.user }}
le {{ commentaire.createdAt|date('d/m/Y H:i') }}
{{ commentaire.contenu }}
{% endfor %}
Aucun commentaire pour le moment.
{% endif %}Ajouter un commentaire
{{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }}Vous devez être connecté pour commenter.
{% endif %}