{% extends 'base.html.twig' %} {% block body %}
{% for type, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %}

Gestion Utilisateur

{% if is_granted("ROLE_ADMIN") %} Supprimer {% endif %}
{% include 'user/userInformation.html.twig' %} {#
#} {#
#} {#
#} {#

Information d'organisation

#} {#
#} {#
#} {#
#} {# TODO: dynamic number of project#} {#

Projet : 69 projets vous sont attribués

#} {#
#} {#
#}
{% endblock %} {% block title %} {% endblock %}