From c15ec90eb20a46486da9d7078775a4e3e3eec114 Mon Sep 17 00:00:00 2001
From: Ross
- Condition:
-
- {% for con in case.condition.all %}
-
+ Condition:
+
+ {% for con in case.condition.all %}
+
Findings
- {% for series in case.series.all %}
- {% for finding in series.findings.all %}
-
- Description: {{finding.description}}
-
+ {% for series in case.series.all %}
+ {% for finding in series.findings.all %}
+
+ Structure: {{finding.structure}}
+ Description: {{finding.description}}
+ Differentials
@@ -61,20 +62,20 @@
- {% for sub in case.subspecialty.all %}
-
+ Subspecialty:
+
+ {% for sub in case.subspecialty.all %}
+
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 @@