From 394ef2196e608f76546ecb1d06a1ed7b6837c208 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 10 Jun 2025 07:09:58 +0100 Subject: [PATCH] . --- .../atlas/seriesfinding_migration_status.html | 61 +++++++++++-------- 1 file changed, 36 insertions(+), 25 deletions(-) diff --git a/atlas/templates/atlas/seriesfinding_migration_status.html b/atlas/templates/atlas/seriesfinding_migration_status.html index 91b294ee..154e83ec 100644 --- a/atlas/templates/atlas/seriesfinding_migration_status.html +++ b/atlas/templates/atlas/seriesfinding_migration_status.html @@ -3,6 +3,15 @@ {% block content %}

SeriesFinding Migration Status

+ +
+ + +
+ @@ -15,31 +24,33 @@ {% for f in findings_status %} - - - - - - - + {% if not request.GET.hide_no_series or f.series %} + + + + + + + + {% endif %} {% endfor %}
{{ f.id }}{{ f.str }} - {% if f.series %} - {{ f.series }} - {% else %} - None - {% endif %} - - {% if f.annotation_json_3d %} - Populated - {% else %} - Empty - {% endif %} - - {% if f.viewer_state_3d %} - Populated - {% else %} - Empty - {% endif %} -
{{ f.id }}{{ f.str }} + {% if f.series %} + {{ f.series }} + {% else %} + None + {% endif %} + + {% if f.annotation_json_3d %} + Populated + {% else %} + Empty + {% endif %} + + {% if f.viewer_state_3d %} + Populated + {% else %} + Empty + {% endif %} +