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 %} +