{#if !loaded}
{trk.name}
{trk.enabled ? t('commandTracker.enabled') : t('commandTracker.disabled')}{t('common.loading')}
{:else if (listeners[trk.id] || []).length === 0}{t('commandTracker.noListeners')}
{:else}{t('commandTracker.scopeDescription')}
{#if !scopeEditor.inherit} {#if scopeEditor.collections.length > 0}{t('commandTracker.noCollections')}
{:else} {#each scopeEditor.collections as col} {@const cid = col.id} {/each} {/if}