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