<%= render partial: 'notice_dismissal/messages/10' %>
<% if visible_documents.any? %>
<%= content.name %> appears in the following documents:
<% visible_documents.each do |document| %>
-
<%= render partial: 'documents/reference_card', locals: { document: document } %>
<% end %>
<% end %>