{% extends "admin/base.html.twig" %} {% block title %}Centre | Admin TDY{% endblock %} {% block body %} Éditer un centre {{ include ('admin/centre/_form.html.twig', {form: form, button: 'Éditer'}) }} {% endblock %}