diff --git a/templates/user/show.html.twig b/templates/user/show.html.twig index 906e047..ca1c3b1 100644 --- a/templates/user/show.html.twig +++ b/templates/user/show.html.twig @@ -10,8 +10,16 @@ {% endif %} {% include 'user/userInformation.html.twig' %} + {% if orgs|length >1 %}

Vos applications

+ {% elseif orgs|length == 1 %} + {% for org in orgs %} +

{{ org.name }}

+ {% endfor %} + {% else %} +

Aucune application

+ {% endif %}
{% for uoa in uoas %} {% include 'user/application/information.html.twig' %}