<%= @protocol.name || @protocol.my_module.name %>

<%= @protocol.description.html_safe %>
<% @protocol.steps.order(position: :asc).each do |step| %> <% if params[:include_comments] && step.comments.present? %> <% end %>
<% end %>