From d9e77798287cde0c20f69c111cc82ced209fdda5 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 15:25:46 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 2e2fcfa0..6a63a4f9 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -46,11 +46,13 @@ {% for series in case.series.all %} {% for finding in series.findings.all %}
- - Findings: {% for f in finding.findings.all %} - {{f.get_link}}, - {% endfor %} - + {% if finding.findings.all %} + + Findings: {% for f in finding.findings.all %} + {{f.get_link}}, + {% endfor %} + + {% endif %} Structure: {% for s in finding.structures.all %} {{s.get_link}},