{% extends 'base.html.twig' %} {% block title %}Ajouter d'un professionnel{% endblock %} {% block body %}
Ajouter un professionnel
{# templates/etudiant/ajouter.html.twig #} {{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }}
{% endblock %}