{#if digraphs.length === 0} capture some digraphs first {/if}
saved profiles ({profiles.length})
{#if importError} {importError} {/if} {#if profiles.length === 0}
no saved profiles
{:else}
{#each profiles as profile (profile.id)}
{profile.name} {formatDate(profile.createdAt)} · {profile.aggregations.length} pairs · {profile.digraphCount} digraphs
{/each}
{/if}