Protein
{{ (menuItem.nutritionPerHundredGrams.proteins * currentItemSize.portionWeightGrams / 100).toFixed(2) }}
g
Fat
{{ (menuItem.nutritionPerHundredGrams.fats * currentItemSize.portionWeightGrams / 100).toFixed(2) }}
g
Carbohydrates
{{ (menuItem.nutritionPerHundredGrams.carbs * currentItemSize.portionWeightGrams / 100).toFixed(2) }}
g
Energy
{{ (menuItem.nutritionPerHundredGrams.energy * currentItemSize.portionWeightGrams / 100).toFixed(2) }}
kcal