From e42030b1ba6ed61e9fb573d229b88684006f1857 Mon Sep 17 00:00:00 2001
From: Oskar Hahn
Date: Wed, 7 Sep 2011 09:56:19 +0200
Subject: [PATCH] count users in partition overview
---
openslides/participant/templates/participant/overview.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/openslides/participant/templates/participant/overview.html b/openslides/participant/templates/participant/overview.html
index 2258020ff..6c4def0e4 100644
--- a/openslides/participant/templates/participant/overview.html
+++ b/openslides/participant/templates/participant/overview.html
@@ -34,6 +34,7 @@
{% endfor %}
+ {{ users|length }} {% trans "Shown Users" %}