diff --git a/src/app/features/moderation/models/moderator-json-api.model.ts b/src/app/features/moderation/models/moderator-json-api.model.ts
index 68b3a10df..583702bf1 100644
--- a/src/app/features/moderation/models/moderator-json-api.model.ts
+++ b/src/app/features/moderation/models/moderator-json-api.model.ts
@@ -27,14 +27,4 @@ export interface ModeratorAddRequestModel {
full_name?: string;
email?: string;
};
- // relationships: {
- // users?: {
- // data?: RelationshipUsersData;
- // };
- // };
-}
-
-interface RelationshipUsersData {
- id?: string;
- type?: 'users';
}
diff --git a/src/app/features/registry/components/add-resource-dialog/add-resource-dialog.component.html b/src/app/features/registry/components/add-resource-dialog/add-resource-dialog.component.html
new file mode 100644
index 000000000..b5557a65f
--- /dev/null
+++ b/src/app/features/registry/components/add-resource-dialog/add-resource-dialog.component.html
@@ -0,0 +1,48 @@
+@if (isCurrentResourceLoading() || isResourceConfirming()) {
+
{{ 'resources.description' | translate }}
+ +{{ 'resourceCard.resources.data' | translate }}
- + @if (hasAnalyticCode()) {{{ 'resourceCard.resources.analyticCode' | translate }}
- + @if (hasMaterials()) {{{ 'resourceCard.resources.materials' | translate }}
- + @if (hasPapers()) {{{ 'resourceCard.resources.papers' | translate }}
- + @if (hasSupplements()) {