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