{#if value && !value.isArchived}
{#each actions as action} {#if action.component}
{:else}
{ if (action.handler) { const handler = await getResource(action.handler) handler(value, client, e) } }} /> {/if} {/each}
{/if}