{% if personnalisation is defined and personnalisation.logo_rapports == 'true' and (personnalisation.logo_documents ?? '') %} {% endif %}
📦 Contrôle à la réception — 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 %}
{% for entry in (fd.entries ?? []) %} {% else %} {% endfor %}
DateFournisseurProduitN° de lotT° (°C) DLCEmballageConformeObservationsVisa
{{ entry.date ?? '' }} {{ entry.fournisseur ?? '' }} {{ entry.produit ?? '' }} {{ entry.numero_lot ?? '' }} {{ entry.temperature ?? '' }} {{ entry.dlc ?? '' }} {% if entry.emballage_ok ?? false %}âś“{% else %}âś—{% endif %} {% if entry.conforme ?? false %}âś“{% else %}âś—{% endif %} {{ entry.observation ?? '' }} {{ entry.visa ?? '' }}
Aucune réception enregistrée.
{% 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 %}