This commit is contained in:
KONE SOREL 2025-12-13 09:54:59 +00:00
parent 2cb5287554
commit 613466dae6

View File

@ -178,14 +178,15 @@
<div class="d-flex align-items-center">
<div class="flex-grow-1">
<div class="h4 text-success text-uppercase mb-1" >
<?= _("TAUX")?>
<?= _("COUVERTURE")?>
</div>
<div class="h4 mb-0" style="font-weight:bold">
<?=$this->nettoyer(100-$adherent['ticketModerateurAdherent'])?>&nbsp;%
</div>
</div>
<div class="ml-2">
<i class="fas fa-percentage fa-2x text-gray-100 text-success"></i>
<i class="fas fa-percentage fa-2x text-gray-100 text-success d-none d-lg-inline"></i>
</div>
</div>
</div>