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