<% poll_question.poll_answers.each do |pa| %>
<%= pa.answer_position %>: <%= pa.answer_text %>
<% poll_question.poll_votes.where("poll_answer_id = #{pa.id}").each do |poll_vote| %> <% end %>
<%= l(:label_answer) %>
<%= poll_vote.vote_text.html_safe %>
<%= l(:label_poll_answer_valid_result) %> <%= l(:label_answer_total) %> <%= poll_question.poll_votes.where("poll_answer_id = #{pa.id}").count %>
<% end %>