From f4aa5e17544c27fcddb5d8977a3653a31bfccd4d Mon Sep 17 00:00:00 2001
From: Matthew Lemon
Date: Tue, 20 Oct 2020 16:07:02 +0100
Subject: more home page tweaking
---
ctrack/templates/pages/home.html | 64 ++++++++++++++++++++++++----------------
1 file changed, 38 insertions(+), 26 deletions(-)
(limited to 'ctrack/templates/pages/home.html')
diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html
index 69a306f..6436bed 100644
--- a/ctrack/templates/pages/home.html
+++ b/ctrack/templates/pages/home.html
@@ -43,11 +43,14 @@
and other attributes:
@@ -62,7 +65,8 @@
CAFs
- There are {{ no_cafs }} CAFs on
+
There are {{ no_cafs }} CAFs
+ on
ctrack, providing data on {{ no_systems }} critical systems. Of these, 12 have been validated. Use these high level lists to view things by lead inspector, sub-mode
and other attributes:
@@ -90,33 +96,39 @@
Inspectors
- Inspectors are allocated to an organisation and can therefore be grouped by
- the sector that organisation belongs to. This usually means there is one lead
- inspector for each submode, but it is possible for an inspector to lead for an
- organistion in another sector. The applies for deputy inspector roles.
- Lead Inspectors
-
- {% for k, v in submode_inspector_dict.items %}
- - {{ k }} {% for x in v %} {{ x.name }}{% endfor %}
- {% endfor %}
-
- Deputy Lead Inspectors
-
- {% for k, v in submode_deputy_inspector_dict.items %}
- - {{ k }} {% for x in v %} {{ x.name }}{% endfor %}
- {% endfor %}
-
+ Inspectors are allocated to an organisation and can therefore be grouped by
+ the sector that organisation belongs to. This usually means there is one lead
+ inspector for each submode, but it is possible for an inspector to lead for an
+ organistion in another sector. The applies for deputy inspector roles.
+
+
+
Lead Inspectors
+
+ {% for k, v in submode_inspector_dict.items %}
+ - {{ k }} {% for x in v %} {{ x.name }} -{% endfor %}
+ {% endfor %}
+
+
+
+
Deputy Lead Inspectors
+
+ {% for k, v in submode_deputy_inspector_dict.items %}
+ - {{ k }} {% for x in v %} {{ x.name }} -{% endfor %}
+ {% endfor %}
+
+
+
-
-
+
+
+
{# #}
--
cgit v1.2.3