diff --git a/src/app/admin/admin-import-batch-page/batch-import-page.component.html b/src/app/admin/admin-import-batch-page/batch-import-page.component.html
index 38c6a1f349f..3f56adfea39 100644
--- a/src/app/admin/admin-import-batch-page/batch-import-page.component.html
+++ b/src/app/admin/admin-import-batch-page/batch-import-page.component.html
@@ -1,57 +1,100 @@
-
{{'admin.batch-import.page.help' | translate}}
- @if (dso) {
-
- selected collection: {{getDspaceObjectName()}}
- {{'admin.batch-import.page.remove' | translate}}
-
- }
-
-
-
-
-
-
-
-
-
- {{'admin.batch-import.page.validateOnly.hint' | translate}}
-
-
+ @if (stagedUploads.progress$ | async; as progress) {
+ @if (stagedUploads.retained?.file) {
+
{{ 'admin.batch-import.upload.file' | translate: { name: stagedUploads.retained?.file.name } }}
+
+ @if (collectionName) {
+ {{ 'admin.batch-import.upload.collection' | translate: { collection: collectionName } }}
+ } @else {
+ {{ 'admin.batch-import.upload.collection.none' | translate }}
+ }
+
+ @if (!uploading) {
+
{{ 'admin.batch-import.upload.resume' | translate }}
+ }
+ } @else {
+
{{'admin.batch-import.page.help' | translate}}
+