${kpis.nbRecipients ? kpis.nbRecipients.toLocaleString('fr-FR') : 0}
${ (typeof(kpis.nbPending)=='number') ? kpis.nbPending.toLocaleString('fr-FR') : kpis.nbPending }
${ (typeof(kpis.nbBounced)=='number') ? kpis.nbBounced.toLocaleString('fr-FR') : kpis.nbBounced }
${ (typeof(kpis.nbReached)=='number') ? kpis.nbReached.toLocaleString('fr-FR') : kpis.nbReached }