{% 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

{#
#} {#
#} {# {% for app in apps %}#} {#
#} {#
#} {#
#} {# {% if app.logoMiniUrl %}#} {# Logo {{ app.name }}#} {# {% endif %}#} {#
#} {#

{{ app.name|title }}

#} {#
#} {#
#} {#
#} {#
#} {#

#} {# Description :#} {# {{ app.descriptionSmall|default('Aucune description disponible.')|raw }}#} {#

#} {#
#} {# #}{# find appGroup once, used in both editable and read-only branches #} {# {% set appGroup = data.uoas[app.id]|default(null) %}#} {# {% if canEdit %}#} {#
#} {#
#} {# #} {#
#} {# {% if appGroup %}#} {# {% for role in data.rolesArray %}#} {# #} {# #} {# {% endfor %}#} {# {% else %}#} {#

Aucun rôle défini pour cette application.

#} {# {% endif %}#} {#
#} {# #} {#
#} {#
#} {# {% else %}#} {#
#} {# #} {#
#} {# {% if appGroup %}#} {# {% for role in data.rolesArray %}#} {# #} {# #} {# {% endfor %}#} {# {% else %}#} {#

Aucun rôle défini pour cette application.

#} {# {% endif %}#} {#
#} {#
#} {# {% endif %}#} {#
#} {#
#} {#
#} {# {% endfor %}#} {#
#} {#
#}
{% endblock %} {% block title %} {% endblock %}