{% extends 'base.html.twig' %} {% block title %}{{ item.name }} — Garde-manger{% endblock %} {% block theme_color %}#ffffff{% endblock %} {% block body_class %}bg-stone-50 dark:bg-stone-950{% endblock %} {% block body %} {# ── Hero image plein format ── #}
{{ item.brand }}
{% endif %}Stock actuel
{{ item.stockQuantity }} {% if item.stockUnit %} {{ item.stockUnit }} {% endif %}
Durée estimée
{{ stockInsight.estimatedDaysOfStockRemaining }}j
Niveau
Seuil : {{ item.reorderThreshold }}{% if item.stockUnit %} {{ item.stockUnit }}{% endif %}
Consommation moy. : ~{{ stockInsight.averageConsumedPerDay|number_format(2, ',', ' ') }} / jour
{% endif %}Calories
{{ n.calories|number_format(0) }}kcal
Protéines
{{ n.proteins|number_format(1) }}g
Glucides
{{ n.carbohydrates|number_format(1) }}g
Lipides
{{ n.fat|number_format(1) }}g
Source : Open Food Facts
Scores produit
Nutri-Score
{{ nsDesc[nsGrade] ?? '' }}
Groupe NOVA
{{ novaD[item.novaGroup] ?? '' }}
Éco-Score
{{ esDesc[esGrade] ?? '' }}
Notre avis
Aucune note pour l'instant.
{% endif %} {% if item.notes %}"{{ item.notes }}"
{% endif %}Historique
{{ consumptionHistory|length }} entrée{{ consumptionHistory|length > 1 ? 's' : '' }}{{ row.quantity }}{% if item.stockUnit %} {{ item.stockUnit }}{% endif %}
{{ row.consumedAt|date('d/m · H:i') }}{{ item.barcode }}
{% endif %}