{#if items.length === 0}

{translations.changelog.noItems}

{:else}
{#each displayedItems() as item (item.id)} {/each} {#if hasMore}
{/if}
{/if}