{% extends "admin/base.html.twig" %} {% block title %}Voie de formation | Admin TDY{% endblock %} {% block body %} Éditer une voie de formation {{ include ('admin/voieFormation/_form.html.twig', {form: form, button: 'Éditer'}) }} {% endblock %}