Progressions

{% for datum in recipes %}

Convives

{% for guest in datum.guests %} {% endfor %}
Type Nombre
{{ guest.designation }} {{ guest.headcount }}

{{ datum.recipe.designation }}

{% for ingredient in datum.recipe.ingredients %} {% endfor %}
Ingrédient Code Référence Référence Fournisseur Unité Quantité
{{ ingredient.label }} {{ ingredient.referenceCode }} {% if ingredient.referenceApiCode %}
({{ ingredient.referenceApiCode }}) {% endif %}
{{ ingredient.referenceLabel }} {% if ingredient.referenceGeneric %}
({{ ingredient.referenceGeneric }}) {% endif %}
{{ ingredient.unit }} {{ ingredient.quantity }}

{% if datum.recipe.picture %} {% endif %} {{ datum.recipe.progression|raw }}
{% endfor %}