{% if not editing %} {% endif %}
{% if editing %} {{ include('horse/vetCare/form.html.twig', { form: form }) }} {% endif %}
{% if not editing %}
{{ vetCare.careType }}

{{ ux_icon('guidance:calendar', { class: 'inline text-lime-700 w-5 h-5' }) }} Réalisé le : {{ vetCare.date|date("d/m/Y") }} par {{ vetCare.vetName }}

{% if vetCare.remarks %}
{{ ux_icon('ic:outline-comment', { class: 'inline text-gray-500 w-5 h-5 mt-0.5' }) }}

Détails : {{ vetCare.remarks }}

{% endif %} {{ component('vetExpenses_list', { vetCare: vetCare }) }}
{% endif %}
{% if showDeleteModal %} {{ include('horse/partials/_delete_modal.html.twig', { title: "Suppression de l'acte vétérinaire", message: "Êtes-vous sûr de vouloir supprimer cet acte vétérinaire ? Cette action est irréversible.", }) }} {% endif %}