This commit is contained in:
KONE SOREL 2026-02-28 10:58:04 +00:00
parent f014b9d0f8
commit bcd2954e84

View File

@ -17,29 +17,29 @@
</div>
<div class="col-md-3 text-center">
<label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Durée Initiale") ?></label>
<div class="p-2 border rounded bg-white small text-danger fw-bold">
<label class="small text-muted d-block"><?= _("Durée Initiale") ?></label>
<div class="fw-bold text-secondary">
<?= number_format($remplacementadherent_temp['dureInitiale'], 0, ',', ' ') ?>
</div>
</div>
<div class="col-md-3 text-center">
<label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Prime Nette") ?></label>
<div class="p-2 border rounded bg-white small text-danger fw-bold">
<label class="small text-muted d-block"><?= _("Prime Nette") ?></label>
<div class="fw-bold text-secondary">
<?= number_format($remplacementadherent_temp['primeDuSortant'], 0, ',', ' ') ?>
</div>
</div>
<div class="col-md-3 text-center">
<label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Durée non acquise") ?></label>
<div class="p-2 border rounded bg-white small text-danger fw-bold">
<label class="small text-muted d-block"><?= _("Durée non acquise") ?></label>
<div class="fw-bold text-danger">
<?= number_format($remplacementadherent_temp['dureeNonAcquise'], 0, ',', ' ') ?>
</div>
</div>
<div class="col-md-3 text-center">
<label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Prime non acquise") ?></label>
<div class="p-2 border rounded bg-white small text-danger fw-bold">
<label class="small text-muted d-block"><?= _("Prime non acquise") ?></label>
<div class="fw-bold text-danger">
<?= number_format($remplacementadherent_temp['primeNonAcquise'], 0, ',', ' ') ?>
</div>
</div>