<%= ob.title %>


<% if (ob.showConfigureTorMessage) { %>
<%= ob.polyT('connectionManagement.configurationForm.configureTorMessage') %>
<% } %> <% if (ob.showTorUnavailableMessage) { %>
<%= ob.polyT('connectionManagement.configurationForm.torNotAvailableMessage') %>
<% } %>
<% if (ob.isNew && ob.isBundledApp) { %>
<%= ob.polyT('connectionManagement.configurationForm.helperServerType') %>
checked<% } %>>
checked<% } %>>
<% } %>
<% if (ob.isNew) { %>
<%= ob.polyT('walletSetup.currencyHelper') %>
<% if (ob.errors.walletCurrency) print(ob.formErrorTmpl({ errors: ob.errors.walletCurrency })) %>
<% ob.cryptoCurs.forEach(cur => { const inUse = ob.inUseCrypto.indexOf(cur.code) !== -1; %>
checked<% } %>>
<% }) %>
<%= ob.polyT('walletSetup.currencyHelper2') %>
<% } %>
<% if (ob.errors.zcashBinaryPath) print(ob.formErrorTmpl({ errors: ob.errors.zcashBinaryPath })) %>
<%= ob.polyT('walletSetup.zcashBinaryHelper', { fullNodeLink: `${ob.polyT('walletSetup.fullNodeLink')}`, }) %>
<% if (ob.errors.name) print(ob.formErrorTmpl({ errors: ob.errors.name })) %>
<% if (ob.errors.serverIp) print(ob.formErrorTmpl({ errors: ob.errors.serverIp })) %>
<% if (ob.errors.username) print(ob.formErrorTmpl({ errors: ob.errors.username })) %>
<% if (ob.errors.password) print(ob.formErrorTmpl({ errors: ob.errors.password })) %>
<% if (ob.errors.ssl) print(ob.formErrorTmpl({ errors: ob.errors.ssl })) %>
checked<% } %>>
checked<% } %>>
<% if (ob.errors.port) print(ob.formErrorTmpl({ errors: ob.errors.port })) %>
<% if (ob.errors.useTor) print(ob.formErrorTmpl({ errors: ob.errors.useTor })) %> data-field-standalone data-field-builtin />
<% if (!ob.builtIn) { %>
<%= ob.polyT('connectionManagement.configurationForm.torServerWarning', { warning: `${ob.polyT('connectionManagement.configurationForm.warning')}`, }) %>
<% } %>
<% if (ob.errors.torProxy) print(ob.formErrorTmpl({ errors: ob.errors.torProxy })) %>
<% if (ob.errors.torPassword) print(ob.formErrorTmpl({ errors: ob.errors.torPassword })) %>

<%= ob.polyT('connectionManagement.configurationForm.btnCancel') %>
<%= ob.polyT('connectionManagement.configurationForm.btnSave') %>
<%= ob.polyT('connectionManagement.configurationForm.saveConfirm.title') %>

<%= ob.polyT('connectionManagement.configurationForm.saveConfirm.body') %>