{% if not editing %} {% endif %}
{% if editing %} {{ include('horse/farrier_visit/form.html.twig', { form: form }) }} {% endif %}
{% if not editing %}
{{ ux_icon(this.iconFarrier, { class: 'inline w-5 h-5' }) }} {{ farrierVisit.type }}

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

{% if farrierVisit.nextAppointment %} {% if farrierVisit.nextAppointment > date() %}

{{ ux_icon('lucide:calendar-clock', { class: 'inline text-yellow-600 w-5 h-5' }) }} Rappel prévu le : {{ farrierVisit.nextAppointment|date("d/m/Y") }}

{% endif %} {% else %}

{{ ux_icon('hugeicons:note-01', { class: 'inline w-5 h-5' }) }} Pas de rappel prévu

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

Commentaire : {{ farrierVisit.details }}

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