<%= _('Number of Proposals: ') %>
<%= holder.proposals.count %>
<%= _('Number of Participants: ') %>
<%= holder.proposals_authors.count %>
<%= _('Most active: ') %>
<% holder.most_active_participants.each do |author| %>
<%= link_to profile_image(author, :icon), author.url, :title => author.name %>
<% end %>