Informations générales
-
Habitat :
{{ form_widget(form.habitat) }}
-
Régime alimentaire :
{{ form_widget(form.diet) }}
-
Comportement social :
{{ form_widget(form.social) }}
-
Espérance de vie :
{{ form_widget(form.longevity) }}
-
Poids :
{{ form_widget(form.weight) }}
-
Taille :
{{ form_widget(form.size) }}
-
Envergure :
{{ form_widget(form.wingspan) }}
-
Reproduction :
{{ form_widget(form.reproduction) }}
-
Gestation :
{{ form_widget(form.gestation) }}
-
Nombre de petits :
{{ form_widget(form.nbrChild) }}
-
Dimorphisme :
{{ form_widget(form.dimorphism) }}
Répartition géographique
-
{{ form_label(form.afrique) }}
{{ form_widget(form.afrique, {
attr: {
'data-geo-target': 'checkbox',
'data-continent-id': 'afrique',
'data-action': 'change->geo#updateColors'
}
}) }}
-
{{ form_label(form.asie) }}
{{ form_widget(form.asie, {
attr: {
'data-geo-target': 'checkbox',
'data-continent-id': 'asie',
'data-action': 'change->geo#updateColors'
}
}) }}
-
{{ form_label(form.oceanie) }}
{{ form_widget(form.oceanie, {
attr: {
'data-geo-target': 'checkbox',
'data-continent-id': 'oceanie',
'data-action': 'change->geo#updateColors'
}
}) }}
-
{{ form_label(form.europe) }}
{{ form_widget(form.europe, {
attr: {
'data-geo-target': 'checkbox',
'data-continent-id': 'europe',
'data-action': 'change->geo#updateColors'
}
}) }}
-
{{ form_label(form.amNord) }}
{{ form_widget(form.amNord, {
attr: {
'data-geo-target': 'checkbox',
'data-continent-id': 'amNord',
'data-action': 'change->geo#updateColors'
}
}) }}
-
{{ form_label(form.amCentrale) }}
{{ form_widget(form.amCentrale, {
attr: {
'data-geo-target': 'checkbox',
'data-continent-id': 'amCentrale',
'data-action': 'change->geo#updateColors'
}
}) }}
-
{{ form_label(form.amSud) }}
{{ form_widget(form.amSud, {
attr: {
'data-geo-target': 'checkbox',
'data-continent-id': 'amSud',
'data-action': 'change->geo#updateColors'
}
}) }}