df
This commit is contained in:
parent
468fe6b851
commit
855f063a13
|
|
@ -8,6 +8,10 @@
|
|||
<?= _("POLICE") ?> : <span class="text-secondary"><?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></span>
|
||||
<span class="ms-3 badge bg-primary text-light small fw-normal">ID: <?= $this->nettoyer($_SESSION['idPolice_C']) ?></span>
|
||||
</h5>
|
||||
<div class="fw-bold">
|
||||
<?= _("Contrat du") ?> : <?= dateLang($this->nettoyer($sppoliceentete['dateEffet']), $_SESSION['lang']) ?>
|
||||
<span class="ms-3 small fw-normal"><?= _("au") ?> : <?= dateLang($this->nettoyer($sppoliceentete['dateEcheance']), $_SESSION['lang']) ?></span>
|
||||
</div>
|
||||
<div class="badge bg-dark px-3 py-2 fs-6">
|
||||
<?= _("Durée Contrat") ?> : <?= $this->nettoyer($sppoliceentete['dureePolice']) ?> <?= _("jours") ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user