<% timestamp = experiment.created_at %> <% name = experiment.name %>
" data-name="<%= name %>" data-icon-class="glyphicon-filter">
<%=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.description.present? %> <%= experiment.description %> <% else %> <%=t "projects.reports.elements.experiment.no_description" %> <% end %>
<%= children if (defined? children and children.present?) %>