From 4daa1afea4e4dcd8f931ced871148893a271df00 Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Tue, 16 Nov 2021 13:01:33 +0200 Subject: [PATCH] Groups: Show number of administrators when their list is collapsed --- Web/Presenters/templates/Group/View.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Web/Presenters/templates/Group/View.xml b/Web/Presenters/templates/Group/View.xml index 37177667..4f3ac113 100644 --- a/Web/Presenters/templates/Group/View.xml +++ b/Web/Presenters/templates/Group/View.xml @@ -135,12 +135,14 @@
-
+ {var managersCount = $club->getManagersCount(true)} + +
{_"administrators"}
- {tr("administrators", $club->getManagersCount(true))} + {tr("administrators", $managersCount)}