{% if question %}

{{ question.question }}

{{ question.option_a }}

{{ percent_a }}% ({{ votes_a }} votes)

{{ question.option_b }}

{{ percent_b }}% ({{ votes_b }} votes)


Total votes: {{ total }}

Back {% else %}

No results yet.

No question is scheduled yet.

Back {% endif %}