%import constants_web as cw
{{cw.APP_NAME}}
{{cw.APP_NAME}}
{{cw.MENU_INGREDIENTS}}
{{cw.MENU_RECIPES}}
{{recipe_selected["name"]}}
{{cw.INGREDIENTS_LABEL}}
{{cw.RECIPE_INGREDIENTS_MESSAGE}}
%for ingredient in recipe_selected["ingredients"]:
{{ingredient}}
%for substitute in substitutes_dict[ingredient]:
{{substitute}}
%end
%end
{{cw.SIMILAR_RECIPE_LABEL}}
%for recipe in recipes:
{{recipe["name"]}}
%end