{% if poll.question %}
Голосование:
{{ poll.question }} ?
{% endif %} {% if poll.can_voted %}
{% for variant in poll.variants %}
{{ variant.ansver }}
{% endfor %}
{% endif %}
{% for variant in poll.variants %}
{{ variant.ansver }}
({{ variant.votes }} голосов [{{ variant.percentage }}%])
{% endfor %}