diff --git a/src/app/components/animaux/animaux-details/animaux-details.component.html b/src/app/components/animaux/animaux-details/animaux-details.component.html index 153db45..192ce4d 100644 --- a/src/app/components/animaux/animaux-details/animaux-details.component.html +++ b/src/app/components/animaux/animaux-details/animaux-details.component.html @@ -6,15 +6,27 @@ Catégorie : Chat
+ +
- {{ chat.sexe ==='MALE' ? 'Je suis un Mâle' : 'Je suis une femelle' }}
+ {{ chat.sexe ==='MALE' ? 'Je suis un mâle' : 'Je suis une femelle' }}
+
+ {{chat.ententeChat ? 'Avec les autres chats' : 'Pas avec les autres chats ❌'}} +
++ {{chat.ententeChien ? 'Avec les chiens' : 'Pas avec les chiens ❌'}} +
++ {{chat.ententeEnfant ? 'Avec les enfants' : 'Pas avec les enfants ❌'}} +
+- Je suis pour le moment gardé par l'association {{ chat.association.nom }} + Je suis pour le moment gardé par l'association + {{ chat.association.nom }}
{{ chat.vaccinations }}