{#if edit} {$i18n.t('Edit Terminal Connection')} {:else} {$i18n.t('Add Terminal Connection')} {/if}

{#if admin}
{/if}
{#if admin} {/if}
{#if showAdvanced}
{$i18n.t('OpenAPI Spec')}
{$i18n.t(`WebUI will make requests to "{{url}}"`, { url: path.includes('://') ? path : `${url}${path.startsWith('/') ? '' : '/'}${path}` })}
{/if}
{$i18n.t('Auth')}
{#if auth_type === 'bearer'} {:else if auth_type === 'none'}
{$i18n.t('No authentication')}
{:else if auth_type === 'session'}
{$i18n.t('Forwards system user session credentials to authenticate')}
{:else if auth_type === 'system_oauth'}
{$i18n.t('Forwards system user OAuth access token to authenticate')}
{/if}
{#if edit} {/if}