From 3289d547622c2b84daff40d777a74fe525acf37d Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 17:23:06 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 01388447..da28aaf3 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -42,6 +42,7 @@
Findings + {% if case.series.all %} See individual series for more details.
{% for series in case.series.all %} {% for finding in series.findings.all %} @@ -72,6 +73,9 @@ {% endfor %} {% endfor %} + {% else %} + No findings associated with case. + {% endif %}
Differentials