{% extends "::admin.html.twig" %} {% block title %} Groupe d'etude {% endblock %} {% block entete %} Groupe d'etude{% endblock %} {% block body %}
{{ include('default/flashBag.html.twig') }} {% for article in articles %} {% endfor %}
Titre Document Action
{{ article.title }}
{% endblock %}