From e815f031f1d862e6e4a26bc01a784a9ad7a99d43 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Aug 2026 18:06:02 +0000 Subject: [PATCH] =?UTF-8?q?Afficher=20la=20dur=C3=A9e=20des=20horaires=20t?= =?UTF-8?q?ypes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_new/planning/templates/planning/time_tracking.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_new/planning/templates/planning/time_tracking.html b/app_new/planning/templates/planning/time_tracking.html index 78467d0..3291693 100644 --- a/app_new/planning/templates/planning/time_tracking.html +++ b/app_new/planning/templates/planning/time_tracking.html @@ -26,7 +26,7 @@
Horaires types (maximum 6){{ templates|length }}/6
- {% for template in templates %}
{{ template.name }}
{{ template.start_time.strftime('%H:%M') }}–{{ template.end_time.strftime('%H:%M') }}{% if template.lunch_start %} · pause {{ template.lunch_start.strftime('%H:%M') }}–{{ template.lunch_end.strftime('%H:%M') }}{% endif %}
{% else %}

Aucun profil défini.

{% endfor %} + {% for template in templates %}
{{ template.name }}
{{ template.start_time.strftime('%H:%M') }}–{{ template.end_time.strftime('%H:%M') }}{% if template.lunch_start %} · pause {{ template.lunch_start.strftime('%H:%M') }}–{{ template.lunch_end.strftime('%H:%M') }}{% endif %} · durée : {{ template.duration_minutes // 60 }} h {{ '%02d'|format(template.duration_minutes % 60) }}
{% else %}

Aucun profil défini.

{% endfor %} {% if templates|length < 6 %}
{% endif %}