{#await $zeus.query({ studentAssociations: [{}, { id: true, name: true, uid: true }] })}

Chargement...

{:then { studentAssociations: options }}
{#if object} {object.name?.toString()} {object?.name} {:else} {placeholder || 'Aucune AE sélectionnée'} {/if}
{item.name} {#if disabled} {disallowedExplanation(item)} {:else} {item.name} {/if}
{/await}