Voici les inscription de {{inscriptions[0].employe.prenom}}
{% if (message) %}
{{message}}
{% endif %}
{% for inscription in inscriptions %}
id inscription : {{inscription.id}}
id formation : {{inscription.statut}}
libelle produit : {{inscription.formation.produit.libelle}}
{% endfor %}