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