{#if addImportPath} { addImportPath = false; importPathToAdd = null; }} /> {/if} {#if editImportPath != undefined} (editImportPath = null)} /> {/if}
{#each validatedPaths as validatedPath, listIndex (validatedPath.importPath)} {/each}
{#if validatedPath.isValid} {:else} {/if} {validatedPath.importPath} { editImportPath = listIndex; editedImportPath = validatedPath.importPath; }} />
{#if importPaths.length === 0} {$t('admin.no_paths_added')} {/if}