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

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

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

Détails : {{ dental.remarks }}

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