{% extends 'base.html.twig' %} {% block body %}

Vous êtes dans la liste des formations :

{% if message %}

{{ message }}

{% endif %} {% if formations is not empty %} {% for formation in formations %} {% endfor %}
Département Date de Début Produit Pays Actions
{{ formation.departement }} {{ formation.dateDebut|date("m/d/Y") }} {{ formation.leProduit.libelle }} {{formation.pays}} Supprimer |
{% else %}

Aucune formation disponible.

{% endif %} Ajouter une formation {% endblock %}