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