{% extends 'base.html.twig' %} {% block title %}Édition de la table Type de Formation{% endblock %} {% block body %}
Table Type de Formation {% for type_formation in type_formations %} {% else %} {% endfor %}
Nom du type de la formation Actions
{{ type_formation.name }} {{ include('cruds/type_formation/_delete_form.html.twig') }}
Aucune entrée
{% endblock %}