{% extends 'base.html.twig' %} {% block body %}
{{ message }}
{% endif %} {% if formations is not empty %}Département | Date de Début | Produit | Pays | Actions |
---|---|---|---|---|
{{ formation.departement }} | {{ formation.dateDebut|date("m/d/Y") }} | {{ formation.leProduit.libelle }} | {{formation.pays}} | Supprimer | |
Aucune formation disponible.
{% endif %} Ajouter une formation {% endblock %}