{% extends 'base.html.twig' %} {% block title %}Mes chevaux {% endblock %} {% block content %}
{% endif %}
{{ horse.breed }}
{% if isDead %}-
Décédé{{ horse.sex == "Jument" ? 'e' }} le {{ horse.deathAt|date('d/m/Y') }}
{% endif %}{{ horse.lastMeasurement('weight') ? horse.lastMeasurement('weight').weight ~ ' kg' : 'Aucun' }}
{{ horse.lastMeasurement('height') ? horse.lastMeasurement('height').height ~ ' cm' : 'Aucune' }}
{{ horse.lastVaccination ? horse.lastVaccination.administeredAt|date('d/m/Y') : 'Aucune' }}
{{ horse.lastFarrierVisit ? horse.lastFarrierVisit.date|date('d/m/Y') : 'Aucune' }}
{{ horse.lastDewormer ? horse.lastDewormer.administeredAt|date('d/m/Y') : 'Aucune' }}
{{ horse.lastDental ? horse.lastDental.date|date('d/m/Y') : 'Aucune' }}
{{ horse.lastOsteopathy ? horse.lastOsteopathy.date|date('d/m/Y') : 'Aucune' }}
Aucun cheval enregistré.
{% endfor %}