{{outlet 'error' }}
{{t "account.immature.balance"}}: {{format-balance model.stats.immature}} {{config.Unit}}
{{t "account.immature.description"}}
{{t "account.pending.balance"}}: {{format-balance model.stats.balance}} {{config.Unit}}
{{t "account.pending.description"}}
{{#if model.stats.pending}}
{{t "account.current"}}: {{format-balance model.stats.pending}} {{config.Unit}}
{{/if}}
{{t "account.total.paid"}}: {{format-balance model.stats.paid}} {{config.Unit}}
Last 24h Reward: {{format-balance model.24hreward}}
{{#if model.stats.lastShare}}
{{t "account.last_share_submitted"}}: {{format-relative (seconds-to-ms (string-to-int model.stats.lastShare))}}
{{/if}}
{{t "account.online"}}: {{format-number model.workersOnline}}
{{t "account.hashrate"}} ({{t "account.short_average_abbrv"}}): {{format-hashrate model.currentHashrate}}
{{t "account.hashrate"}} ({{t "account.long_average_abbrv"}}): {{format-hashrate model.hashrate}}
{{t "account.earnings.miner"}}: {{format-number earnPerDay}} {{config.Unit}}
{{t "account.blocks.found"}}: {{format-number model.stats.blocksFound fallback='0'}}
{{t "account.total.payments"}}: {{format-number model.paymentsTotal}}
{{t "account.round_share"}}: {{format-number roundPercent style='percent' maximumFractionDigits='6'}}
{{t "account.round_share_description"}}
{{t "account.epoch_switch"}}: {{format-relative applicationController.nextEpoch units="hour"}}
{{outlet}}