<% timestamp = step_text.created_at %>
<% if step_text.name.present? %> <%= truncate(step_text.name, length: Constants::FILENAME_TRUNCATION_LENGTH) %> <% end %>
<%= t("projects.reports.elements.step_text.user_time", timestamp: l(timestamp, format: :full)) %>
<% if step_text.text.present? %> <%= custom_auto_link(step_text.prepare_for_report(:text), team: current_team, simple_format: false, tags: %w(img), base64_encoded_imgs: true) %> <% else %> <%= t('projects.reports.elements.step.no_description') %> <% end %>
<% if defined?(children) %>
<%= children %>
<% end %>