{% extends 'base.html.twig' %} {% block title %}Listes des articles{% endblock %} {% block body %}

Liste des articles

Créer un nouvel article Gestion des catégories
{% for post in pagination %} {% else %} {% endfor %}
Titre Date Auteur
{{ post.title }} {{ post.publicationDate ? post.publicationDate|date('d-m-Y H:i:s') : '' }} {{ post.author.firstName }} {{ post.author.lastName }}
Aucun article trouvé

{{ pagination.getTotalItemCount }} articles total

{% endblock %}