From 77ee83cb089d0b458d2dd53bc864b9617a0b12e7 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 12 May 2025 23:25:41 +0100 Subject: [PATCH] allow viewing of findings in case context --- atlas/templates/atlas/case_display_block.html | 106 ++++++++++++++++++ .../atlas/series_finding_details.html | 27 +++++ atlas/urls.py | 1 + atlas/views.py | 5 + 4 files changed, 139 insertions(+) create mode 100644 atlas/templates/atlas/series_finding_details.html diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index be0b3c7c..2900e74e 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -214,6 +214,11 @@ > + + + {% if finding.findings.all %} @@ -326,8 +331,57 @@

Case size: {{ case.get_total_series_images_size | filesizeformat }}

+