<% if item.steps && !item.steps.empty? %>
<% unique_steps(item.steps).each_with_index do |uniq_step,step_index| %>
<%= h uniq_step.last.first.keyword %>
<%= link_transformed_step(uniq_step.last.first) %>
<% uniq_step.last.each do |step| %>
<%= h step.location %>
<% end %>
<% end %>
<% else %>
No steps were found to match this <%= @item_type %>.
<% end%>