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

TypeFormation

Id {{ type_formation.id }}
Libelle {{ type_formation.libelle }}
back to list edit {{ include('type_formation/_delete_form.html.twig') }} {% endblock %}