<%= fa_icon 'flask' %>
<%= name %>
<% if experiment.description.present? %>
<%= auto_link(simple_format(experiment.description),
link: :urls,
html: { target: '_blank' }) %>
<% else %>
<%=t "projects.reports.elements.experiment.no_description" %>
<% end %>