vg
This commit is contained in:
parent
abcb613b3e
commit
1a44f868ca
|
|
@ -82,13 +82,13 @@
|
|||
<div class="row mt-4 g-2">
|
||||
<div class="col-md-3">
|
||||
<div class="status-box <?= $gcactive ? 'active' : '' ?>">
|
||||
<small><?= _("Gest Conf Activée") ?></small>
|
||||
<small><?= _("Gestion Confiée Activée") ?></small>
|
||||
<span><?= $gcactive ? _("OUI") : _("NON") ?></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="status-box <?= $remplacementAdherent ? 'active' : '' ?>">
|
||||
<small><?= _("Rempl Famille") ?></small>
|
||||
<small><?= _("Remplacer Famille") ?></small>
|
||||
<span><?= $remplacementAdherent ? _("OUI") : _("NON") ?></span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user