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
-