{% load i18n pybb_tags %}

{% trans 'Poll' %}

{% if request.user.is_authenticated %} {% if topic|pybb_topic_poll_not_voted:request.user %} {% else %} {% for answer in topic.poll_answers.all %} {% endfor %} {% endif %} {% else %} {% for answer in topic.poll_answers.all %} {% endfor %} {% endif %}
{{ topic.poll_question }}
{% csrf_token %} {{ poll_form.answers }}

{% include "pybb/_button_submit.html" %}

{{ answer }} {{ answer.votes }} ({{ answer.votes_percent }} %)
{{ answer }}