nettoyer($bareme['libelle']); $_SESSION['libelleBareme'] = $libelleBareme; $isAnglais = est_anglophone(); $txt_nbdetail = ($nbdetail < 10) ? "0".$nbdetail : $nbdetail; ?>

ID: #
%

nettoyer($v['codeGarantie']); $nomG = $isAnglais ? $this->nettoyer($v['libelleEng']) : $this->nettoyer($v['libelle']); // Réintégration des compteurs formatés (ex: 01, 02...) $actives = (int)$v['nbre_lignes_actives']; $inactives = (int)$v['nbre_lignes_inactives']; $txt_actives = ($actives < 10) ? "0".$actives : $actives; $txt_inactives = ($inactives < 10) ? "0".$inactives : $inactives; ?>