% content_for :message do %>
<%= t(".found_invalid.html", collection_link: style_link(@collection.title, collection_url(@collection))) %>
<%= t(".see_details.html", challenge_matching_help_link: style_link(t(".see_details.challenge_matching_help"), "#{root_url}help/challenge-matching.html#invalid_signups")) %>
<%= t(".signups_here") %>
<% @invalid_signups.each do |signup_id| %>
- <%= style_link(t(".signup", signup_id: signup_id), collection_signup_url(@collection, signup_id)) %>
<% end %>
<% end %>
<% content_for :footer_note do %>
<%= collection_footer_note_html(@is_collection_email, @collection) %>
<% end %>
<% content_for :sent_at do %><%= l(Time.current) %><% end %>