<% if current_subject.pending_contacts? %>
<%= image_tag('btn/btn_notifications.png', :class => "header_icon") %>
<%= t 'contact.pending.other' %>
<%= render current_subject.pending_contacts.shuffle.first(2) %>
<%= link_to t('contact.pending.all_n', :count => current_subject.pending_contacts_count), pending_contacts_path %>
<% end -%>