diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 6779bc04..2e2fcfa0 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -46,14 +46,19 @@ {% for series in case.series.all %} {% for finding in series.findings.all %}
+ Findings: {% for f in finding.findings.all %} {{f.get_link}}, {% endfor %} -
+
+ Structure: {% for s in finding.structures.all %} {{s.get_link}}, - {% endfor %}
- Description: {{finding.description}}
+ {% endfor %} +
+ + Description: {{finding.description}} +
{% endfor %}