diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 1f20800f..9a2a1cd1 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -1,225 +1,210 @@ {% load crispy_forms_tags %} - -
Editing finding with ID: {{editing_finding}}
- {% else %} -Click the button below to add a new finding.
- {% endif %} - +No findings available.
+ {% endfor %} +{{finding.annotation_json}}
- {{finding.viewport_json}}
- {{finding.current_image_id_index}}
+ {{finding.annotation_json_3d}}
- {{finding.viewer_state_3d}}
+ Editing finding with ID: {{editing_finding}}
+ {% else %} +Click the button below to add a new finding.
+ {% endif %} +No findings available.
- {% endfor %} - - - {% if can_edit %} -- This will limit the series to the selected bounds (the rest of the images will be deleted). This is useful when you have a large volume of which only a small area is relevant to the case. NOTE: once deleted the images cannot be recovered on the site (they would have to be reuploaded if required). Make sure your images are shown in the correct order above and use test the test truncate button first. -
-Limit the series to the selected bounds (the rest of the images will be deleted). This action is irreversible on site.
+Total image size: {{series.get_total_image_size|filesizeformat}}
-- -
-