<%= @medical_history.available_days %> días disponibles para entrenar
<% if !@plan.cardio.blank? %>Ejercicio Cardiovascular
<%= @plan.cardio.try(:html_safe) %><%= "Día #{count}: #{routine.title.downcase.titleize}" %>
G | Ejercicio | S | R | <% if @plan.rer_level > 0 %>RER | <% end %>
---|---|---|---|---|
<%= rw.group_by_series %> | <%= rw.workout.name %> <% if !rw.notes.blank? %> <%= rw.notes %><% end %> | <%= rw.series %> | <%= rw.repetitions %> | <% if @plan.rer_level > 0 %><%= rw.rer(@plan.rer_level) %> | <% end %>