From a10ace8ca83dedab9c63ab1d391bfff0b26c4209 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 28 Nov 2021 23:39:05 +0000 Subject: [PATCH] . --- atlas/templates/atlas/series_viewer.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 31f7a20a..73e2e2e7 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -39,6 +39,16 @@ This series is not associated with any cases.

Download images

+
+ Findings + + {% for finding in series.findings.all %} + {{finding.finding}}, {{finding.description}}
+ {% comment %} {{image.get_dicom_info|safe}}
{% endcomment %} + + {% endfor %} +
+
{% csrf_token %}