{#if showDriveSwitcher}
{#each writableDrives as d (d.id)} {/each}
{/if}
{#if loading}

{t('common.loading', 'Loading…')}

{:else if folders.length === 0}

{t('files.no_subfolders', 'No subfolders here.')}

{:else} {/if}
{#snippet footer()} {/snippet}