{#if dids.length === 0} {#if canEdit()} Add friends in settings {/if} {:else}
{#each profiles as profile (profile.did)}
{#if canEdit()} {/if}
{/each}
{/if}