Question: <%= question %>

<% answers.each do |answer| %> <%= answer[:description] %>: <%= pluralize answer[:votes], 'vote' -%>.
<% end %>

Total votes: <%= votes_total %>