{% load i18n %}

{{ poll.question }}

{% include "misago/poll/info.html" %}
{% for choice in poll.view_choices %}
{{ choice.label }}
{% blocktrans trimmed count votes=choice.votes with proc=choice.proc %} {{ votes }} vote, {{ proc }}% of total. {% plural %} {{ votes }} votes, {{ proc }}% of total. {% endblocktrans %}
  • {% blocktrans trimmed count votes=choice.votes with proc=choice.proc %} {{ votes }} vote, {{ proc }}% of total. {% plural %} {{ votes }} votes, {{ proc }}% of total. {% endblocktrans %}
  • {% if choice.selected %}
  • check_box {% trans "Your choice." %}
  • {% endif %}
{% endfor %}
{% if poll.acl.can_vote or poll.acl.can_see_votes or poll.acl.can_edit or poll.acl.can_delete %}
{% if poll.acl.can_vote %}
{% endif %} {% if poll.acl.can_see_votes %}
{% endif %} {% if poll.acl.can_see_votes %}
{% endif %} {% if poll.acl.can_see_votes %}
{% endif %}
{% endif %}