<% timestamp = experiment.created_at %> <% name = experiment.name %>
" data-name="<%= name %>" data-icon-class="fa 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 } %>

<%= fa_icon 'flask' %> <%= name %>

<% if experiment.description.present? %> <%= experiment.description %> <% else %> <%=t "projects.reports.elements.experiment.no_description" %> <% end %>
<%= children if (defined? children and children.present?) %>