{% set title, page_active, page_categorie = 'Aucun titre', '', '' %} {% extends 'base_admin.html.twig' %} {% block title %}New Apprenant{% endblock %} {% block body %}

Create new Apprenant

{{ include('apprenant/_form.html.twig') }} back to list {% endblock %}