Les actes vétérinaires

{{ component('vetCare_new', { horse: horse }) }} {% if this.years|length > 0 %}
{{ ux_icon('mdi:filter', { class: 'w-4 h-4 text-stone-600' }) }}
{% endif %}
{% 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 %}