<% if @assignments_with_no_potential_recipients.present? %>

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

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

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

<% end %>