{% extends "::admin.html.twig" %} {% block title %} Liste des théses {% endblock %} {% block entete %} Liste des théses {% endblock %} {% block body %}
{{ include('default/flashBag.html.twig') }} {% for article in articles %} {% endfor %}
Titre Date Action
{{ article.title }} {{ article.datePub | date('d/m/Y') }}
{% endblock %}