{% extends 'base.html.twig' %} {% block title %}Ajouter Formation {% endblock %} {% block body %}

Gestion des formations

{{ include('formation/_form.html.twig') }} {% endblock %}