" data-name="<%=t "projects.reports.elements.step.sidebar_name", pos: (step.position + 1), name: step.name %>" data-icon-class="glyphicon-circle-arrow-right">
<%=t "projects.reports.elements.step.step_pos", pos: (step.position + 1) %> <%= step.name %>
<% if strip_tags(step.description).present? %>
<%= auto_link(smart_annotation_parser(simple_format(sanitize_input(step.description))),
link: :urls,
sanitize: false,
html: { target: '_blank' }).html_safe %>
<% else %>
<%=t "projects.reports.elements.step.no_description" %>
<% end %>