From 0e3b505adf629372f1d9213e6778785417df3734 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 30 Nov 2021 22:45:32 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index a9a59d2b..4819e9b2 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -9,6 +9,8 @@

History: {{ case.history }}

+

History: {{ case.discussion }}

+
Series: {% for series in case.series.all %} @@ -38,7 +40,16 @@
Findings -
{{ case.findings | safe}}
+ {% for series in case.series.all %} + {% for finding in series.findings.all %} +
+ + Findings: {{finding.findings.all|join:", "}}
+ Description: {{finding.description}}
+
+ + {% endfor %} + {% endfor %}
Differentials @@ -50,6 +61,7 @@

+ Subspecialty: