<%= link_to experiment.name, canvas_experiment_url(experiment), target: :_blank %>
<% if experiment.archived? %>
<%= t('search.index.archived') %>
<% end %>
<%= t('projects.reports.elements.experiment.user_time', code: experiment.code, timestamp: l(timestamp, format: :full)) %>
<% if experiment.description.present? %>
<%= custom_auto_link(experiment.description, team: current_team, base64_encoded_imgs: export_all) %>
<% end %>