{% load i18n jmbo_template_tags %}
{% if can_vote_on_poll and not request.GET.results %}
{% csrf_token %} {{ form.as_div }}
{% endif %} {% with request.GET.results as show_results %} {% jmbocache 300 'object-detail-inclusion' object.id object.modified can_vote_on_poll reason show_results %}
{% for obj in object.polloption_set.all %} {% endfor %}
{{ obj.title }}
 
{{ obj.percentage|floatformat }}%
{% if can_vote_on_poll %} {% endif %}
{% if reason == 'auth_required' %} {% trans "You must be signed in to vote" %} {% endif %} {% endjmbocache %} {% endwith %}