diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html
index 4819e9b2..d89542a6 100755
--- a/atlas/templates/atlas/case_display_block.html
+++ b/atlas/templates/atlas/case_display_block.html
@@ -32,24 +32,25 @@
- Condition:
-
- {% for con in case.condition.all %}
- - {{con}}
- {% endfor %}
-
+ Condition:
+
+ {% for con in case.condition.all %}
+ - {{con}}
+ {% endfor %}
+
Findings
- {% for series in case.series.all %}
- {% for finding in series.findings.all %}
-
-
- Findings: {{finding.findings.all|join:", "}}
- Description: {{finding.description}}
-
+ See individual series for more details.
+ {% for series in case.series.all %}
+ {% for finding in series.findings.all %}
+
+ Findings: {{finding.findings.all|join:", "}}
+ Structure: {{finding.structure}}
+ Description: {{finding.description}}
+
- {% endfor %}
{% endfor %}
+ {% endfor %}
Differentials
@@ -61,20 +62,20 @@
- Subspecialty:
-
- {% for sub in case.subspecialty.all %}
- - {{sub}}
- {% endfor %}
-
+ Subspecialty:
+
+ {% for sub in case.subspecialty.all %}
+ - {{sub}}
+ {% endfor %}
+
{% include 'question_notes.html' %}
- Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}
>
+Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}
>
- Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}
\ No newline at end of file
+Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}
diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html
index 9a2e41de..9fd0346b 100755
--- a/atlas/templates/atlas/series_viewer.html
+++ b/atlas/templates/atlas/series_viewer.html
@@ -24,6 +24,7 @@
Findings: {{finding.findings.all|join:", "}}
+ Structure: {{finding.structure.all|join:", "}}
Description: {{finding.description}}
Delete finding