{% extends "layout-adm.html.twig" %} {% block robots %}{% endblock %} {% block content %}

{{ block('title') }}

{% for flashMessage in app.session.flashbag.get('success') %}
{{ flashMessage }}
{% endfor %}
{% if users %}
{% for user in users %} {% endfor %}
Name Role
{{ user.username }} {% if user.role == 'ROLE_ADMIN' %} Admin {% else %} User {% endif %}
{% else %}
No users found.
{% endif %}
{% if infos %}
{% for info in infos %} {% for file,path in info.files %} {% if path == "X" %} {% else %} {% endif %} {% endfor %} {% endfor %}
Email Étape Date Dossier CV Pièce d'identité Diplome Bulletin Photo
{{ info.userName }} {{ info.userStep }} {{ info.userDate }}Aucun fichierLien
{% else %}
No inscriptions found.
{% endif %}
{% endblock %}