{% extends 'app/base.html.twig' %} {% block title %}HACCP — Hygiène & Sécurité alimentaire{% endblock %} {% block body %}
Gestion documentaire Hygiène & Sécurité alimentaire
| Équipement | Zone | Plage T° | Statut |
|---|---|---|---|
| {{ eq.type|replace({'_': ' '})|capitalize }} {{ eq.nom }} | {{ eq.zone }} | {% if eq.temperature_min is not null and eq.temperature_max is not null %} {{ eq.temperature_min }}°C → {{ eq.temperature_max }}°C {% else %} — {% endif %} | {% if eq.actif %} Actif {% else %} Inactif {% endif %} |