{#if edit} {$i18n.t('Edit Connection')} {:else} {$i18n.t('Add Connection')} {/if}
{ e.preventDefault(); submitHandler(); }} >
{$i18n.t('URL')}
/
{$i18n.t(`WebUI will make requests to "{{url}}"`, { url: `${url}/${path}` })}
{$i18n.t('Auth')}
{#if auth_type === 'bearer'} {:else if auth_type === 'session'}
{$i18n.t('Forwards system user session credentials to authenticate')}
{/if}
{#if !direct}
{/if}
{#if edit} {/if}