% if @assignments_with_no_potential_recipients.present? %>
<%= ts("Participants with No Potential Recipients") %>
<% @assignments_with_no_potential_recipients.each do |assignment| %>
- "><%= link_to assignment.offer_byline, collection_signup_path(@collection, assignment.offer_signup) %>
-
- "><%= mailto_link assignment.offer_signup.pseud.user, :subject => "[#{h(@collection.title)}] Message from Collection Maintainer" %>
- <%= link_to ts("Edit"), edit_collection_signup_path(@collection, assignment.offer_signup) %>
- <%= link_to ts("Regenerate Matches For %{name}", :name => assignment.offer_byline), regenerate_for_signup_collection_potential_matches_path(@collection, :signup_id => assignment.offer_signup.id) %>
- <%= link_to ts("Delete"),
collection_signup_path(@collection, assignment.offer_signup), data: {confirm: ts('Are you sure?')}, :method => :delete %>
<% end %>
<% else %>
<%= ts("All participants have at least one potential recipient!")%>
<% end %>