[[i.unit.name]]
@@ -221,7 +223,7 @@
{{ recipe.nutrition.calories|floatformat:2 }} |
kcal |
-
+
@@ -229,7 +231,7 @@
|
{{ recipe.nutrition.carbohydrates|floatformat:2 }} |
g |
-
+
@@ -237,23 +239,23 @@
|
{{ recipe.nutrition.fats|floatformat:2 }} |
g |
-
+
+
+
+
+ {% trans 'Proteins' %}
+ |
+ {{ recipe.nutrition.proteins|floatformat:2 }} |
+ g |
+
-
-
- {% trans 'Proteins' %}
- |
- {{ recipe.nutrition.proteins|floatformat:2 }} |
- g |
-
-
|
|
|
{% if recipe.nutrition.source %}
- Source: {{ recipe.nutrition.source }}
+ Source: {{ recipe.nutrition.source }}
{% endif %}
@@ -325,7 +327,7 @@