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

Formations pour {{ month }}/{{ year }}

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

Aucune formation disponible pour {{ month }}/{{ year }}.

{% endif %} Retour à la liste complète {% endblock %}