% results.each do |workflow| %>
<%=t "search.index.created_at" %>
<%=l workflow.created_at, format: :full %>
<%=t "search.index.experiment" %>
<%= render partial: "search/results/partials/experiment_text.html.erb",
locals: { experiment: workflow.experiment } %>
<%=t "search.index.project" %>
<%= render partial: "search/results/partials/project_text.html.erb",
locals: { project: workflow.experiment.project, link_to_page: :show } %>
<%=t "search.index.organization" %>
<%= render partial: "search/results/partials/organization_text.html.erb",
locals: { organization: workflow.experiment.project.organization } %>