fixtures done

This commit is contained in:
Olivier PARPAILLON
2024-11-27 10:30:26 +01:00
parent 266a338b24
commit 6d238f8d85
11 changed files with 271 additions and 67 deletions

View File

@@ -107,6 +107,13 @@
</a>
</div>
{% endif %}
{% if sortie.motifAnnul is not empty %}
<div class="mt-6 flex flex-col space-x-4">
<h4 class="text-base font-bold uppercase text-red-700 mb-2">🚫 Raison de l'annulation :</h4>
<p class="text-base text-gray-800">{{ sortie.motifAnnul }}</p>
</div>
{% endif %}
</div>
<div class="lg:col-span-5 bg-white rounded-lg shadow p-6">