{% extends 'base.html.twig' %} {% block title %} {{horse.name}} {% endblock %} {% block content %}
← Retour
{{ horse.name }}

{{ horse.name }}

{{ horse.father ~ " x " ~ horse.mother }}

{{ horse.breed }} - {{ horse.sex }} - {{ age }}

{% if lastHeight or lastWeight %}

Suivis

    {% if lastWeight %}
  • {{ "Poids : " ~ lastWeight ~ " kg" }}
  • {% endif %} {% if lastHeight %}
  • {{ "Taille : " ~ lastHeight ~ " cm" }}
  • {% endif %}
{% endif %}
{% endblock %}