<%= _('Statistics') %>
<%= javascript_include_tag 'plugins/proposals_discussion/proposals_graph.js' %>
<%= _('Number of Proposals: ') %> <%= holder.proposals.count %>
<%= _('Number of Participants: ') %> <%= holder.proposals_authors.count %>
<%= _('Number of Comments: ') %> <%= holder.proposals_comments.count %>
<%= _('Most active: ') %> <% holder.most_active_participants.each do |author| %> <%= link_to profile_image(author, :icon), author.url, :title => author.name %> <% end %>