<%= t(".title") %>

<% if vote_stats.values.sum == 0 %>

<%= t(".no_vote_statistics_yet") %>

<% else %>
<%= t(".votes") %> <%= t(".voters") %>
<%= vote_stats[:votes] %> <%= vote_stats[:voters] %>
<% end %>