%import constants_web as cw
{{cw.APP_NAME}}
{{cw.APP_NAME}}
{{cw.MENU_INGREDIENTS}}
{{cw.MENU_RECIPES}}
%if result == 1:
{{cw.SUBSTITUTE_MESSAGE_START}}{{ingredient_selected}}{{cw.SUBSTITUTE_MESSAGE_END}}
%for substitute in substitutes:
{{substitute}}
%end
%else:
{{cw.SUBSTITUTE_NOT_FOUND}}
%end