{% extends './foods.html' %} {% load static %} {% block style %} {% endblock %} {% block heading %}

Apprendre la Recette

{{food.m_name}}

{% endblock %} {% block sort_content %} {% endblock %} {% block right_content %}
{% if food.m_meal != None %}
Spécialité
{% endif %} {% if food.m_difficulty != None %}
Difficulté
{{food.m_difficulty}}
{% endif %} {% if food.m_stars != None %}
Qualité
{% if food.m_stars == 6 %}PREMIUM{% else %} {% for star in food.status %} {% endfor %} {% endif %}
{% endif %} {% if food.time_prepa != "" %}
Préparation
{{food.time_prepa}}
{% endif %} {% if food.time_cuisson != "" %}
Cuisson
{{food.time_cuisson}}
{% endif %} {% if food.time_total != "" %}
Temps Total
{{food.time_total}}
{% endif %} {% if food.m_cuisto != None %} {% endif %}

{{food.m_name}}

{{food.m_description}}

Commander

Catégorie
{% if food.m_youtube_link != None %}
Voir la Vidéo de la Recette

Gagnez en Temps
Commandez le Plat

{% endif %}

Ingrédients de la Recette

{% if food.m_required_num != None %}
Pour {{food.m_required_num}} personnes + -
{% endif %}
{% if food.get_ingredients.count > 0 %} {% for ingredient in food.get_ingredients %}
...
{{ingredient.m_ingredient}}

{% if ingredient.m_quantite != None %}{{ingredient.m_quantite}}{% endif %} {% if ingredient.m_unite != None %}{{ingredient.m_unite}}{% endif %}

{% endfor %} {% else %}
Cette Recette n'est disponible qu'en support Vidéo
{% endif %}

Préparation

{{food.m_content}}

Alors, avez-vous réussi la recette ?

  J'ai fait cette Recette   J'ai eu des Soucis

Laisser un commentaire

Commentaires

{% endblock %} {% block about %} {% endblock %} {% block add_script %} {% endblock %}