{% load i18n %}
{% csrf_token %} {% for option in poll_form.options.field.queryset %} {% if forloop.first or not forloop.counter|divisibleby:2 %}
{% endif %}
{% if poll.max_options == 1 %}
{% else %}
{% endif %}
{% if forloop.last or forloop.counter|divisibleby:2 %}
{% endif %} {% endfor %}
{% trans "View results" %}