{#if linkedTable != null} {#if linkedTable.primaryDisplay == null} {#if showLabel} {label} {/if} Please choose a primary display column for the {linkedTable.name} table. {:else} {#await recordsPromise then records} {#each records as record} {getPrettyName(record)} {/each} {/await} {/if} {/if}