{% load poll_tags i18n %} {% block "results_header" %}

{% trans "Results" %}

{% endblock %} {% with poll.max_votes as max %} {% for choice in poll.choice_set.iterator %} {% block "result" %}
{{ choice.text }} {{ choice.votes }}
{% endblock %} {% endfor %} {% endwith %} {% block "results_footer" %}{% endblock %}