NFT ID {{ deposit.id }}
RBC {{ deposit.amount | bigNumberFormat | withRound : 'fixedValue' : { decimals: 0 } }}
{{ 'staking.deposits.rewards' | translate }} {{ !deposit.totalNftRewards.isZero() ? deposit.totalNftRewards.lt(0.01) ? '< 0.01' : (deposit.totalNftRewards | bigNumberFormat | withRound : 'fixedValue' : { decimals: 2 }) : '0.00' }}
APR {{ deposit.tokenApr && deposit.tokenApr.gte(0) ? (deposit.tokenApr | bigNumberFormat : 2) + '%' : '-' }}
{{ 'staking.deposits.endDate' | translate }} {{ deposit.endTimestamp | date : 'dd.MM.yyyy' }}
{{ 'staking.deposits.totalRBC' | translate }} {{ total.balance ? (total.balance | bigNumberFormat | withRound : 'fixedValue' : { decimals: 0 }) : '0' }}
{{ 'staking.deposits.totalRewards' | translate }} {{ !total.rewards.isZero() ? total.rewards.lt(0.01) ? '< 0.01' : (total.rewards | bigNumberFormat | withRound : 'fixedValue' : { decimals: 2 }) : '0.00' }}