5R7SS5AWSCPT4WWCS5WUBRFULLXATBZW4FFPBT6S5EYJVEWKL5NQC
return (totalRembAnnuel + totalInteret) ?
((totalRembAnnuel_n + totalInteret_n) * 100 / (totalRembAnnuel + totalInteret)).toFixed(1) + ' %'
: 0
return fmt(2).format(
(totalRembAnnuel + totalInteret) ?
((totalRembAnnuel_n + totalInteret_n) * 100 / (totalRembAnnuel + totalInteret))
: 0
)