{% extends 'admin/base.html.twig' %} {% block title %}Les thématiques | Administration{% endblock %} {% block body %} {% for message in app.flashes('success') %} {% endfor %}

Les thématiques

Vous avez {{ thematics|length }} thématique(s)
Titre de la thématique
Teasing
Actions
{% include 'admin/thematic/_list.html.twig' %}
{% endblock %}