{{ poll.users_voted|length }} users have voted
Votes can{% if not poll.changing_votes_allowed %}not{% endif %} be changed
{% if poll.max_votes_allowed > 1 and poll.max_votes_allowed < poll.options|length %}
You can select {{ poll.max_votes_allowed }} options or fewer
{% endif %}
{% if poll.votes_public %}
Votes are publicly visible
{% endif %}
{% if not results_visible %}
{% if not poll.result_visible_before_closed %}
You will be able to see the result once the poll closes
{% elif not poll.result_visible_before_voting %}
You will be able to see the result once you vote
{% endif %}
{% endif %}
{% if poll.closes %}
{% if poll.has_already_closed %}
This poll closed {{ poll.closes|format_date('%d %B %Y - %H:%M') }}
{% else %}
This poll will close {{ poll.closes|format_date('%d %B %Y - %H:%M') }}
{% endif %}
{% endif %}
{% for option in poll.options %}