{% extends "admin/base.html.twig" %} {% block title %}Voie de formation | Admin TDY{% endblock %} {% block body %}
{% for message in app.flashes('success') %} {% endfor %}

Les voies de formation

Ajouter une voie de formation
{% for voieFormation in voieFormations %}
{{ voieFormation.nom }}
{% endfor %}
{% endblock %}