From 28a21c24e130f584d14d5f1c0b463a109f4b1faa Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 15:21:49 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 6779bc04..2e2fcfa0 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -46,14 +46,19 @@ {% for series in case.series.all %} {% for finding in series.findings.all %}
+ Findings: {% for f in finding.findings.all %} {{f.get_link}}, {% endfor %} -
+
+ Structure: {% for s in finding.structures.all %} {{s.get_link}}, - {% endfor %}
- Description: {{finding.description}}
+ {% endfor %} +
+ + Description: {{finding.description}} +
{% endfor %}