% provide(:title, "Pacientes Activos") %> Pacientes Activos Fecha de inicio "> Fecha final " value="<%= "#{@to.strftime("%Y-%m-%d")}" %>"> Actualizar Paciente Teléfono <% @users.each do |user| %> <% if user.tel.present? %> <%= user.full_name %> <%= user.tel %> <% end %> <% end %>