Conserver l'affichage des heures prévues
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run

This commit is contained in:
root 2026-08-20 20:57:40 +00:00
parent c6501f33b8
commit e97883d99d

View file

@ -118,6 +118,7 @@
title="{{ day_info.vacation_name if day_info.vacation_name else '' }}"> title="{{ day_info.vacation_name if day_info.vacation_name else '' }}">
{{ day_info.day }} {{ day_info.day }}
</a> </a>
{% if day_info.planned_hours != '0h00' %}<small class="d-block text-nowrap" title="Heures prévues">Prévu {{ day_info.planned_hours }}</small>{% endif %}
{% if day_info.deviation_hours %}<small class="d-block text-nowrap fw-bold {{ day_info.deviation_class }}" title="Écart de la journée">{{ day_info.deviation_hours }}</small>{% endif %} {% if day_info.deviation_hours %}<small class="d-block text-nowrap fw-bold {{ day_info.deviation_class }}" title="Écart de la journée">{{ day_info.deviation_hours }}</small>{% endif %}
{% if day_info.events %} {% if day_info.events %}
<div class="mt-1 d-flex flex-column gap-1"> <div class="mt-1 d-flex flex-column gap-1">