{% extends "base.html" %} {% block title %}Horaires et suivi annuel — GMAO{% endblock %} {% block content %}
Période comptable : {{ period_start.strftime('%d/%m/%Y') }} au {{ period_end.strftime('%d/%m/%Y') }}.
Aucun profil défini.
{% endfor %} {% if templates|length < 6 %}{% endif %}| Date | Type | Prévu | Réalisé | Écart | Note |
|---|---|---|---|---|---|
| {{ entry.work_date.strftime('%d/%m/%Y') }} | {{ entry.entry_type }} | {{ entry.planned_minutes }} min | {{ entry.actual_minutes }} min | {{ '+' if entry.variance_minutes > 0 else '' }}{{ entry.variance_minutes }} min | {{ entry.note or '—' }} |
| Aucune saisie. | |||||