From 84e5d7c87abcda1750711f1e099ff68f75945d5f Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 28 Aug 2025 09:21:38 +0200 Subject: [PATCH] Correction --- templates/user/show.html.twig | 8 ++++++++ 1 file changed, 8 insertions(+) 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' %}