From bf7adb47c92a13dba5b0bbc52fc879865dc07c21 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 23 Oct 2020 12:05:28 +0100 Subject: more tidying of org detail page --- .../organisations/organisation_detail.html | 222 +++++++++------------ 1 file changed, 92 insertions(+), 130 deletions(-) diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index fbe630a..220cc31 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -128,7 +128,7 @@
- +
@@ -206,7 +206,7 @@
-
Type
+
@@ -248,133 +248,11 @@ -
-
-
-
-
Essential Services
-
Created
- {% if applicable_systems|length > 0 %} - {% for es in essential_services %} - - - - - {% endfor %} - {% else %} -

button to create new one here

- {% endif %} -
{{ es.name }} - {{ es.description }} -
-
- - - - -
-
-
-
-
NIS Systems Add - new... -
-
- - {% if applicable_systems|length > 0 %} - {% for ass in applicable_systems %} - - - - - {% endfor %} - {% else %} - Add - new... - {% endif %} -
{{ ass.name }}{{ ass.function }} -
-
-
-
-
-
- - - - - -
-
-
-
-
Essential Services
- - {% if applicable_systems|length > 0 %} - {% for es in essential_services %} - - - - - {% endfor %} - {% else %} -

button to create new one here

- {% endif %} -
{{ es.name }} - {{ es.description }} -
-
-
-
-
- -
-
-
-
-
NIS Systems Add - new... -
-
- - {% if applicable_systems|length > 0 %} - {% for ass in applicable_systems %} - - - - - {% endfor %} - {% else %} - Add - new... - {% endif %} -
{{ ass.name }}{{ ass.function }} -
-
-
-
-
-
- - - - -
+
-
CAFs Add +
@@ -421,10 +299,7 @@ {% endfor %} @@ -439,6 +314,93 @@ + + +
+
+
+
+
Essential Services
+
-
    -
  • - {{ caf.comments }}
  • -
+ {{ caf.comments }}
+ + + + + + + + + {% if applicable_systems|length > 0 %} + {% for es in essential_services %} + + + + + + {% endfor %} + {% else %} +

button to create new one here

+ {% endif %} + +
NameDescriptionAction
+ {{ es.name }} + {{ es.description }} + + Edit +
+
+
+
+
+ +
+
+
+
+
NIS Systems Add + new... +
+
+ + + + + + + + + {% if applicable_systems|length > 0 %} + {% for ass in applicable_systems %} + + + + + + {% endfor %} + {% else %} + Add + new... + {% endif %} +
NameDescriptionAction
{{ ass.name }}{{ ass.function }} + + Edit +
+
+
+
+
+
+
+
+
+ + + + +

People

-- cgit v1.2.3