Infos :
Statut en attente :
Contraception :
Infos :
{{ fellow.infos ?: "Pas d'informations" }}
Statut :
{% if fellow.departureStatus %} {% if fellow.departureStatus == "décès" %}Individu décédé
{% elseif fellow.departureStatus == "transfert" %}Individu transféré
{% elseif fellow.departureStatus == "disparition" %}Individu disparu
{% endif %} {% else %} {% if fellow.pending %}🕒 En attente depuis le {{ fellow.dateOfPending|date('d/m/Y') }}
{% else %}Individu actif
{% endif %} {% endif %}Contraception :
{% if fellow.sterilized %}{{ fellow.infosSterilized }}
{% else %}Pas de contraception active
{% endif %}