diff --git a/src/routes/idaa/(idaa)/archives/[archive_id]/+page.svelte b/src/routes/idaa/(idaa)/archives/[archive_id]/+page.svelte
index 1d3b785a..6d1f29db 100644
--- a/src/routes/idaa/(idaa)/archives/[archive_id]/+page.svelte
+++ b/src/routes/idaa/(idaa)/archives/[archive_id]/+page.svelte
@@ -198,14 +198,70 @@ if (browser) {
-
-
- View Other Archives
-
+
+
+
+ {@html $lq__archive_obj?.name ?? 'Archive'}
+ {#if $ae_loc.trusted_access && $ae_loc.edit_mode}
+ ({$lq__archive_content_obj_li?.length ?? '0'}×)
+ {/if}
+ {#await $idaa_prom.load__archive_content_obj_li}
+
+ {:then}
+
+ {/await}
+
+
+