<% if @assignments_with_no_potential_givers.present? %>

<%= ts("Participants with No Potential Givers") %>

<% @assignments_with_no_potential_givers.each do |assignment| %>
<% end %>
<% else %>

<%= ts("All participants have at least one potential giver!")%>

<% end %>