| Calories | Protein (g) | Carbs (g) | Fat (g) | Fibre (g) | Sod. (mg) | Sugar (G) | ||
|---|---|---|---|---|---|---|---|---|
| {{ food.unit_type === 'default' && food.unit_qty > 1 ? food.unit_qty + ' x ' : '' }}{{ food.name }} | {{ food.calories ? food.calories : '—' }} | {{ food.protein ? food.protein : '—' }} | {{ food.carbohydrate ? food.carbohydrate : '—' }} | {{ food.fat ? food.fat : '—' }} | {{ food.fibre ? food.fibre : '—' }} | {{ food.sodium ? food.sodium : '—' }} | {{ food.sugar ? food.sugar : '—' }} | add_circle_outline delete |
| Totals | {{ mealTotals[$index].calories }} | {{ mealTotals[$index].protein }} | {{ mealTotals[$index].carbohydrate }} | {{ mealTotals[$index].fat }} | {{ mealTotals[$index].fibre }} | {{ mealTotals[$index].sodium }} | {{ mealTotals[$index].sugar }} |
{{ foodSelected.name }}
Nutritional info{{ foodSelected.name }}
Nutritional info{{ foodSelected.name }}
Nutritional info{{ foodSelected.name }}
Nutritional info| Calories | Protein (g) | Carbs (g) | Fat (g) | Fibre (g) | Sod. (mg) | Sugar (G) | ||
|---|---|---|---|---|---|---|---|---|
| Total | {{ totals.total.calories }} | {{ totals.total.protein }} | {{ totals.total.carbohydrate }} | {{ totals.total.fat }} | {{ totals.total.fibre }} | {{ totals.total.sodium }} | {{ totals.total.sugar }} | |
| Client Daily Total | {{ nutritionItem.target_calories || '-' }} | {{ nutritionItem.use_macro == '1' ? nutritionItem.target_protein : '-' }} | {{ nutritionItem.use_macro == '1' ? nutritionItem.target_carbs : '-' }} | {{ nutritionItem.use_macro == '1' ? nutritionItem.target_fat : '-' }} | {{ nutritionItem.use_macro == '1' ? nutritionItem.target_fibre : '-' }} | {{ nutritionItem.use_macro == '1' ? nutritionItem.target_sodium : '-' }} | {{ nutritionItem.use_macro == '1' ? nutritionItem.target_sugar : '-' }} | |
| Remaining | {{ totals.remaining.calories }} | {{ totals.remaining.protein }} | {{ totals.remaining.carbohydrate }} | {{ totals.remaining.fat }} | {{ totals.remaining.fibre }} | {{ totals.remaining.sodium }} | {{ totals.remaining.sugar }} |