{% extends 'admin/base.html.twig' %} {% block title %}Editer une thématique | Administration{% endblock %} {% block body %}

Éditer une thématique

{{ include('admin/thematic/_form.html.twig', {'button_label': 'Éditer'}) }}
{% endblock %}