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