{#if !getHideProfileSection(data)} {/if}
{#if data.cards.length === 0 && data.page === 'blento.self'} {:else} {#each data.cards.toSorted(sortItems) as item (item.id)} {/each}
{/if}