{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load i18n %} {% load l10n %} {% load custom_tags %} {% block title %}{{ recipe.name }}{% endblock %} {% block extra_head %} {% include 'include/vue_base.html' %} {% endblock %} {% block content %}
{% trans 'Calories' %} | {{ recipe.nutrition.calories|floatformat:2 }} | kcal |
{% trans 'Carbohydrates' %} | {{ recipe.nutrition.carbohydrates|floatformat:2 }} | g |
{% trans 'Fats' %} | {{ recipe.nutrition.fats|floatformat:2 }} | g |
{% trans 'Proteins' %} | {{ recipe.nutrition.proteins|floatformat:2 }} | g |
[[i.note]] | ||
|
[[i.food.name]] [[i.food.name]] |
[[i.note]]
|
{% blocktrans %}
This is an external recipe, which means you can only view it by opening the link
above.
You can convert this recipe to a fancy recipe by pressing the convert button. The
original
file
will still be accessible.
{% endblocktrans %}.
{% trans 'Convert now!' %}
{% trans 'View external recipe' %}