{% extends 'base.html.twig' %} {% block body %}
Département | Date de Début | Produit | Pays |
---|---|---|---|
{{ formation.departement }} | {{ formation.dateDebut|date("d/m/Y") }} | {{ formation.leProduit.libelle }} | {{ formation.pays }} |
Aucune formation disponible pour {{ month }}/{{ year }}.
{% endif %} Retour à la liste complète {% endblock %}