diff --git a/chat/templates/chat/chat_allusers.html b/chat/templates/chat/chat_allusers.html index 973f16c..b3572ca 100644 --- a/chat/templates/chat/chat_allusers.html +++ b/chat/templates/chat/chat_allusers.html @@ -20,14 +20,20 @@ position: absolute; } -
+

Chat öffnen


- {% for user in usersofagency %} - +
+
+ {% for user in usersofagency %} + {% if forloop.counter|divisibleby:4 %} +
+
+ {% endif %} +
@@ -49,6 +55,7 @@
{% endfor %} +