<% experiment ||= report_element.experiment %> <% timestamp = experiment.created_at %> <% export_all = defined?(export_all) && export_all %>
<%= t('projects.reports.elements.experiment.user_time', code: experiment.code, timestamp: l(timestamp, format: :full)) %> <%= link_to t('projects.reports.elements.all.scinote_link'),canvas_experiment_url(experiment), target: :_blank %>

<%= experiment.name %> <% if experiment.archived? %> <%= t('search.index.archived') %> <% end %>

<% if experiment.description.present? %> <%= custom_auto_link(experiment.description, team: current_team, base64_encoded_imgs: export_all) %> <% else %> <%= t('projects.reports.elements.experiment.no_description') %> <% end %>
<% if defined?(children) %>
<%= children %>
<% end %>