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