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

{{ ux_icon('guidance:calendar', { class: 'inline text-lime-700 w-5 h-5' }) }} Adminitré le : {{ dewormer.administeredAt|date("d/m/Y") }}

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

Commentaire : {{ dewormer.comment }}

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