{% trans motion.state.name %}
{% with motion.polls.all as polls %}
{% if polls.exists and polls.0.has_votes %}
{% for poll in polls reversed %}
{% if poll.has_votes %}
{% if polls|length > 1 %}
{{ poll.poll_number|ordinal|safe }} {% trans "Vote" %}:
{% else %}
{% trans "Poll result" %}:
{% endif %}
{% with poll.get_options.0 as option %}