<% if step_text.text.present? %> <%= custom_auto_link(step_text.prepare_for_report(:text, export_all), team: current_team, simple_format: false, tags: %w(img), base64_encoded_imgs: export_all) %> <% else %> <%= t('projects.reports.elements.step.no_description') %> <% end %>
<% if defined?(children) %>
<%= children %>
<% end %>