<% if @active_experiments.any? %>

Active Experiments

<%= render partial: "experiments", locals: {experiments: @active_experiments} %> <% end %> <% if @completed_experiments.any? %>

Completed Experiments

<%= render partial: "experiments", locals: {experiments: @completed_experiments} %> <% end %>