Résumé des inscriptions
Email
Étape
Date
Dossier
CV
Pièce d'identité
Diplome
Bulletin
Photo
{% for info in infos %}
{{ info.userName }}
{{ info.userStep }}
{{ info.userDate }}
{% for file,path in info.files %} {% if path == "X" %}
Aucun fichier
{% else %}
Lien
{% endif %} {% endfor %}
{% endfor %}