{#if active}
{#each Object.keys(brouterProfiles) as profile} {$_(`toolbar.routing.activities.${profile}`)} {/each}
{#if $selectedFiles.size > 1}
{$_('toolbar.routing.help_multiple_files')}
{:else if $selectedFiles.size == 0}
{$_('toolbar.routing.help_no_file')}
{:else}
{$_('toolbar.routing.help')}
{/if}
{/if}