<%= ob.polyT('wallet.btnSendMoney') %>

<% if (ob.errors.address) print(ob.formErrorTmpl({ errors: ob.errors.address })) %>
<% if (ob.errors.amount) print(ob.formErrorTmpl({ errors: ob.errors.amount })) %> <% if (ob.errors.currency) print(ob.formErrorTmpl({ errors: ob.errors.currency })) %>
<% if (ob.errors.memo) print(ob.formErrorTmpl({ errors: ob.errors.memo })) %>
<%= ob.polyT('wallet.sendMoney.clear') %>
<%= ob.processingButton({ className: `js-btnSend btn clrBAttGrad clrBrDec1 clrTOnEmph ${ob.saveInProgress ? 'processing' : ''}`, btnText: ob.polyT('wallet.sendMoney.sendBtn') }) %>