{#if loading}
{$t.migration?.loading_envs }
{:else}
{ sourceDatabases = []; mappings = []; suggestions = []; }} />
{ targetDatabases = []; mappings = []; suggestions = []; }} />
{$t.migration?.fetch_dbs }
{#if error}
{error}
{/if} {#if success}
{success}
{/if} {#if sourceDatabases.length > 0}
{:else if !fetchingDbs && sourceEnvId && targetEnvId}
{$t.migration?.mapping_hint }
{/if} {/if}