diff --git a/app_new/planning/templates/planning/time_tracking.html b/app_new/planning/templates/planning/time_tracking.html index 3584042..162454b 100644 --- a/app_new/planning/templates/planning/time_tracking.html +++ b/app_new/planning/templates/planning/time_tracking.html @@ -11,7 +11,7 @@
| Mois | Travail prévu | Permanences | Retards | Heures supplémentaires | Formations |
|---|---|---|---|---|---|
| {{ months[item.month.month] }} {{ item.month.year }} | {{ '%d h %02d'|format(item.planned // 60, item.planned % 60) }} | {{ '%d h %02d'|format(item.permanence // 60, item.permanence % 60) }} | {{ '%d h %02d'|format(item.retard // 60, item.retard % 60) }} | {{ '%d h %02d'|format(item.supplementaire // 60, item.supplementaire % 60) }} | {{ '%d h %02d'|format(item.formation // 60, item.formation % 60) }} |
| Aucune donnée pour cette période. | |||||