Records

{#if suggestionsLoaded}
{#each filesInProgress as fileInProgress}
{fileInProgress.name} {#if fileInProgress.hasFailed} Error {/if}
{/each} {#each suggestions as suggestion} {/each}
{suggestion.name}
{:else} {/if}
{#if filesPreviews.length == 0} No files exist {:else} {#snippet itemView(filesPreview)}
{filesPreview.file.name}
{/snippet}
{/if}