From 633c255598624512f7cc03e67396d152ff2daef6 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 4 Sep 2025 10:18:40 +0200 Subject: [PATCH] Add organization status --- templates/organization/index.html.twig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/organization/index.html.twig b/templates/organization/index.html.twig index 2977229..76a06de 100644 --- a/templates/organization/index.html.twig +++ b/templates/organization/index.html.twig @@ -25,6 +25,7 @@ Nom Email Visualiser + Status @@ -38,6 +39,13 @@ {{ organization.name }} {{ organization.email }} + + {% if organization.active %} + Active + {% else %} + Inactive + {% endif %} +