{#if loading || auctions.length > 0}
Auctions sold
{/if}
{#if auctions.length > 0}
{#each auctions as auction}
{#if !onlyThisProfile || auction.sellerProfileUuid == data.profile.uuid}
{/if}
{/each}
{#if !loading && page != totalPages}
{/if}
{/if}
{#if loading}
Loading...
{/if}