{#if open}
ESC
{#if filtered.length === 0}
{t('common.noMatches')}
{:else} {#each filtered as item, i} {/each} {/if}
{/if}