<% @macho.plan.meals.each_with_index do |meal, index| %>
<% end %>
Comida <%= index + 1 %>
-
<% meal.meal_portions.each do |mp| %>
- <%= mp.portion.shortcut.html_safe %> <% if !mp.substitutes.empty? %> <% mp.substitutes.each do |sub| %> o <%= sub.portion.shortcut.html_safe %> <% end %> <% end %> <% end %>