m('.fontsize-base.u-marginbottom-20', [
                            m('span.fontweight-semibold', `${window.I18n.t('value_text', I18nScope())}:`),
                            m.trust(' '),
                            m('span.text-success',
                                window.I18n.t('shared.currency', { amount: h.formatNumber(balance.amount, 2, 3) })