From 859c156921153ed158ac3e1e90b32ab10f214d94 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 24 Jul 2023 17:20:39 +0200 Subject: improve index show multiple peoples --- client/templates/client/index.html | 757 +++++++++++++++++++------------------ 1 file changed, 384 insertions(+), 373 deletions(-) (limited to 'client/templates') diff --git a/client/templates/client/index.html b/client/templates/client/index.html index 443308a..0b0b25c 100644 --- a/client/templates/client/index.html +++ b/client/templates/client/index.html @@ -16,411 +16,422 @@ -{% if user.is_staff or perms.client.approved %} - + + + +{% endfor %} {% else %}
@@ -443,7 +454,7 @@ $(document).ready(function(){ $('.collapsible').collapsible(); $('.tap-target').tapTarget(); $('.modal').modal(); - {% if empty %} + {% if docs|length == 0 %} $('.tap-target').tapTarget('open'); {% endif %} var params = {}; -- cgit v1.2.1