{% load i18n %}
{% if object.image %}
{% endif %}
{{ object.title }}
{% if can_vote_on_poll %}
{% csrf_token %} {{ form.as_div }}
{% endif %}
{% for obj in object.polloption_set.all %} {% endfor %}
{{ obj.title }}
 
{{ obj.percentage|floatformat }}%
{% if can_vote_on_poll %} {% endif %}
{% if not can_vote_on_poll %} {% if reason == 'auth_required' %} {% trans "You must be signed in to vote" %} {% endif %} {% endif %}