diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html
index 495c3a09..9ba0c65b 100755
--- a/atlas/templates/atlas/case_display_block.html
+++ b/atlas/templates/atlas/case_display_block.html
@@ -1,142 +1,142 @@
-
+
-
- {{ case.created_date|date:"d/m/Y" }}
-
-
- ID: {{ case.id }}
-
-
Title: {{ case.title }}
+
+ {{ case.created_date|date:"d/m/Y" }}
+
+
+ ID: {{ case.id }}
+
+
Title: {{ case.title }}
-
Description: {{ case.description }}
+
Description: {{ case.description }}
-
- Presentation:
-
- {% for presentation in case.presentation.all %}
- - {{presentation.get_link}}
- {% endfor %}
-
-
+
+ Presentation:
+
+ {% for presentation in case.presentation.all %}
+ - {{presentation.get_link}}
+ {% endfor %}
+
+
-
History: {{ case.history }}
+
History: {{ case.history }}
-
Discussion: {{ case.discussion }}
+
Discussion: {{ case.discussion }}
-
Report: {{ case.report }}
+
Report: {{ case.report }}
-
+
{% comment %}
Scrapped: {{ case.scrapped }} (toggle) {% endcomment %}
-
-
- Condition:
-
- {% for con in case.condition.all %}
- - {{con.get_link}}
- {% endfor %}
-
-
-
- Findings
- {% if case.series.all %}
- {% for series in case.series.all %}
- {% for finding in series.findings.all %}
-
-
- Series {{series.pk}}: {{series.get_examination_full}} |
-
- {% if finding.findings.all %}
-
- Findings: {% for f in finding.findings.all %}
- {{f.get_link}},
- {% endfor %}
-
- {% endif %}
- {% if finding.structures.all %}
-
- Structure: {% for s in finding.structures.all %}
- {{s.get_link}},
- {% endfor %}
-
- {% endif %}
- {% if finding.description %}
-
- Description: {{finding.description}}
-
- {% endif %}
-
- {% endfor %}
- {% endfor %}
- {% else %}
- No series associated with case.
- {% endif %}
-
-
-
-
- Differentials
-
- {% for diff in case.differentialcase.all %}
- - {{diff.condition.get_link}} - {{diff.text}}
- {% endfor %}
-
-
-
-
-
- Subspecialty:
-
- {% for sub in case.subspecialty.all %}
- - {{sub.get_link}}
- {% endfor %}
-
-
Pathological Process:
-
- {% for p in case.pathological_process.all %}
- - {{p.get_link}}
- {% endfor %}
-
-
Collections:
-
-
-
-
-
Previous case: {{ case.previous_case }}
-
Next case: {{ case.next_case }}
-
- {% include 'question_notes.html' %}
+
+
+ Condition:
+
+ {% for con in case.condition.all %}
+ - {{con.get_link}}
+ {% endfor %}
+
+
+
+ Findings
+ {% if case.series.all %}
+ {% for series in case.series.all %}
+ {% for finding in series.findings.all %}
+
+
+ Series {{series.pk}}: {{series.get_examination_full}} |
+
+ {% if finding.findings.all %}
+
+ Findings: {% for f in finding.findings.all %}
+ {{f.get_link}},
+ {% endfor %}
+
+ {% endif %}
+ {% if finding.structures.all %}
+
+ Structure: {% for s in finding.structures.all %}
+ {{s.get_link}},
+ {% endfor %}
+
+ {% endif %}
+ {% if finding.description %}
+
+ Description: {{finding.description}}
+
+ {% endif %}
+
+ {% endfor %}
+ {% endfor %}
+ {% else %}
+ No series associated with case.
+ {% endif %}
+
+
+
+
+ Differentials
+
+ {% for diff in case.differentialcase.all %}
+ - {{diff.condition.get_link}} - {{diff.text}}
+ {% endfor %}
+
+
+
+
+
+ Subspecialty:
+
+ {% for sub in case.subspecialty.all %}
+ - {{sub.get_link}}
+ {% endfor %}
+
+
Pathological Process:
+
+ {% for p in case.pathological_process.all %}
+ - {{p.get_link}}
+ {% endfor %}
+
+
Collections:
+
+
+
+
+
Previous case: {{ case.previous_case }}
+
Next case: {{ case.next_case }}
+
+ {% 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 %}
+
Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}