From d210853a13aa3468f78dbfc3212f3930771498bf Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 20 Oct 2020 10:40:00 +0100 Subject: smashing the HTML on the home page --- ctrack/caf/templates/caf/caf_list.html | 66 +++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 28 deletions(-) (limited to 'ctrack/caf/templates') diff --git a/ctrack/caf/templates/caf/caf_list.html b/ctrack/caf/templates/caf/caf_list.html index ef0088f..e1467a0 100644 --- a/ctrack/caf/templates/caf/caf_list.html +++ b/ctrack/caf/templates/caf/caf_list.html @@ -19,35 +19,45 @@
-

All CAFs

-
-
- - +

+ + + + + All CAFs +

+
+
+
+ + + + + + + + + {% for caf in object_list %} - - - - + + + + - - {% for caf in object_list %} - - - - - - - {% endfor %} -
OrganisationCAFSub ModeApplicable Systems
OrganisationCAFSub ModeApplicable Systems{{ caf.organisation }} + {{ caf }}{{ caf.sub_mode }} + +
{{ caf.organisation }} - {{ caf }}{{ caf.sub_mode }} - -
-
+ {% endfor %} +
+
{% endblock %} -- cgit v1.2.3