diff --git a/src/routes/events_pres_mgmt/ae_comp__event_presentation_obj_li.svelte b/src/routes/events_pres_mgmt/ae_comp__event_presentation_obj_li.svelte
new file mode 100644
index 00000000..787e7d8d
--- /dev/null
+++ b/src/routes/events_pres_mgmt/ae_comp__event_presentation_obj_li.svelte
@@ -0,0 +1,277 @@
+
+
+
+{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
+
+{/if}
+
+
+Presentations:
+
+
+ {($lq__event_presentation_obj_li?.length > 1 ? `${$lq__event_presentation_obj_li?.length}x` : '')}
+
+
+
+{#if $lq__event_presentation_obj_li && $lq__event_presentation_obj_li?.length > 0}
+
+ {#each $lq__event_presentation_obj_li as event_presentation_obj}
+ -
+
+
+ {#if $ae_loc.trusted_access && $ae_loc.edit_mode}
+
+ {/if}
+
+
+
+
+
+ {
+ console.log(`ae_crud_updated:`, e.detail);
+
+ events_func.load_ae_obj_id__event_presentation({
+ api_cfg: $ae_api, event_presentation_id: event_presentation_obj.event_presentation_id_random, log_lvl: 1
+ })
+ .then(function (load_results) {
+ })
+ .then(function (load_results) {
+ // $events_trigger = 'load__event_presentation_obj_id';
+ // $events_trig_kv['event_presentation_id'] = event_presentation_obj.event_presentation_id_random;
+ });
+ }}
+ >
+
+ "{event_presentation_obj.name}"
+
+
+ {#if event_presentation_obj.code || event_presentation_obj.abstract_code}
+
+
+ {event_presentation_obj.code ?? ''} {event_presentation_obj.abstract_code ?? ''}
+
+ {/if}
+
+
+
+
{
+ console.log(`ae_crud_updated:`, e.detail);
+
+ events_func.load_ae_obj_id__event_presentation({api_cfg: $ae_api, event_presentation_id: event_presentation_obj.event_presentation_id_random, log_lvl: 1});
+ }}
+ >
+
+ Description:
+
+
+ {#if event_presentation_obj.description}
+
+
+ {event_presentation_obj.description}
+
+ {:else}
+ {@html ae_snip.html__not_set}
+ {/if}
+
+
+
+
+
+ {#if event_presentation_obj.event_presentation_id_random}
+
+
+ {/if}
+
+
+
+
+
+
+ {/each}
+
+{:else}
+ Nothing to show yet...!
+{/if}
\ No newline at end of file
diff --git a/src/routes/events_pres_mgmt/ae_comp__event_presenter_obj_li.svelte b/src/routes/events_pres_mgmt/ae_comp__event_presenter_obj_li.svelte
index 6ccf946c..61521b37 100644
--- a/src/routes/events_pres_mgmt/ae_comp__event_presenter_obj_li.svelte
+++ b/src/routes/events_pres_mgmt/ae_comp__event_presenter_obj_li.svelte
@@ -187,6 +187,14 @@ onMount(() => {
{event_presenter_obj.full_name}
+
+ {#if event_presenter_obj?.file_count}
+
+
+ {event_presenter_obj?.file_count}x
+
+
+ {/if}
@@ -283,23 +291,6 @@ onMount(() => {
{/if}
{/if}
-
- {#if $ae_loc.trusted_access}
-
-
-
- {#if event_presenter_obj.file_count}
-
-
- {event_presenter_obj.file_count ? `(${event_presenter_obj.file_count}x files)` : '(0 files)'}
-
- {/if}
- {/if}
-
{#if $ae_loc.administrator_access && !event_presenter_obj.person_id_random}