<% if (sgs = current_subject.suggestions(2)).present? %>

<%=t('contact.suggestion.other') %>

<%= render :partial => "contacts/contact", :collection => sgs, :locals => { destroy_params: { reject: true } } %>
<%end%>