<%= question.title %>
<% if question.votation_type.present? %>
<%= t("poll_questions.description.#{question.vote_type}", maximum: question.max_votes) %>
<% end %>
<%= render Polls::Questions::OptionsComponent.new(question) %>
<% if question.options_with_read_more? %>
<%= t("poll_questions.read_more_about") %>
<%= options_read_more_links %>
<% end %>