From ebddf70f487b7719621b7fded0c989417f46315e Mon Sep 17 00:00:00 2001 From: NguyenND Date: Mon, 27 Apr 2026 14:13:04 -0400 Subject: [PATCH] 04/27 Changed facilities list view --- app/templates/facilities/list.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/templates/facilities/list.html b/app/templates/facilities/list.html index 5e6db75..cabeefb 100644 --- a/app/templates/facilities/list.html +++ b/app/templates/facilities/list.html @@ -51,31 +51,31 @@
{% for facility in group.facilities %} -
+
-
-
+
+
{{ facility.name }} {% if not facility.active %} - Inactive + Inactive {% endif %} -
+
{% if facility.address %} -

+

{{ facility.address }}

{% endif %} -
- +
+ {{ facility.areas.count() }} areas
-