{% if this.years|length > 0 %}
{% endif %} {{ component('vetCare_new', { horse: horse }) }}
{% if this.vetCares|length > 0 %}
{% for vetCare in this.vetCares %} {{ component('vetCare', { vetCare: vetCare, key: vetCare.id }) }} {% endfor %}
{% else %}

Aucun acte vétérinaire enregistré

{% endif %}