{{ header.site }} {{ header.title }}
{% if dateRange.dates|length > 1 %} {% for date in dateRange.dates %} {% endfor %} {% endif %} {% for mealtime, meals in menuDetails %} {% for meal, recipes in meals %} {% for name, recipe in recipes %} {% if recipe.count > 0 %} {% if dateRange.dates|length > 1 %} {% for date in dateRange.dates %} {% endfor %} {% endif %} {% endif %} {% endfor %} {% endfor %} {% endfor %}
Menu Effectif Portion Quantité totale{{ date }}
{{ mealtime }}
{{ meal }}
{{ name }} {% for guest, count in recipe.guests %} {{ guest }} : {{ count }}
{% endfor %}
{{ recipe.portions|nl2br }} {{ recipe.quantity.total }} {{ recipe.standardUnit }}{{ recipe.quantity[date] ?? '0' }} {{ recipe.standardUnit }}
{% for mealtime, meals in recipeInstructions %} {% for meal, recipes in meals %} {% for name, recipe in recipes %} {% if (recipe.ingredients|first).quantity > 0 %}

Progression - {{ mealtime }} - {{ meal }} - {{ name }}

{% for name, ingredient in recipe.ingredients %} {% endfor %}
Ingrédient Code référence Référence fournisseur Quantité Unité
{{ name }} {{ ingredient.referenceFournisseurCodeApi|default('') }} {{ ingredient.referenceFournisseurCode|default('') ? '(' ~ ingredient.referenceFournisseurCode ~ ')' : '' }} {{ ingredient.referenceFournisseurLibelle|default('') }} {{ ingredient.referenceGeneriqueFournisseurLibelle|default('') ? '(' ~ ingredient.referenceGeneriqueFournisseurLibelle ~ ')' : '' }} {{ ingredient.quantity }} {{ ingredient.unit }}

{% for guest in recipe.guests %} {{ guest }}
{% endfor %} {% if recipe.picture %} {% endif %}

{{ recipe.progression|raw }}
{% endif %} {% endfor %} {% endfor %} {% endfor %}