f0ckm — {total} items
{#if total > 0}

{total.toLocaleString()} items

{/if} {#if items.length > 0}
{#each items as item (item.id)} {/each}
{#if data.pagination} {/if} {:else}

No items found.

{/if}