{{ component('vaccin_new', { horse: horse }) }} {% if this.vaccinations|length > 0 %}
{% for vaccination in this.vaccinations %} {{ component('vaccin', { vaccination: vaccination, key: vaccination.id }) }} {% endfor %}
{% else %}

Aucune vaccination enregistrée

{% endif %}