{% for choice in poll.choices %}-
{% blocktrans trimmed with choice=choice.description|safe percentage=choice.votes_percentage|floatformat:"0" %}
{{ choice }}, {{ percentage }}%
{% endblocktrans %}
{% if choice.vote_count %}
{% trans "View voters" %}
{% endif %}
{% endfor %}