{#if items.length === 0}
{translations.changelog.noItems}
{:else}
{#each displayedItems() as item (item.id)}
{/each} {#if hasMore}
(showAll = true)} > {translations.changelog.showAll} ({items.length - maxItems})
{/if}
{/if}