From 908b6e758de311b6b6b3d07370b984b18bff6028 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 12 Mar 2020 12:20:39 +0000 Subject: basic CAF detail page --- ctrack/caf/templates/caf/caf_detail.html | 82 +++++++++----------------------- 1 file changed, 23 insertions(+), 59 deletions(-) (limited to 'ctrack/caf') diff --git a/ctrack/caf/templates/caf/caf_detail.html b/ctrack/caf/templates/caf/caf_detail.html index 1cacef5..2cce6d1 100644 --- a/ctrack/caf/templates/caf/caf_detail.html +++ b/ctrack/caf/templates/caf/caf_detail.html @@ -19,18 +19,38 @@
-
{{ object }}
+
Summary
- + - + + + + + + + + + + + + + + + + + + + + +
Quality Grading:Quality Grading: {{ object.quality_grading }}
Confidence Grading:Confidence Grading: {{ object.confidence_grading }}
File:{{ object.file }}
Version:{{ object.version }}
Triage Review Date:{{ object.triage_review_date }}
Triage Review Inspector:{{ object.triage_review_inspector }}
Comments:{{ object.comments }}
@@ -39,62 +59,6 @@
- -
-

Quality Grading

-
- -
-

{{ object.quality_grading }}

-
- -
-

Confidence Grading

-
- -
-

{{ object.confidence_grading }}

-
- -
-

Current Version

-
- -
-

{{ object.version }}

-
- -
-

File (location?)

-
- -
-

{{ object.file }}

-
- -
-

Triage Review Date

-
- -
-

{{ object.triage_review_date }}

-
- -
-

Triage Review Inspector

-
- -
-

{{ object.triage_review_inspector }}

-
- -
-

Comments

-
- -
-

{{ object.comments }}

-
{% endblock %} -- cgit v1.2.3