<% if strip_tags(step.description).blank? %>
<%= t("protocols.steps.no_description") %>
<% else %>
<%= step.description.html_safe %>
<% end %>
<% unless step.tables.blank? then %>
<%= t("protocols.steps.tables") %>
<% step.tables.each do |table| %>
<%= hidden_field(table, :contents, value: table.contents_utf_8, class: "hot-contents") %>
<% end %>
<% end %>
<% assets = ordered_assets(step) %>
<% unless assets.blank? then %>
<%= t("protocols.steps.files") %>
<% end %>
<% unless step.checklists.blank? then %>
<% end %>