Individu :
Identification :
Sous-espèce :
Date de naissance :
Lieu de naissance :
Individu :
{{ name }}
- {{ fellow.sex }}{{ fellow.number > 1 ? ' x' ~ fellow.number }}
{{ fellow.name }}
{% endif %} {% else %} {% if fellow.number == 1 %}Identification :
{{ fellow.identification ?: "Pas d'identification spécifique" }}
Sous-espèce :
{{ fellow.subspecies ?: "Pas de sous-espèce spécifique" }}
Date de naissance :
{% if fellow.birthday and fellow.birthdayBis == null %} {% if fellow.justYear %} En {{fellow.birthday|date("Y")}} {% elseif fellow.justMonth %} En {{fellow.birthday|format_datetime(pattern='MMM Y')}} {% else %} Le {{fellow.birthday|date("d/m/Y")}} {% endif %} {% elseif fellow.birthday and fellow.birthdayBis %} Entre le {{fellow.birthday|date("d/m/Y")}} et le {{fellow.birthdayBis|date('d/m/Y')}} {% else %} Date de naissance inconnue {% endif %} {% if fellow.birthday %} - {% if fellow.deathAfterDeparture %} {{this.calculateAge(fellow.birthday, fellow.birthdayBis, fellow.deathAfterDeparture)}} {% elseif fellow.departureAt and fellow.departureStatus == "décès" %} {{this.calculateAge(fellow.birthday, fellow.birthdayBis, fellow.departureAt)}} {% else %} {{this.calculateAge(fellow.birthday, fellow.birthdayBis)}} {% endif %} {% endif %}
Lieu de naissance :
{% if fellow.type == "adult" %} {{ fellow.birthplace ? fellow.birthplace.name : "Inconnu" }} {% else %} ZooParc de Beauval [FR - 41] {% endif %}