{% extends 'base.html.twig' %} {% block title %}LALD / LCDL{% endblock %} {% block body %}

Utilisateurs

{{user.username}}
{{ fonction }}

{% for type, messages in app.session.flashbag.all() %} {% for message in messages %}
{{message}}
{% endfor %} {% endfor %} {% for usr in AllUsers %} {% endfor %}
Id {{ usr.user.getUsername() }} Fonction {{ usr.user.getFonction() }} Mail {{ usr.user.getEmail() }} Restant {{ usr.getRemainingDays }} Pris {{ usr.getTotalDays - usr.getRemainingDays }} Actions
{% endblock %}