{{ component('dental_new', { horse: horse }) }} {% if this.dentals|length > 0 %}
{% for dental in this.dentals %} {{ component('dental', { dental: dental, key: dental.id }) }} {% endfor %}
{% else %}

Aucun acte dentaire enregistré

{% endif %}