{% if personnalisation is defined and personnalisation.logo_rapports == 'true' and (personnalisation.logo_documents ?? '') %} {% endif %}
🍽️ Distribution — Contrôle des températures — HACCP
{{ restaurantNom }}  |  {{ ['Janvier','FĂ©vrier','Mars','Avril','Mai','Juin','Juillet','AoĂ»t','Septembre','Octobre','Novembre','DĂ©cembre'][(document.mois ?? 1) - 1] }} {{ document.annee ?? '' }}  |  GĂ©nĂ©rĂ© le {{ "now"|date("d/m/Y") }}
Logo
{% set fd = document.form_data ?? {} %}
Restaurant{{ restaurantNom }}
Responsable{{ fd.responsable ?? '—' }}
Statut{% if document.status == 'finalized' %}✅ Finalisé{% else %}⏳ Brouillon{% endif %}
❄️ Plats froids — Seuil ≤ 4°C
{% for entry in (fd.entries_froid ?? []) %} {% else %} {% endfor %}
DateRepas / PlatT° (°C)HeureConformeObservations
{{ entry.date ?? '' }}{{ entry.repas ?? '' }} {{ entry.temperature ?? '' }} {{ entry.heure ?? '' }} {% if entry.conforme ?? false %}âś“{% else %}âś—{% endif %} {{ entry.observation ?? '' }}
Aucune ligne.
🔥 Plats chauds — Seuil ≥ 63°C
{% for entry in (fd.entries_chaud ?? []) %} {% else %} {% endfor %}
DateRepas / PlatT° (°C)HeureConformeObservations
{{ entry.date ?? '' }}{{ entry.repas ?? '' }} {{ entry.temperature ?? '' }} {{ entry.heure ?? '' }} {% if entry.conforme ?? false %}âś“{% else %}âś—{% endif %} {{ entry.observation ?? '' }}
Aucune ligne.
{% if fd.signature_nom is defined and fd.signature_nom %}

🔏 Signature

Nom : {{ fd.signature_nom }}    Date : {{ fd.signature_date ?? '' }}

âś… L'intervenant certifie l'exactitude des informations saisies.

{% endif %}