{loop type="recipe" name="recipe-loop" content_id=$content_id limit="1"} {if $DIFFICULTY eq 0}{assign var="label_difficulty" value="Facile"}{/if} {if $DIFFICULTY eq 1}{assign var="label_difficulty" value="Moyen"}{/if} {if $DIFFICULTY eq 2}{assign var="label_difficulty" value="Difficile"}{/if}

{$TITLE}


{intl l='Preparation time' d='recettes'}Preparation time{$PREPARATION_TIME} {intl l='Cooking time' d='recettes'}Cooking time{$COOKING_TIME} {intl l='Difficulty' d='recettes'}Difficulty{$label_difficulty}

{loop type="image" name="image-loop" content=$content_id visible=true} Photo principale {/loop}

{intl l='Ingredients' d='recettes'}

{loop type="recipe_products" name="products-loop" recipe_id=$ID} {/loop}
{intl l="Ingredient" d="recettes"} {intl l="Quantity needed" d="recettes"} {intl l="Quantity proposed" d="recettes"} {intl l="Select" d="recettes"}
{$PRODUCT_LABEL} {$QUANTITY_NEEDED} {$QUANTITY_PROPOSED} ({$UNITY})
{intl l="Some products may not be in stock" d="recettes"}

{intl l="Additional ingredients" d="recettes"}



{loop type="recipe_steps" name="steps-loop" recipe_id=$ID} {/loop}
{$STEP} {$DESCRIPTION}
{/loop}