{% if personnalisation is defined and personnalisation.logo_rapports == 'true' and (personnalisation.logo_documents ?? '') %} {% endif %}
🔖 Fiche de Traçabilité — HACCP
{{ restaurantNom }}  |  GĂ©nĂ©rĂ© le {{ "now"|date("d/m/Y") }}
Logo
{% set fd = document.form_data ?? {} %}
Restaurant{{ restaurantNom }}
Responsable{{ fd.responsable ?? '—' }}
Mise à jour{{ fd.date_maj ? fd.date_maj|date('d/m/Y') : '—' }}
{% for entry in (fd.entries ?? []) %} {% else %} {% endfor %}
Date du repas Menu servi Produits utilisés N° de lot Fournisseur Visa
{{ entry.date_repas ? entry.date_repas|date('d/m/Y') : (entry.date ? entry.date|date('d/m/Y') : '') }} {{ entry.menu_servi ?? '' }} {{ entry.produits_utilises ?? '' }} {{ entry.numero_lot ?? (entry.lot ?? '') }} {{ entry.fournisseur ?? '' }} {{ entry.visa ?? '' }}
Aucune entrée.