{#if items.length === 0}
No teams found.
{:else}
{#each items as p}
{/each}
{/if}