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

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

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

Détails : {{ osteopathy.remarks }}

{% endif %}
{% if osteopathy.document %}

Fichier existant : /

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