Infos générales

{% if species.habitat %}
Habitat : {{species.habitat}}
{% endif %} {% if (species.diet or species.social or species.longevity) %}
{% endif %} {% if species.diet %}
Régime alimentaire : {{species.diet}}
{% endif %} {% if species.social %}
Sociabilité : {{species.social}}
{% endif %} {% if species.longevity %}
Longévité : {{species.longevity}}
{% endif %} {% if (species.weight or species.size or species.wingspan) %}
{% endif %} {% if species.weight %}
Poids : {{species.weight}}
{% endif %} {% if species.size %}
Taille : {{species.size}}
{% endif %} {% if species.wingspan %}
Envergure : {{species.wingspan}}
{% endif %} {% if (species.reproduction or species.gestation or species.nbrChild) %}
{% endif %} {% if species.reproduction %}
Reproduction : {{species.reproduction}}
{% endif %} {% if species.gestation %}
{{species.class.name == "Mammifères" ? "Gestation :" : "Incubation :" }} {{species.gestation}}
{% endif %} {% if species.nbrChild %}
Nombre de petit : {{species.nbrChild}}
{% endif %} {% if species.dimorphism %}
Dimorphisme sexuel : {{species.dimorphism}}
{% endif %} {% if (species.linkZtl or species.linkWiki or species.linkUicn or species.linkDiverse) %}
{% endif %}
{% if species.linkZtl %} Logo du site zootierliste {% endif %} {% if species.linkWiki %} {{ ux_icon('mdi:wikipedia', {class: 'w-5 h-5 text-anthracite'}) }} {% endif %} {% if species.linkUicn %} Logo du site iucn {% endif %} {% if species.linkDiverse %} {{ ux_icon('fontisto:world-o', {class: 'w-5 h-5 text-anthracite'}) }} {% endif %}
{% include 'partials/_modal.html.twig' with { modalId: 'modal-add-infos-species', modalTitle: "Informations de l'espèce", modalBody: (component('add_infos_species', {species: species})), } %}