{% load sanitizer %} {% load taglinks %} {% load static %}
{% for option in toot.poll.options %}
{{ option.title }} ({{ option.votes_count}} vote{{ option.votes_count|pluralize }})
{% endfor %}