From c3fd7a10d270d408b7661501c3c3023d602f7054 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 1 Oct 2020 10:49:04 +0100 Subject: CAFs are listed on applicable system page --- ctrack/caf/templates/caf/applicablesystem_detail.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/ctrack/caf/templates/caf/applicablesystem_detail.html b/ctrack/caf/templates/caf/applicablesystem_detail.html index 719488e..44257cd 100644 --- a/ctrack/caf/templates/caf/applicablesystem_detail.html +++ b/ctrack/caf/templates/caf/applicablesystem_detail.html @@ -13,9 +13,12 @@
{{ object.caf.organisation }}
+
+

{{ object.get_organisation }}

+
-
Function
+
Function/Description

{{ object.function }}

@@ -32,17 +35,22 @@
-

Described in CAFs:

+

Relevant CAF[s]

- + - - + {% for caf in object.get_cafs %} + + + + + {% endfor %} +
CAFStatusComments
{{ caf.version }}{{ caf.comments }}
-- cgit v1.2.3