<% timestamp = experiment.created_at %> <% name = experiment.name %> <% for_export_all = defined?(export_all) && export_all %>
" data-name="<%= name %>" data-icon-class="fas fa-flask">
<%=t "projects.reports.elements.experiment.user_time", timestamp: l(timestamp, format: :full) %>
<%= render partial: "reports/elements/element_controls.html.erb", locals: { show_sort: true } %>

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

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