<% poll_question.poll_answers.each do |poll_answer| %> <% end %>
<%= l(:label_poll_options) %> <%= l(:label_poll_subtotal) %> <%= l(:label_poll_proportion) %>
<%= poll_answer.answer_text %> <%= poll_answer.poll_votes.count %>
<%= statistics_result_percentage(poll_answer.poll_votes.count, total_answer(poll_question.id)) %>%
<%= l(:label_poll_valid_commit) %> <%= total_answer(poll_question.id) %>