SEARCH_FOR_INGREDIENTS

AVAILABLE_INGREDIENTS

{{getName(item)}}

CUSTOM_RECIPES

{{recipe.name}}

DIET_PLAN

{{getName(food)}}


AMOUNT_NOTNULL
AMOUNT_VALID
AMOUNT_POSITIVE

UNIT_NOTNULL

FOODS

  AMOUNT UNIT
{{getName(food)}} {{getAmount(food.amount, meal.name)}} {{getUnit(food.unit)}}

COMPONENTS

EXPAND_ALL_NUTRIENTS

  VALUE_TOTAL UNIT DAILY_RECOMMENDATION PERCENTAGE_OF_DAILY_RECOMMENDATION
{{getComponentName(component)}} {{getComponentValue(component, meal)}} {{component.unit}} {{getDailyRecommendation(component)}} {{getPercentOfDailyRecommendation(component, meal)}}

FOODS

  MEAL_TIME AMOUNT UNIT
{{getName(food)}} {{m.time}} {{getAmountPerPortion(food.amount, m.portions)}} {{getUnit(food.unit)}}

COMPONENTS

EXPAND_ALL_NUTRIENTS

  VALUE_TOTAL UNIT DAILY_RECOMMENDATION PERCENTAGE_OF_DAILY_RECOMMENDATION
{{getComponentName(component)}} {{getComponentValue(component, meal)}} {{component.unit}} {{getDailyRecommendation(component)}} {{getPercentOfDailyRecommendation(component, meal)}}