{% extends 'base.html.twig' %} {% block content %}
Total chevaux
{{ totalHorses }}
Âge moyen
{{ averageAge }} ans
{{ horse.name }}
Âge : {{ (horse.birthDate).diff(date()).y }} ans et {{ (horse.birthDate).diff(date()).m }} mois
Aucun cheval ajouté pour le moment.
{% endif %}