{% 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 %}
{% if dewormer.documentRelated %}

Fichier existant : /

{% else %}
{% if singleFileUploadError %}
{{ singleFileUploadError }}
{% endif %}
{% endif %}
{% endif %}
{% if showDeleteModal %} {% endif %}