{% if poll.question %}

Голосование: {{ poll.question }} ?

{% endif %} {% if poll.can_voted %}
    {% for variant in poll.variants %}
  1. {% endfor %}
{% endif %}